@oceanprotocol/lib 6.1.0 → 6.1.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 +7 -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/utils/eciesencrypt.d.ts +4 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,12 +4,19 @@ 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
|
+
#### [v6.1.1](https://github.com/oceanprotocol/ocean.js/compare/v6.1.0...v6.1.1)
|
|
8
|
+
|
|
9
|
+
- Refactor eciesencrypt to support multiple public key formats and improve normalization [`#2054`](https://github.com/oceanprotocol/ocean.js/pull/2054)
|
|
10
|
+
|
|
7
11
|
#### [v6.1.0](https://github.com/oceanprotocol/ocean.js/compare/v6.0.0...v6.1.0)
|
|
8
12
|
|
|
13
|
+
> 16 March 2026
|
|
14
|
+
|
|
9
15
|
- Bump decimal.js from 10.5.0 to 10.6.0 [`#2047`](https://github.com/oceanprotocol/ocean.js/pull/2047)
|
|
10
16
|
- Bump eslint-plugin-prettier from 4.2.1 to 4.2.5 [`#2049`](https://github.com/oceanprotocol/ocean.js/pull/2049)
|
|
11
17
|
- Bump svgo from 2.8.0 to 2.8.2 [`#2051`](https://github.com/oceanprotocol/ocean.js/pull/2051)
|
|
12
18
|
- Feature/storage updates [`#2052`](https://github.com/oceanprotocol/ocean.js/pull/2052)
|
|
19
|
+
- Release 6.1.0 [`b43d4d1`](https://github.com/oceanprotocol/ocean.js/commit/b43d4d1eed4db4d114a93de3895c0798fcc2d3df)
|
|
13
20
|
|
|
14
21
|
### [v6.0.0](https://github.com/oceanprotocol/ocean.js/compare/5.2.0...v6.0.0)
|
|
15
22
|
|