@oceanprotocol/lib 5.1.2 → 6.0.0
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 +27 -4
- package/dist/lib.cjs +1 -1
- package/dist/lib.cjs.map +1 -1
- package/dist/lib.modern.js +1 -1
- package/dist/lib.modern.js.map +1 -1
- package/dist/lib.module.mjs +1 -1
- package/dist/lib.module.mjs.map +1 -1
- package/dist/lib.umd.js +1 -1
- package/dist/lib.umd.js.map +1 -1
- package/dist/types/@types/Compute.d.ts +5 -0
- package/dist/types/@types/Provider.d.ts +39 -0
- package/dist/types/services/Aquarius.d.ts +1 -0
- package/dist/types/services/Provider.d.ts +22 -18
- package/dist/types/utils/eciesencrypt.d.ts +8 -0
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,15 +4,38 @@ 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
|
-
#### [
|
|
8
|
-
|
|
7
|
+
#### [6.0.0](https://github.com/oceanprotocol/ocean.js/compare/5.2.0...6.0.0)
|
|
8
|
+
|
|
9
|
+
- refactor signatures + add private docker registry [`#2041`](https://github.com/oceanprotocol/ocean.js/pull/2041)
|
|
10
|
+
- Bump rollup from 2.79.2 to 2.80.0 [`#2046`](https://github.com/oceanprotocol/ocean.js/pull/2046)
|
|
11
|
+
- Bump undici and @rdfjs/serializer-jsonld-ext [`#2039`](https://github.com/oceanprotocol/ocean.js/pull/2039)
|
|
12
|
+
- Bump ajv from 6.12.6 to 6.14.0 [`#2042`](https://github.com/oceanprotocol/ocean.js/pull/2042)
|
|
13
|
+
- Bump bn.js and web3 [`#2043`](https://github.com/oceanprotocol/ocean.js/pull/2043)
|
|
14
|
+
- Bump basic-ftp from 5.0.5 to 5.2.0 [`#2044`](https://github.com/oceanprotocol/ocean.js/pull/2044)
|
|
15
|
+
- use new escrow address [`#2045`](https://github.com/oceanprotocol/ocean.js/pull/2045)
|
|
16
|
+
- feat(logs): add downloadNodeLogs provider function [`#2038`](https://github.com/oceanprotocol/ocean.js/pull/2038)
|
|
17
|
+
- Release 5.1.3 [`cbf10ae`](https://github.com/oceanprotocol/ocean.js/commit/cbf10aeb59b67328d4bbd3a3c818985e2152a228)
|
|
9
18
|
- Release 5.1.1 [`c1dea5f`](https://github.com/oceanprotocol/ocean.js/commit/c1dea5f0df8c574e99721fa7444c4e87baf633ee)
|
|
10
|
-
-
|
|
19
|
+
- Release 5.1.2 [`0b8febb`](https://github.com/oceanprotocol/ocean.js/commit/0b8febb1603e38eb8adee04e2acc85f3437826ec)
|
|
20
|
+
|
|
21
|
+
#### [5.2.0](https://github.com/oceanprotocol/ocean.js/compare/v5.1.3...5.2.0)
|
|
22
|
+
|
|
23
|
+
> 3 February 2026
|
|
11
24
|
|
|
12
|
-
#### [
|
|
25
|
+
#### [v5.1.3](https://github.com/oceanprotocol/ocean.js/compare/v5.1.2...v5.1.3)
|
|
26
|
+
|
|
27
|
+
> 23 February 2026
|
|
28
|
+
|
|
29
|
+
- feat(logs): add downloadNodeLogs provider function [`#2038`](https://github.com/oceanprotocol/ocean.js/pull/2038)
|
|
30
|
+
- Release 5.1.3 [`cbf10ae`](https://github.com/oceanprotocol/ocean.js/commit/cbf10aeb59b67328d4bbd3a3c818985e2152a228)
|
|
31
|
+
|
|
32
|
+
#### [v5.1.2](https://github.com/oceanprotocol/ocean.js/compare/v5.1.1...v5.1.2)
|
|
13
33
|
|
|
14
34
|
> 3 February 2026
|
|
15
35
|
|
|
36
|
+
- Release 5.1.2 [`0b8febb`](https://github.com/oceanprotocol/ocean.js/commit/0b8febb1603e38eb8adee04e2acc85f3437826ec)
|
|
37
|
+
- fix url path [`1d5d373`](https://github.com/oceanprotocol/ocean.js/commit/1d5d37333836d286db7288c087568ec8d5e529f2)
|
|
38
|
+
|
|
16
39
|
#### [v5.1.1](https://github.com/oceanprotocol/ocean.js/compare/v5.1.0...v5.1.1)
|
|
17
40
|
|
|
18
41
|
> 3 February 2026
|