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

Merge pull request #176 from oceanprotocol/feature/update-contracts

update ocean-contracts version
This commit is contained in:
Matthias Kretschmann 2020-07-20 14:10:22 +02:00 committed by GitHub
commit 1c568d9dae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -881,9 +881,9 @@
}
},
"@oceanprotocol/contracts": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-0.3.0.tgz",
"integrity": "sha512-AogCVCq6pwXXF7snXEZcFfoEQpnhJFBayJbn80mcUYDPVRCvsy1zOm6UR3lmkns0DrAFB1P9x8Z2PxMtIs+izQ=="
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-0.3.1.tgz",
"integrity": "sha512-LaOPxTID+iMRaUYneAOyG6jQQL8Gz9XA0jEqXvhJOqB/WL2zySL2StXpXPpMxzFq6APdpbnQ70s4jBgVChBN2w=="
},
"@octokit/auth-token": {
"version": "2.4.2",

View File

@ -38,7 +38,7 @@
},
"dependencies": {
"@ethereum-navigator/navigator": "^0.5.0",
"@oceanprotocol/contracts": "^0.3.0",
"@oceanprotocol/contracts": "^0.3.1",
"bignumber.js": "^9.0.0",
"fs": "0.0.1-security",
"node-fetch": "^2.6.0",