@oceanprotocol/lib 5.1.0 → 5.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 CHANGED
@@ -4,16 +4,27 @@ 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
+ #### [5.1.1](https://github.com/oceanprotocol/ocean.js/compare/5.2.0...5.1.1)
8
+
9
+ #### [5.2.0](https://github.com/oceanprotocol/ocean.js/compare/v5.1.0...5.2.0)
10
+
11
+ > 3 February 2026
12
+
13
+ - fix types [`#2036`](https://github.com/oceanprotocol/ocean.js/pull/2036)
14
+ - fix compute types [`4970cfc`](https://github.com/oceanprotocol/ocean.js/commit/4970cfc848aeb7676af27e2d450eb866bb505dd7)
15
+
7
16
  #### [v5.1.0](https://github.com/oceanprotocol/ocean.js/compare/v5.0.6...v5.1.0)
8
17
 
18
+ > 3 February 2026
19
+
9
20
  - add signature for encrypt [`#2037`](https://github.com/oceanprotocol/ocean.js/pull/2037)
10
21
  - adapt createAsset to accept baseToken and baseTokenDecimals, remove h… [`#2030`](https://github.com/oceanprotocol/ocean.js/pull/2030)
11
22
  - feat: cleanup unused logic [`#2031`](https://github.com/oceanprotocol/ocean.js/pull/2031)
12
23
  - Bump lodash and release-it [`#2032`](https://github.com/oceanprotocol/ocean.js/pull/2032)
13
24
  - add copilot instructions [`#2029`](https://github.com/oceanprotocol/ocean.js/pull/2029)
14
25
  - remove legacy files [`6eac0c1`](https://github.com/oceanprotocol/ocean.js/commit/6eac0c1e0fc50c6eb35a1417f86d9be2790b174f)
26
+ - Release 5.1.0 [`e79194d`](https://github.com/oceanprotocol/ocean.js/commit/e79194d7210b022880e9eb6cd79fa60714aa765d)
15
27
  - fixed conflicts [`adcd480`](https://github.com/oceanprotocol/ocean.js/commit/adcd4809dcf014fc221ba3f383ab2fda901e53a8)
16
- - add optional tokenDecimals param [`f1fcf29`](https://github.com/oceanprotocol/ocean.js/commit/f1fcf299393697e32729faef8c2c2996afbc69d3)
17
28
 
18
29
  #### [v5.0.6](https://github.com/oceanprotocol/ocean.js/compare/v5.0.5...v5.0.6)
19
30