mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
Merge pull request #101 from oceanprotocol/feature/keeper_0.5.3
Feature/keeper 0.5.3
This commit is contained in:
commit
708c732448
14
package-lock.json
generated
14
package-lock.json
generated
@ -120,9 +120,9 @@
|
||||
}
|
||||
},
|
||||
"@oceanprotocol/keeper-contracts": {
|
||||
"version": "0.5.2",
|
||||
"resolved": "https://registry.npmjs.org/@oceanprotocol/keeper-contracts/-/keeper-contracts-0.5.2.tgz",
|
||||
"integrity": "sha512-r4VHvOpnyqsxHZZ2X1zhS+M9+fI2c+IfAhbw4JbybES6MZPmfvYdRafI5JZ7s3vmb/cUAVZQPZZJhZZc7Cnt+w=="
|
||||
"version": "0.5.3",
|
||||
"resolved": "https://registry.npmjs.org/@oceanprotocol/keeper-contracts/-/keeper-contracts-0.5.3.tgz",
|
||||
"integrity": "sha512-Fm1iV76d38VxKXPWdGInH5Qt/yEsiWYAeyfxVLArAalxoI5QsvNrfgiFcDcKUxX/+OY6ptnEtbowr62gdCtt4g=="
|
||||
},
|
||||
"@oceanprotocol/secret-store-client": {
|
||||
"version": "0.0.14",
|
||||
@ -6206,14 +6206,14 @@
|
||||
}
|
||||
},
|
||||
"rollup": {
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/rollup/-/rollup-1.0.2.tgz",
|
||||
"integrity": "sha512-FkkSrWUVo1WliS+/GIgEmKQPILubgVdBRTWampfdhkasxx7sM2nfwSfKiX3paIBVnN0HG3DvkTy13RfjkyBX9w==",
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/rollup/-/rollup-1.1.0.tgz",
|
||||
"integrity": "sha512-NK03gkkOz0CchHBMGomcNqa6U3jLNzHuWK9SI0+1FV475JA6cQxVtjlDcQoKKDNIQ3IwYumIlgoKYDEWUyFBwQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/estree": "0.0.39",
|
||||
"@types/node": "*",
|
||||
"acorn": "^6.0.4"
|
||||
"acorn": "^6.0.5"
|
||||
}
|
||||
},
|
||||
"run-queue": {
|
||||
|
@ -53,7 +53,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/oceanprotocol/squid-js#readme",
|
||||
"dependencies": {
|
||||
"@oceanprotocol/keeper-contracts": "^0.5.2",
|
||||
"@oceanprotocol/keeper-contracts": "^0.5.3",
|
||||
"@oceanprotocol/secret-store-client": "~0.0.14",
|
||||
"bignumber.js": "^8.0.1",
|
||||
"ethereumjs-util": "^6.0.0",
|
||||
@ -72,7 +72,7 @@
|
||||
"cross-env": "^5.2.0",
|
||||
"mocha": "^5.2.0",
|
||||
"nyc": "^13.1.0",
|
||||
"rollup": "^1.0.2",
|
||||
"rollup": "^1.1.0",
|
||||
"source-map-support": "^0.5.9",
|
||||
"truffle-hdwallet-provider": "^1.0.2",
|
||||
"ts-node": "^7.0.1",
|
||||
|
@ -2,5 +2,6 @@
|
||||
--require source-map-support/register
|
||||
--full-trace
|
||||
--bail
|
||||
--exit
|
||||
--timeout 5000
|
||||
test/**/*.test.ts
|
||||
test/**/*.test.ts
|
||||
|
Loading…
Reference in New Issue
Block a user