1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

bump ocean-contracts to 0.6.5 (#889)

* bump ocean-contracts to 0.6.5
This commit is contained in:
Alex Coseru 2021-07-07 13:25:54 +03:00 committed by GitHub
parent 4c32cc3242
commit d16006dc25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"@ethereum-navigator/navigator": "^0.5.3",
"@oceanprotocol/contracts": "^0.6.4",
"@oceanprotocol/contracts": "^0.6.5",
"cross-fetch": "^3.1.4",
"crypto-js": "^4.0.0",
"decimal.js": "^10.2.1",
@ -4667,9 +4667,9 @@
}
},
"node_modules/@oceanprotocol/contracts": {
"version": "0.6.4",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-0.6.4.tgz",
"integrity": "sha512-W+wzN+XuA/W0y7P1bGnJ5Fi9hAjrH2oms7soi5wRoRYwPjErUdt+aDzx9ygvNvKA5nvHXAb9csOiUCD75Erl/A==",
"version": "0.6.5",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-0.6.5.tgz",
"integrity": "sha512-npAv+UeLYkF6nGa1erX+WKB95pKCJG85zn7C0ki/gtrwZxYj938Cy4DDX7JOFU+kqyCkp+vIyAuPVh8ATClZvA==",
"dependencies": {
"@truffle/contract": "^4.3.19",
"@truffle/hdwallet-provider": "^1.4.0",
@ -39726,9 +39726,9 @@
}
},
"@oceanprotocol/contracts": {
"version": "0.6.4",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-0.6.4.tgz",
"integrity": "sha512-W+wzN+XuA/W0y7P1bGnJ5Fi9hAjrH2oms7soi5wRoRYwPjErUdt+aDzx9ygvNvKA5nvHXAb9csOiUCD75Erl/A==",
"version": "0.6.5",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-0.6.5.tgz",
"integrity": "sha512-npAv+UeLYkF6nGa1erX+WKB95pKCJG85zn7C0ki/gtrwZxYj938Cy4DDX7JOFU+kqyCkp+vIyAuPVh8ATClZvA==",
"requires": {
"@truffle/contract": "^4.3.19",
"@truffle/hdwallet-provider": "^1.4.0",

View File

@ -46,7 +46,7 @@
},
"dependencies": {
"@ethereum-navigator/navigator": "^0.5.3",
"@oceanprotocol/contracts": "^0.6.4",
"@oceanprotocol/contracts": "^0.6.5",
"cross-fetch": "^3.1.4",
"crypto-js": "^4.0.0",
"decimal.js": "^10.2.1",