@oceanprotocol/lib 4.3.0 → 4.3.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/CHANGELOG.md
CHANGED
|
@@ -4,10 +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
|
+
#### [v4.3.1](https://github.com/oceanprotocol/ocean.js/compare/v4.3.0...v4.3.1)
|
|
8
|
+
|
|
9
|
+
- Fix type array for policy server objects. [`#1966`](https://github.com/oceanprotocol/ocean.js/pull/1966)
|
|
10
|
+
- if test fails, show node logs [`#1965`](https://github.com/oceanprotocol/ocean.js/pull/1965)
|
|
11
|
+
|
|
7
12
|
#### [v4.3.0](https://github.com/oceanprotocol/ocean.js/compare/v4.2.1...v4.3.0)
|
|
8
13
|
|
|
14
|
+
> 15 July 2025
|
|
15
|
+
|
|
9
16
|
- Add policyServer object in compute routes. [`#1964`](https://github.com/oceanprotocol/ocean.js/pull/1964)
|
|
10
17
|
- C2D Metadata [`#1963`](https://github.com/oceanprotocol/ocean.js/pull/1963)
|
|
18
|
+
- Release 4.3.0 [`f42f0c4`](https://github.com/oceanprotocol/ocean.js/commit/f42f0c448280dce3cfe361fafcfcf6bd2d8fafa2)
|
|
11
19
|
|
|
12
20
|
#### [v4.2.1](https://github.com/oceanprotocol/ocean.js/compare/v4.2.0...v4.2.1)
|
|
13
21
|
|