@oceanprotocol/lib 3.3.4-next.1 → 3.4.1

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oceanprotocol/lib",
3
3
  "source": "./src/index.ts",
4
- "version": "3.3.4-next.1",
4
+ "version": "3.4.1",
5
5
  "description": "JavaScript client library for Ocean Protocol",
6
6
  "main": "./dist/lib.js",
7
7
  "umd:main": "dist/lib.umd.js",
@@ -30,7 +30,8 @@
30
30
  "mocha": "TS_NODE_PROJECT='./test/tsconfig.json' mocha --config=test/.mocharc.json --node-env=test --exit",
31
31
  "test": "npm run lint && npm run test:unit:cover && npm run test:integration:cover",
32
32
  "test:unit": "npm run mocha -- 'test/unit/**/*.test.ts'",
33
- "test:integration": "npm run mocha -- 'test/integration/**/*.test.ts'",
33
+ "test:sapphire": "npm run mocha -- 'test/integration/Sapphire.test.ts'",
34
+ "test:integration": "npm run mocha -- 'test/integration/**/*.test.ts' --exclude 'test/integration/Sapphire.test.ts'",
34
35
  "test:unit:cover": "nyc --report-dir coverage/unit npm run test:unit",
35
36
  "test:integration:cover": "nyc --report-dir coverage/integration --no-clean npm run test:integration",
36
37
  "create:guide": "./scripts/createCodeExamples.sh test/integration/CodeExamples.test.ts",
@@ -53,6 +54,7 @@
53
54
  "web3": "^1.8.0"
54
55
  },
55
56
  "dependencies": {
57
+ "@oasisprotocol/sapphire-paratime": "^1.3.2",
56
58
  "@oceanprotocol/contracts": "^2.2.0",
57
59
  "cross-fetch": "^4.0.0",
58
60
  "crypto-js": "^4.1.1",