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

update secret store

This commit is contained in:
Sebastian Gerske 2018-11-09 10:42:22 +01:00
parent ff8a904f09
commit ed0572f630
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -125,11 +125,11 @@
"integrity": "sha512-5pfcJ07v2UH3XwFPYTzPOm1UpArh1KvyDU45i+3YDMnW4LasuPDkf6yfBKOrjTxTEuwmIi8SGYdBrqFmzfPwFQ=="
},
"@oceanprotocol/secret-store-client": {
"version": "0.0.7",
"resolved": "https://registry.npmjs.org/@oceanprotocol/secret-store-client/-/secret-store-client-0.0.7.tgz",
"integrity": "sha512-NaqJJ0AlgIbV4WIIRbetjd6PCXux8sT2kZgw1GGmky9b7PZvG4AWm/rPN/1lmJJ2ccx3gwUpQTPrP2SLHRBTuw==",
"version": "0.0.9",
"resolved": "https://registry.npmjs.org/@oceanprotocol/secret-store-client/-/secret-store-client-0.0.9.tgz",
"integrity": "sha512-kct3QnwhqsyWmJYVNJaItFsJ96FXlGP23ps3hJBYNHN60O7CjJHHWaEgjoAZLsZlAc1Tq2Glz7Hsybnfv1/DTQ==",
"requires": {
"node-fetch": "^2.2.0"
"node-fetch": "^2.2.1"
}
},
"@types/chai": {

View File

@ -52,7 +52,7 @@
},
"dependencies": {
"@oceanprotocol/keeper-contracts": "0.3.19",
"@oceanprotocol/secret-store-client": "0.0.7",
"@oceanprotocol/secret-store-client": "0.0.9",
"bignumber.js": "^8.0.1",
"eth-crypto": "^1.2.5",
"eth-ecies": "^1.0.3",