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

keeper-contracts 0.5.0

This commit is contained in:
Sebastian Gerske 2018-11-29 16:39:48 +01:00
parent b82bfd47e4
commit e433437926
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -136,9 +136,9 @@
"dev": true
},
"@oceanprotocol/keeper-contracts": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@oceanprotocol/keeper-contracts/-/keeper-contracts-0.4.0.tgz",
"integrity": "sha512-fDu8uuMBf0jf2GVAxJ814avE/2+KoMbvC9i/zZ3GN0whkt50/H1wyhDzgKw3ZpviWq3ZT9UvhNgI9s8ZgejaYQ=="
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/@oceanprotocol/keeper-contracts/-/keeper-contracts-0.5.0.tgz",
"integrity": "sha512-lQDFUhFgQkAnbKtH5nuYXr+IyUy4HC6Z90Ipc0T8OTS4VcvLqbt7F+24scb8W8K9p3suh+eTuEnfPIbcKJqE7A=="
},
"@oceanprotocol/secret-store-client": {
"version": "0.0.12",

View File

@ -51,7 +51,7 @@
},
"homepage": "https://github.com/oceanprotocol/squid-js#readme",
"dependencies": {
"@oceanprotocol/keeper-contracts": "0.4.0",
"@oceanprotocol/keeper-contracts": "0.5.0",
"@oceanprotocol/secret-store-client": "0.0.12",
"bignumber.js": "^8.0.1",
"eth-crypto": "^1.2.7",