1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Merge branch 'v4main' into issue-1425-use-proper-config-in-constructors

This commit is contained in:
Miquel A. Cabot 2022-04-28 18:03:05 +02:00
commit 58ce4ee358
3 changed files with 3439 additions and 1696 deletions

File diff suppressed because it is too large Load Diff

2360
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{
"name": "@oceanprotocol/lib",
"source": "./src/index.ts",
"version": "1.0.0-next.36",
"version": "1.0.0-next.37",
"description": "JavaScript client library for Ocean Protocol",
"main": "./dist/lib.js",
"umd:main": "dist/lib.umd.js",
@ -68,12 +68,12 @@
"web3-eth-contract": "^1.7.1"
},
"devDependencies": {
"@truffle/hdwallet-provider": "^2.0.6",
"@truffle/hdwallet-provider": "^2.0.7",
"@types/chai": "^4.3.1",
"@types/chai-spies": "^1.0.3",
"@types/crypto-js": "^4.1.1",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.25",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.29",
"@types/node-fetch": "^3.0.3",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
@ -86,7 +86,7 @@
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"fs": "0.0.1-security",
"microbundle": "^0.14.2",
"microbundle": "^0.15.0",
"mocha": "^9.2.2",
"mock-local-storage": "^1.1.21",
"nyc": "^15.1.0",