@oceanprotocol/lib 7.0.0-next.0 → 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,8 +4,24 @@ 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
+
13
+ #### [v7.0.0-next.1](https://github.com/oceanprotocol/ocean.js/compare/v7.0.0-next.0...v7.0.0-next.1)
14
+
15
+ > 2 April 2026
16
+
17
+ - bump uint8arrays to esm supported [`f1ff511`](https://github.com/oceanprotocol/ocean.js/commit/f1ff511e9c92cee94cd129698bc46c7700952461)
18
+ - getmultiaddr from peerid [`1973f27`](https://github.com/oceanprotocol/ocean.js/commit/1973f278964598b6c8abb61c85395f0608375d43)
19
+ - Release 7.0.0-next.1 [`0a59035`](https://github.com/oceanprotocol/ocean.js/commit/0a5903556fcc2d7e38ccc52b266e15b1ca9e2273)
20
+
7
21
  #### [v7.0.0-next.0](https://github.com/oceanprotocol/ocean.js/compare/v6.1.2...v7.0.0-next.0)
8
22
 
23
+ > 1 April 2026
24
+
9
25
  - p2p impl [`68db01f`](https://github.com/oceanprotocol/ocean.js/commit/68db01fbf8f28854e6e0abe43aba85fbf6834c28)
10
26
  - p2p warmup [`8c2bb5a`](https://github.com/oceanprotocol/ocean.js/commit/8c2bb5ae2b17b5f2c9530800c1f3143b1b318b0e)
11
27
  - push,fetch config and no tls [`9cda783`](https://github.com/oceanprotocol/ocean.js/commit/9cda78366ddcfe97a93ecb79dc3a8aa3264ccecc)
@@ -218,7 +234,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
218
234
  - export util addrs functions [`#2017`](https://github.com/oceanprotocol/ocean.js/pull/2017)
219
235
  - Release 4.3.6 [`b28db44`](https://github.com/oceanprotocol/ocean.js/commit/b28db446144939e9ed864cc11559f718104d094b)
220
236
 
221
- #### [v4.3.5](https://github.com/oceanprotocol/ocean.js/compare/v4.3.4...v4.3.5)
237
+ #### [v4.3.5](https://github.com/oceanprotocol/ocean.js/compare/v4.3.3...v4.3.5)
222
238
 
223
239
  > 17 November 2025
224
240
 
@@ -227,13 +243,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
227
243
  - remove typo [`f199f4a`](https://github.com/oceanprotocol/ocean.js/commit/f199f4af809eb85249fe0c59303fcc3207d8e7a7)
228
244
  - export EnterpriseFeeCollector [`68712a2`](https://github.com/oceanprotocol/ocean.js/commit/68712a2af17824bb8fc78824842376e35f582487)
229
245
 
230
- #### [v4.3.4](https://github.com/oceanprotocol/ocean.js/compare/v4.3.2...v4.3.4)
246
+ #### [v4.3.3](https://github.com/oceanprotocol/ocean.js/compare/v4.3.2...v4.3.3)
231
247
 
232
- > 15 November 2025
248
+ > 1 August 2025
233
249
 
234
250
  - add policy server endpoints [`#1974`](https://github.com/oceanprotocol/ocean.js/pull/1974)
235
- - add EnterpriseFee [`b502882`](https://github.com/oceanprotocol/ocean.js/commit/b502882d05375eda326166608730a11e779c6f42)
236
- - Release 4.3.4 [`e45a7de`](https://github.com/oceanprotocol/ocean.js/commit/e45a7defa239f6800eb68a13e1a9a3d9662f509d)
237
251
  - Release 4.3.3 [`6d6d4cf`](https://github.com/oceanprotocol/ocean.js/commit/6d6d4cfe57f2a3dee73b4957ff2f144c0e7ff9d7)
238
252
 
239
253
  #### [v4.3.2](https://github.com/oceanprotocol/ocean.js/compare/v4.3.1...v4.3.2)
@@ -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
  )