1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

updated packages

This commit is contained in:
Sebastian Gerske 2018-11-06 11:56:09 +01:00
parent fb95242ede
commit e0ac66d5d2
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -120,9 +120,9 @@
}
},
"@oceanprotocol/keeper-contracts": {
"version": "0.3.14",
"resolved": "https://registry.npmjs.org/@oceanprotocol/keeper-contracts/-/keeper-contracts-0.3.14.tgz",
"integrity": "sha512-P0VGmlj6Rwqkxgws12Y++az/98YeO6QsYP521kxk351z8134UfqQXEC4pmAxOSGGx9+fwe1BjLFKJwajgM2F+g=="
"version": "0.3.15",
"resolved": "https://registry.npmjs.org/@oceanprotocol/keeper-contracts/-/keeper-contracts-0.3.15.tgz",
"integrity": "sha512-vGG+k7lz2hYvRgSKzt6Q6LpZqxtosDoloa4ka6Bb0e8xgbHrYp57FM9018cc4KjVS0p5CaxZgYI47y6P+N36Rg=="
},
"@oceanprotocol/secret-store-client": {
"version": "0.0.7",

View File

@ -51,7 +51,7 @@
"node": ">=8 <10"
},
"dependencies": {
"@oceanprotocol/keeper-contracts": "^0.3.14",
"@oceanprotocol/keeper-contracts": "^0.3.15",
"@oceanprotocol/secret-store-client": "0.0.7",
"bignumber.js": "^8.0.1",
"eth-crypto": "^1.2.5",