@oceanprotocol/lib 3.4.3 → 4.0.0-next.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.
- package/CHANGELOG.md +5 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,10 +4,15 @@ 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.0.0-next.0](https://github.com/oceanprotocol/ocean.js/compare/v3.4.3...v4.0.0-next.0)
|
|
8
|
+
|
|
7
9
|
#### [v3.4.3](https://github.com/oceanprotocol/ocean.js/compare/v3.4.2...v3.4.3)
|
|
8
10
|
|
|
11
|
+
> 5 November 2024
|
|
12
|
+
|
|
9
13
|
- Add checks for ddo chain id and did. [`#1868`](https://github.com/oceanprotocol/ocean.js/pull/1868)
|
|
10
14
|
- generate types to dist/types [`#1862`](https://github.com/oceanprotocol/ocean.js/pull/1862)
|
|
15
|
+
- Release 3.4.3 [`9d385b0`](https://github.com/oceanprotocol/ocean.js/commit/9d385b0f0be4df0d280b8c6353b25ed0f005b66a)
|
|
11
16
|
- fix tests tsconfig path in eslint [`bae1874`](https://github.com/oceanprotocol/ocean.js/commit/bae18749bf96d8cc34592aa6dd271b7c1fd6dbfb)
|
|
12
17
|
|
|
13
18
|
#### [v3.4.2](https://github.com/oceanprotocol/ocean.js/compare/v3.4.1...v3.4.2)
|
package/package.json
CHANGED