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

Merge pull request #51 from oceanprotocol/greenkeeper/@oceanprotocol/secret-store-client-0.0.11

Update @oceanprotocol/secret-store-client to the latest version 🚀
This commit is contained in:
Sebastian Gerske 2018-11-16 10:03:54 +01:00 committed by GitHub
commit 8d8c4fdd23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -125,9 +125,9 @@
"integrity": "sha512-5pfcJ07v2UH3XwFPYTzPOm1UpArh1KvyDU45i+3YDMnW4LasuPDkf6yfBKOrjTxTEuwmIi8SGYdBrqFmzfPwFQ=="
},
"@oceanprotocol/secret-store-client": {
"version": "0.0.10",
"resolved": "https://registry.npmjs.org/@oceanprotocol/secret-store-client/-/secret-store-client-0.0.10.tgz",
"integrity": "sha512-OmwXckqsbzA7EfqMX0GM+TY4DiFsUccP9+2KcpA/r11Z0MqseEM0DxJ/c6oU7eY/ftyUcADr7nwLb6OEDtVoYA==",
"version": "0.0.11",
"resolved": "https://registry.npmjs.org/@oceanprotocol/secret-store-client/-/secret-store-client-0.0.11.tgz",
"integrity": "sha512-6IZIPEDQlEC16gUbs3E/icPIBwlIqCihFkpr1BA4DwYnov9zkC2hHDGKHCb7wjfl1UbE1gnUKIf5qPqQFolmkg==",
"requires": {
"node-fetch": "^2.3.0"
},

View File

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