@oceanprotocol/lib 4.1.0 → 4.1.2

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,13 +4,26 @@ 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.1.2](https://github.com/oceanprotocol/ocean.js/compare/v4.1.1...v4.1.2)
8
+
9
+ - Fix pricing decode [`#1947`](https://github.com/oceanprotocol/ocean.js/pull/1947)
10
+
11
+ #### [v4.1.1](https://github.com/oceanprotocol/ocean.js/compare/v4.1.0...v4.1.1)
12
+
13
+ > 26 May 2025
14
+
15
+ - Feature/fix exports contracts [`#1945`](https://github.com/oceanprotocol/ocean.js/pull/1945)
16
+ - Release 4.1.1 [`5f11eff`](https://github.com/oceanprotocol/ocean.js/commit/5f11efffb8c62dadc146aab30e23502bec260678)
17
+
7
18
  #### [v4.1.0](https://github.com/oceanprotocol/ocean.js/compare/v4.0.3...v4.1.0)
8
19
 
20
+ > 20 May 2025
21
+
9
22
  - Feature/paid compute [`#1924`](https://github.com/oceanprotocol/ocean.js/pull/1924)
10
23
  - Escrow contract integration [`#1910`](https://github.com/oceanprotocol/ocean.js/pull/1910)
11
- - Updating ComputeExamples.md [`95caa93`](https://github.com/oceanprotocol/ocean.js/commit/95caa93c8d44ee7a276d2bf65864a58bf4030f57)
12
- - Merge 3746bd826b24e56abec0a2ee4640aeb4ea648d20 into 261c665f4f434b0f8eba9fed952dab1adf0321f5 [`f2a8129`](https://github.com/oceanprotocol/ocean.js/commit/f2a8129533ee61e5903df892e0b10b54f4c506a6)
13
24
  - Updating ComputeExamples.md [`68d5386`](https://github.com/oceanprotocol/ocean.js/commit/68d53864a90ce34cccf7d54065d4aff947c37a86)
25
+ - Added paid compute tests for md examples. Debug initializeCompute error message. [`3e8b649`](https://github.com/oceanprotocol/ocean.js/commit/3e8b6491779688c4166ad0a8287806ef2c60d0e8)
26
+ - Implement checks for escrow funds. Add new test for specifying the resource to initialize. [`cbf98f1`](https://github.com/oceanprotocol/ocean.js/commit/cbf98f17708becb61caed492fbae0486ed70ede5)
14
27
 
15
28
  #### [v4.0.3](https://github.com/oceanprotocol/ocean.js/compare/v4.0.2...v4.0.3)
16
29