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

update keeper

This commit is contained in:
Sebastian Gerske 2018-11-07 09:23:38 +01:00
parent 78741e1117
commit c52762c877
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.17",
"resolved": "https://registry.npmjs.org/@oceanprotocol/keeper-contracts/-/keeper-contracts-0.3.17.tgz",
"integrity": "sha512-2/dXD2DrHEToVf4QBC+LBI1uMvptW2GnFIQCp3Bfir79crTVKcGymYbpKLUnRO11tb/Hp7ZgdInIFGcxDDLnQA=="
"version": "0.3.18",
"resolved": "https://registry.npmjs.org/@oceanprotocol/keeper-contracts/-/keeper-contracts-0.3.18.tgz",
"integrity": "sha512-gtKc/zohk52JD9FDI9PbwrxDmXjP5GJxoxvUzG0nFCBUEOkvIb31FCaefDFTgyShGscVZc+XNG2RfXDMaD+YwA=="
},
"@oceanprotocol/secret-store-client": {
"version": "0.0.7",

View File

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