@oceanprotocol/lib 7.0.0-next.1 → 7.0.0-next.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,11 +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
+ #### [v7.0.0-next.2](https://github.com/oceanprotocol/ocean.js/compare/v7.0.0-next.1...v7.0.0-next.2)
8
+
9
+ - Updating ComputeExamples.md [`138d209`](https://github.com/oceanprotocol/ocean.js/commit/138d209ce27f7d384ea970f3186d689002d1dfa6)
10
+ - Merge 4869ced5e9025e6ed072607bac5fb2a1394105e7 into 3b3cdebdb5ce7b89ebbbd2d49e44d5f6fa65e0d1 [`1544ae8`](https://github.com/oceanprotocol/ocean.js/commit/1544ae87d9dc0c4485173d65a63af38b9768f3d0)
11
+ - circuit relay [`1465468`](https://github.com/oceanprotocol/ocean.js/commit/1465468442f6f5d5eb93a476e8ba04c02d295a8f)
12
+
7
13
  #### [v7.0.0-next.1](https://github.com/oceanprotocol/ocean.js/compare/v7.0.0-next.0...v7.0.0-next.1)
8
14
 
15
+ > 2 April 2026
16
+
9
17
  - bump uint8arrays to esm supported [`f1ff511`](https://github.com/oceanprotocol/ocean.js/commit/f1ff511e9c92cee94cd129698bc46c7700952461)
10
18
  - getmultiaddr from peerid [`1973f27`](https://github.com/oceanprotocol/ocean.js/commit/1973f278964598b6c8abb61c85395f0608375d43)
11
- - start without typesense [`db639ad`](https://github.com/oceanprotocol/ocean.js/commit/db639ad1bdee822722abe07ca58d50d837c94bbc)
19
+ - Release 7.0.0-next.1 [`0a59035`](https://github.com/oceanprotocol/ocean.js/commit/0a5903556fcc2d7e38ccc52b266e15b1ca9e2273)
12
20
 
13
21
  #### [v7.0.0-next.0](https://github.com/oceanprotocol/ocean.js/compare/v6.1.2...v7.0.0-next.0)
14
22
 
@@ -784,7 +784,7 @@ Triggering initialize compute to see payment options
784
784
  paymentToken,
785
785
  computeValidUntil,
786
786
  providerUrl,
787
- consumerAccount,
787
+ await consumerAccount.getAddress(),
788
788
  resources,
789
789
  Number(chainId)
790
790
  )