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

keeper-contracts 0.3.23

This commit is contained in:
Sebastian Gerske 2018-11-21 17:34:00 +01:00
parent 484ec08d61
commit bd39ff9cdb
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -120,9 +120,9 @@
} }
}, },
"@oceanprotocol/keeper-contracts": { "@oceanprotocol/keeper-contracts": {
"version": "0.3.22", "version": "0.3.23",
"resolved": "https://registry.npmjs.org/@oceanprotocol/keeper-contracts/-/keeper-contracts-0.3.22.tgz", "resolved": "https://registry.npmjs.org/@oceanprotocol/keeper-contracts/-/keeper-contracts-0.3.23.tgz",
"integrity": "sha512-S/JsIb1/mVBnUOfl5Gpg+U+NSTgaT4whASEVWOPgBx1BWCcHoe3mo6xP5n6S710t2IInRS/tZZPrqCOp1kjyEg==" "integrity": "sha512-nuO5j27VJrx7OkqUrEI3b8PZOFOL1+M7IYFqUKHWZxmkUf+on6xW+oDV208AC9jymkfYADtgrgX2rc6nbq+7zQ=="
}, },
"@oceanprotocol/secret-store-client": { "@oceanprotocol/secret-store-client": {
"version": "0.0.12", "version": "0.0.12",

View File

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