@oceanprotocol/lib 5.0.0-next.2 → 5.0.0-next.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -4,11 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ #### [v5.0.0-next.3](https://github.com/oceanprotocol/ocean.js/compare/v5.0.0-next.2...v5.0.0-next.3)
8
+
9
+ - Update ddo-js [`#1981`](https://github.com/oceanprotocol/ocean.js/pull/1981)
10
+
7
11
  #### [v5.0.0-next.2](https://github.com/oceanprotocol/ocean.js/compare/v5.0.0-next.1...v5.0.0-next.2)
8
12
 
13
+ > 1 August 2025
14
+
9
15
  - Feature/contracts_240 [`#1979`](https://github.com/oceanprotocol/ocean.js/pull/1979)
16
+ - Release 5.0.0-next.2 [`fedd4c2`](https://github.com/oceanprotocol/ocean.js/commit/fedd4c273d86fb3f85990d7a289be4c3a4270832)
10
17
 
11
- #### [v5.0.0-next.1](https://github.com/oceanprotocol/ocean.js/compare/v4.3.2...v5.0.0-next.1)
18
+ #### [v5.0.0-next.1](https://github.com/oceanprotocol/ocean.js/compare/v4.3.3...v5.0.0-next.1)
12
19
 
13
20
  > 1 August 2025
14
21
 
@@ -17,9 +24,15 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
17
24
  - Bump mocha from 10.8.2 to 11.7.1 [`#1978`](https://github.com/oceanprotocol/ocean.js/pull/1978)
18
25
  - add additionalViewers for compute jobs [`#1975`](https://github.com/oceanprotocol/ocean.js/pull/1975)
19
26
  - Feature/update ethers [`#1969`](https://github.com/oceanprotocol/ocean.js/pull/1969)
20
- - add policy server endpoints [`#1974`](https://github.com/oceanprotocol/ocean.js/pull/1974)
21
27
  - Release 5.0.0-next.1 [`cf92038`](https://github.com/oceanprotocol/ocean.js/commit/cf92038208679177ab6af112526f5547feb0f11e)
22
28
 
29
+ #### [v4.3.3](https://github.com/oceanprotocol/ocean.js/compare/v4.3.2...v4.3.3)
30
+
31
+ > 1 August 2025
32
+
33
+ - add policy server endpoints [`#1974`](https://github.com/oceanprotocol/ocean.js/pull/1974)
34
+ - Release 4.3.3 [`6d6d4cf`](https://github.com/oceanprotocol/ocean.js/commit/6d6d4cfe57f2a3dee73b4957ff2f144c0e7ff9d7)
35
+
23
36
  #### [v4.3.2](https://github.com/oceanprotocol/ocean.js/compare/v4.3.1...v4.3.2)
24
37
 
25
38
  > 23 July 2025
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oceanprotocol/lib",
3
3
  "source": "./src/index.ts",
4
- "version": "5.0.0-next.2",
4
+ "version": "5.0.0-next.3",
5
5
  "description": "JavaScript client library for Ocean Protocol",
6
6
  "main": "./dist/lib.cjs",
7
7
  "umd:main": "dist/lib.umd.js",
@@ -58,7 +58,7 @@
58
58
  "dependencies": {
59
59
  "@oasisprotocol/sapphire-paratime": "^1.3.2",
60
60
  "@oceanprotocol/contracts": "^2.4.0",
61
- "@oceanprotocol/ddo-js": "^0.1.2",
61
+ "@oceanprotocol/ddo-js": "^0.1.3",
62
62
  "@rdfjs/dataset": "^2.0.2",
63
63
  "@rdfjs/formats-common": "^3.1.0",
64
64
  "@zazuko/env-node": "^2.1.4",