mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
secret-store 0.0.3
This commit is contained in:
parent
10d5f4bc68
commit
e82a06410b
8
package-lock.json
generated
8
package-lock.json
generated
@ -125,9 +125,9 @@
|
||||
"integrity": "sha512-UVt9m9WmFm4mTDWmMekT8lhBh2hWr2baEVnF0dEN3OL5BDAWoynFQeeKtUqTepVuOVgNy5bHYKLiHkCWzbOEqA=="
|
||||
},
|
||||
"@oceanprotocol/secret-store-client": {
|
||||
"version": "0.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@oceanprotocol/secret-store-client/-/secret-store-client-0.0.2.tgz",
|
||||
"integrity": "sha512-UzUth2YUldSgFHjAgWrHNwC9qxmhnvd+o5v6gjuzLbT/Hekz8eibG1F4KiMr9yKlLjkro3/sS725EN0Vr8cHEA==",
|
||||
"version": "0.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@oceanprotocol/secret-store-client/-/secret-store-client-0.0.3.tgz",
|
||||
"integrity": "sha512-B1rJ7zk24qP1HW+L3MkgietEWDy2aEuXUagFYfsGBt3iilixc8qTm8U+nphsuVDp1Lgf7BQpIpXED81S7HAwOA==",
|
||||
"requires": {
|
||||
"jayson": "^2.0.6",
|
||||
"node-fetch": "^2.2.0"
|
||||
@ -1802,7 +1802,7 @@
|
||||
},
|
||||
"es6-promisify": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "http://registry.npmjs.org/es6-promisify/-/es6-promisify-5.0.0.tgz",
|
||||
"resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-5.0.0.tgz",
|
||||
"integrity": "sha1-UQnWLz5W6pZ8S2NQWu8IKRyKUgM=",
|
||||
"requires": {
|
||||
"es6-promise": "^4.0.3"
|
||||
|
@ -5,10 +5,10 @@
|
||||
"main": "dist/squid.js",
|
||||
"scripts": {
|
||||
"test": "mocha",
|
||||
"test:watch": "mocha -w --watch-extensions js,ts",
|
||||
"test:watch": "mocha -w --watch-extensions js,ts,json",
|
||||
"test:cover": "nyc mocha",
|
||||
"lint": "tslint -c tslint.json 'src/**/*.ts'",
|
||||
"start": "npm link @oceanprotocol/keeper-contracts && npm run build:watch",
|
||||
"start": "npm link @oceanprotocol/keeper-contracts @oceanprotocol/secret-store-client && npm run build:watch",
|
||||
"build": "npm run lint && tsc && npm run doc",
|
||||
"build:watch": "tsc -w",
|
||||
"doc": "typedoc --mode modules --out ./doc/ src/",
|
||||
@ -50,7 +50,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@oceanprotocol/keeper-contracts": "^0.3.3",
|
||||
"@oceanprotocol/secret-store-client": "^0.0.2",
|
||||
"@oceanprotocol/secret-store-client": "^0.0.3",
|
||||
"bignumber.js": "^7.2.1",
|
||||
"eth-crypto": "^1.2.4",
|
||||
"eth-ecies": "^1.0.3",
|
||||
|
Loading…
Reference in New Issue
Block a user