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

version 1.0.0-beta bump

This commit is contained in:
Sebastian Gerske 2018-10-04 16:12:13 +02:00
parent 5db73589ee
commit 71edc43676
2 changed files with 647 additions and 800 deletions

1439
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/squid",
"version": "0.0.12",
"version": "1.0.0-beta.12",
"description": "JavaScript client library for Ocean Protocol",
"main": "dist/squid.js",
"scripts": {
@ -28,17 +28,19 @@
"node": ">=8 <10"
},
"dependencies": {
"@oceanprotocol/keeper-contracts": "^0.2.2",
"@oceanprotocol/keeper-contracts": "^0.2.4",
"bignumber.js": "^7.2.1",
"eth-crypto": "^1.2.4",
"eth-ecies": "^1.0.3",
"ethereumjs-util": "^5.2.0",
"jsonwebtoken": "^8.3.0",
"web3": "^1.0.0-beta.36"
"web3": "1.0.0-beta.36",
"web3-utils": "1.0.0-beta.36"
},
"devDependencies": {
"@types/chai": "^4.1.6",
"@types/mocha": "^5.2.5",
"@types/node": "^8.10.34",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"ts-node": "^7.0.1",