@oceanprotocol/lib 2.1.0 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -103,7 +103,7 @@ export declare class Config {
103
103
  */
104
104
  chainId: number;
105
105
  /**
106
- * Network name ex: mainnet, rinkeby, polygon
106
+ * Network name ex: mainnet, goerli, polygon
107
107
  * @type {string}
108
108
  */
109
109
  network: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oceanprotocol/lib",
3
3
  "source": "./src/index.ts",
4
- "version": "2.1.0",
4
+ "version": "2.2.0",
5
5
  "description": "JavaScript client library for Ocean Protocol",
6
6
  "main": "./dist/lib.js",
7
7
  "umd:main": "dist/lib.umd.js",
@@ -49,7 +49,7 @@
49
49
  "web3": "^1.7.4"
50
50
  },
51
51
  "dependencies": {
52
- "@oceanprotocol/contracts": "^1.1.6",
52
+ "@oceanprotocol/contracts": "^1.1.7",
53
53
  "bignumber.js": "^9.1.0",
54
54
  "cross-fetch": "^3.1.5",
55
55
  "crypto-js": "^4.1.1",
@@ -63,7 +63,7 @@
63
63
  "@types/chai": "^4.3.1",
64
64
  "@types/chai-spies": "^1.0.3",
65
65
  "@types/crypto-js": "^4.1.1",
66
- "@types/mocha": "^9.1.1",
66
+ "@types/mocha": "^10.0.0",
67
67
  "@types/node": "^18.0.1",
68
68
  "@types/node-fetch": "^3.0.3",
69
69
  "@typescript-eslint/eslint-plugin": "^5.38.0",
@@ -83,7 +83,7 @@
83
83
  "nyc": "^15.1.0",
84
84
  "ora": "5.4.1",
85
85
  "prettier": "^2.7.1",
86
- "release-it": "^15.4.0",
86
+ "release-it": "^15.4.2",
87
87
  "source-map-support": "^0.5.19",
88
88
  "ts-node": "^10.9.1",
89
89
  "ts-node-register": "^1.0.0",