@oceanprotocol/lib 4.3.1 → 4.3.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.
- package/CHANGELOG.md +29 -0
- package/dist/lib.cjs +1 -1
- package/dist/lib.cjs.map +1 -1
- package/dist/lib.modern.js +1 -1
- package/dist/lib.modern.js.map +1 -1
- package/dist/lib.module.mjs +1 -1
- package/dist/lib.module.mjs.map +1 -1
- package/dist/lib.umd.js +1 -1
- package/dist/lib.umd.js.map +1 -1
- package/dist/types/@types/PolicyServer.d.ts +9 -0
- package/dist/types/@types/index.d.ts +1 -0
- package/dist/types/contracts/ve/VeAllocate.d.ts +1 -1
- package/dist/types/services/Provider.d.ts +15 -4
- package/dist/types/utils/General.d.ts +1 -1
- package/docs/classes/Aquarius.md +1 -1
- package/docs/classes/VeAllocate.md +1 -1
- package/docs/modules.md +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -4,10 +4,39 @@ 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
|
+
#### [v4.3.3](https://github.com/oceanprotocol/ocean.js/compare/v5.0.0-next.1...v4.3.3)
|
|
8
|
+
|
|
9
|
+
#### [v5.0.0-next.1](https://github.com/oceanprotocol/ocean.js/compare/v4.3.2...v5.0.0-next.1)
|
|
10
|
+
|
|
11
|
+
> 1 August 2025
|
|
12
|
+
|
|
13
|
+
- Bump @types/node from 18.19.74 to 22.15.29 [`#1950`](https://github.com/oceanprotocol/ocean.js/pull/1950)
|
|
14
|
+
- Bump tsx from 4.19.3 to 4.20.3 [`#1977`](https://github.com/oceanprotocol/ocean.js/pull/1977)
|
|
15
|
+
- Bump mocha from 10.8.2 to 11.7.1 [`#1978`](https://github.com/oceanprotocol/ocean.js/pull/1978)
|
|
16
|
+
- add additionalViewers for compute jobs [`#1975`](https://github.com/oceanprotocol/ocean.js/pull/1975)
|
|
17
|
+
- Feature/update ethers [`#1969`](https://github.com/oceanprotocol/ocean.js/pull/1969)
|
|
18
|
+
- add policy server endpoints [`#1974`](https://github.com/oceanprotocol/ocean.js/pull/1974)
|
|
19
|
+
- Release 5.0.0-next.1 [`cf92038`](https://github.com/oceanprotocol/ocean.js/commit/cf92038208679177ab6af112526f5547feb0f11e)
|
|
20
|
+
|
|
21
|
+
#### [v4.3.2](https://github.com/oceanprotocol/ocean.js/compare/v4.3.1...v4.3.2)
|
|
22
|
+
|
|
23
|
+
> 23 July 2025
|
|
24
|
+
|
|
25
|
+
- Bump chai and @types/chai [`#1940`](https://github.com/oceanprotocol/ocean.js/pull/1940)
|
|
26
|
+
- Replace stop compute body paramas with query params [`#1970`](https://github.com/oceanprotocol/ocean.js/pull/1970)
|
|
27
|
+
- Bump form-data from 2.3.3 to 2.5.5 [`#1968`](https://github.com/oceanprotocol/ocean.js/pull/1968)
|
|
28
|
+
- Bump pbkdf2 from 3.1.2 to 3.1.3 [`#1960`](https://github.com/oceanprotocol/ocean.js/pull/1960)
|
|
29
|
+
- Bump @oceanprotocol/contracts from 2.3.0 to 2.3.1 [`#1961`](https://github.com/oceanprotocol/ocean.js/pull/1961)
|
|
30
|
+
- chore: fix some typos in comment [`#1958`](https://github.com/oceanprotocol/ocean.js/pull/1958)
|
|
31
|
+
- Release 4.3.2 [`70e135c`](https://github.com/oceanprotocol/ocean.js/commit/70e135cfa0c016bbea5f91cd6769e9760e4d3db1)
|
|
32
|
+
|
|
7
33
|
#### [v4.3.1](https://github.com/oceanprotocol/ocean.js/compare/v4.3.0...v4.3.1)
|
|
8
34
|
|
|
35
|
+
> 17 July 2025
|
|
36
|
+
|
|
9
37
|
- Fix type array for policy server objects. [`#1966`](https://github.com/oceanprotocol/ocean.js/pull/1966)
|
|
10
38
|
- if test fails, show node logs [`#1965`](https://github.com/oceanprotocol/ocean.js/pull/1965)
|
|
39
|
+
- Release 4.3.1 [`687c256`](https://github.com/oceanprotocol/ocean.js/commit/687c256ac1442c9c9fd0d6b98ae7ae09eba27fcc)
|
|
11
40
|
|
|
12
41
|
#### [v4.3.0](https://github.com/oceanprotocol/ocean.js/compare/v4.2.1...v4.3.0)
|
|
13
42
|
|