@oceanprotocol/lib 7.0.0-next.1 → 7.0.0-next.3

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,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
+ #### [v7.0.0-next.3](https://github.com/oceanprotocol/ocean.js/compare/v7.0.0-next.2...v7.0.0-next.3)
8
+
9
+ - replace uint8arrays lib with native [`9af1c01`](https://github.com/oceanprotocol/ocean.js/commit/9af1c017620f65848bf26f00d30f40e37ff30e77)
10
+ - Revert "fix exports name in pacakge json" [`aaf33a9`](https://github.com/oceanprotocol/ocean.js/commit/aaf33a97d3b6af019cfa01ae2ba739c6da720f3a)
11
+ - fix exports name in pacakge json [`278ef0f`](https://github.com/oceanprotocol/ocean.js/commit/278ef0f641559fe2fda39a54adeae3c6aea4705b)
12
+
13
+ #### [v7.0.0-next.2](https://github.com/oceanprotocol/ocean.js/compare/v7.0.0-next.1...v7.0.0-next.2)
14
+
15
+ > 3 April 2026
16
+
17
+ - circuit relay [`1465468`](https://github.com/oceanprotocol/ocean.js/commit/1465468442f6f5d5eb93a476e8ba04c02d295a8f)
18
+ - libp2p circuit + evict bad connections [`d9cba46`](https://github.com/oceanprotocol/ocean.js/commit/d9cba462d02fedba6c221efbc5aa8e8a080b372e)
19
+ - Release 7.0.0-next.2 [`8f33b03`](https://github.com/oceanprotocol/ocean.js/commit/8f33b03b11bf442d7ce0c6a31d905cbde4514508)
20
+
7
21
  #### [v7.0.0-next.1](https://github.com/oceanprotocol/ocean.js/compare/v7.0.0-next.0...v7.0.0-next.1)
8
22
 
23
+ > 2 April 2026
24
+
9
25
  - bump uint8arrays to esm supported [`f1ff511`](https://github.com/oceanprotocol/ocean.js/commit/f1ff511e9c92cee94cd129698bc46c7700952461)
10
26
  - 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)
27
+ - Release 7.0.0-next.1 [`0a59035`](https://github.com/oceanprotocol/ocean.js/commit/0a5903556fcc2d7e38ccc52b266e15b1ca9e2273)
12
28
 
13
29
  #### [v7.0.0-next.0](https://github.com/oceanprotocol/ocean.js/compare/v6.1.2...v7.0.0-next.0)
14
30
 
@@ -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
  )