@oceanprotocol/lib 7.0.0-next.0 → 7.0.0-next.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 +11 -5
- package/dist/lib.cjs +3 -3
- package/dist/lib.cjs.map +1 -1
- package/dist/lib.modern.js +3 -3
- package/dist/lib.modern.js.map +1 -1
- package/dist/lib.module.mjs +3 -3
- package/dist/lib.module.mjs.map +1 -1
- package/dist/lib.umd.js +3 -3
- package/dist/lib.umd.js.map +1 -1
- package/dist/types/services/providers/BaseProvider.d.ts +1 -0
- package/dist/types/services/providers/P2pProvider.d.ts +1 -5
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,8 +4,16 @@ 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.1](https://github.com/oceanprotocol/ocean.js/compare/v7.0.0-next.0...v7.0.0-next.1)
|
|
8
|
+
|
|
9
|
+
- bump uint8arrays to esm supported [`f1ff511`](https://github.com/oceanprotocol/ocean.js/commit/f1ff511e9c92cee94cd129698bc46c7700952461)
|
|
10
|
+
- 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)
|
|
12
|
+
|
|
7
13
|
#### [v7.0.0-next.0](https://github.com/oceanprotocol/ocean.js/compare/v6.1.2...v7.0.0-next.0)
|
|
8
14
|
|
|
15
|
+
> 1 April 2026
|
|
16
|
+
|
|
9
17
|
- p2p impl [`68db01f`](https://github.com/oceanprotocol/ocean.js/commit/68db01fbf8f28854e6e0abe43aba85fbf6834c28)
|
|
10
18
|
- p2p warmup [`8c2bb5a`](https://github.com/oceanprotocol/ocean.js/commit/8c2bb5ae2b17b5f2c9530800c1f3143b1b318b0e)
|
|
11
19
|
- push,fetch config and no tls [`9cda783`](https://github.com/oceanprotocol/ocean.js/commit/9cda78366ddcfe97a93ecb79dc3a8aa3264ccecc)
|
|
@@ -218,7 +226,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
218
226
|
- export util addrs functions [`#2017`](https://github.com/oceanprotocol/ocean.js/pull/2017)
|
|
219
227
|
- Release 4.3.6 [`b28db44`](https://github.com/oceanprotocol/ocean.js/commit/b28db446144939e9ed864cc11559f718104d094b)
|
|
220
228
|
|
|
221
|
-
#### [v4.3.5](https://github.com/oceanprotocol/ocean.js/compare/v4.3.
|
|
229
|
+
#### [v4.3.5](https://github.com/oceanprotocol/ocean.js/compare/v4.3.3...v4.3.5)
|
|
222
230
|
|
|
223
231
|
> 17 November 2025
|
|
224
232
|
|
|
@@ -227,13 +235,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
227
235
|
- remove typo [`f199f4a`](https://github.com/oceanprotocol/ocean.js/commit/f199f4af809eb85249fe0c59303fcc3207d8e7a7)
|
|
228
236
|
- export EnterpriseFeeCollector [`68712a2`](https://github.com/oceanprotocol/ocean.js/commit/68712a2af17824bb8fc78824842376e35f582487)
|
|
229
237
|
|
|
230
|
-
#### [v4.3.
|
|
238
|
+
#### [v4.3.3](https://github.com/oceanprotocol/ocean.js/compare/v4.3.2...v4.3.3)
|
|
231
239
|
|
|
232
|
-
>
|
|
240
|
+
> 1 August 2025
|
|
233
241
|
|
|
234
242
|
- 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
243
|
- Release 4.3.3 [`6d6d4cf`](https://github.com/oceanprotocol/ocean.js/commit/6d6d4cfe57f2a3dee73b4957ff2f144c0e7ff9d7)
|
|
238
244
|
|
|
239
245
|
#### [v4.3.2](https://github.com/oceanprotocol/ocean.js/compare/v4.3.1...v4.3.2)
|