@oceanprotocol/lib 4.3.6 → 4.3.7
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 +24 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,13 +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
|
-
#### [v4.3.
|
|
7
|
+
#### [v4.3.7](https://github.com/oceanprotocol/ocean.js/compare/v5.0.5...v4.3.7)
|
|
8
8
|
|
|
9
9
|
- export util addrs functions [`#2017`](https://github.com/oceanprotocol/ocean.js/pull/2017)
|
|
10
10
|
- V4/feature/enterprise fee collector [`#2011`](https://github.com/oceanprotocol/ocean.js/pull/2011)
|
|
11
11
|
- Release 4.3.5 [`2953f4a`](https://github.com/oceanprotocol/ocean.js/commit/2953f4ac49d56ac8b066ad8fa7a71b6bbc0df005)
|
|
12
12
|
- Release 4.3.3 [`6d6d4cf`](https://github.com/oceanprotocol/ocean.js/commit/6d6d4cfe57f2a3dee73b4957ff2f144c0e7ff9d7)
|
|
13
|
-
-
|
|
13
|
+
- Release 4.3.6 [`b28db44`](https://github.com/oceanprotocol/ocean.js/commit/b28db446144939e9ed864cc11559f718104d094b)
|
|
14
|
+
|
|
15
|
+
#### [v5.0.5](https://github.com/oceanprotocol/ocean.js/compare/v5.0.4...v5.0.5)
|
|
16
|
+
|
|
17
|
+
> 24 November 2025
|
|
18
|
+
|
|
19
|
+
- Deps/bump_contracts_to_2_5_0 [`#2016`](https://github.com/oceanprotocol/ocean.js/pull/2016)
|
|
20
|
+
- export addrs functions [`#2018`](https://github.com/oceanprotocol/ocean.js/pull/2018)
|
|
21
|
+
- Feature/fix enterprise fee [`#2014`](https://github.com/oceanprotocol/ocean.js/pull/2014)
|
|
22
|
+
- Feature/add enterprisefee getters [`#2010`](https://github.com/oceanprotocol/ocean.js/pull/2010)
|
|
23
|
+
- fix resources & add queue [`#2009`](https://github.com/oceanprotocol/ocean.js/pull/2009)
|
|
24
|
+
- add escrow address to config [`#2008`](https://github.com/oceanprotocol/ocean.js/pull/2008)
|
|
25
|
+
- Update docs [`#2006`](https://github.com/oceanprotocol/ocean.js/pull/2006)
|
|
26
|
+
- update codeowners [`#2005`](https://github.com/oceanprotocol/ocean.js/pull/2005)
|
|
27
|
+
- Release 5.0.5 [`bada383`](https://github.com/oceanprotocol/ocean.js/commit/bada383843f05bf73816216e710da55d4ce40607)
|
|
14
28
|
|
|
15
29
|
#### [v5.0.4](https://github.com/oceanprotocol/ocean.js/compare/v5.0.3...v5.0.4)
|
|
16
30
|
|
|
@@ -82,7 +96,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
82
96
|
- Feature/contracts_240 [`#1979`](https://github.com/oceanprotocol/ocean.js/pull/1979)
|
|
83
97
|
- Release 5.0.0-next.2 [`fedd4c2`](https://github.com/oceanprotocol/ocean.js/commit/fedd4c273d86fb3f85990d7a289be4c3a4270832)
|
|
84
98
|
|
|
85
|
-
#### [v5.0.0-next.1](https://github.com/oceanprotocol/ocean.js/compare/v4.3.
|
|
99
|
+
#### [v5.0.0-next.1](https://github.com/oceanprotocol/ocean.js/compare/v4.3.6...v5.0.0-next.1)
|
|
86
100
|
|
|
87
101
|
> 1 August 2025
|
|
88
102
|
|
|
@@ -93,6 +107,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
93
107
|
- Feature/update ethers [`#1969`](https://github.com/oceanprotocol/ocean.js/pull/1969)
|
|
94
108
|
- Release 5.0.0-next.1 [`cf92038`](https://github.com/oceanprotocol/ocean.js/commit/cf92038208679177ab6af112526f5547feb0f11e)
|
|
95
109
|
|
|
110
|
+
#### [v4.3.6](https://github.com/oceanprotocol/ocean.js/compare/v4.3.5...v4.3.6)
|
|
111
|
+
|
|
112
|
+
> 24 November 2025
|
|
113
|
+
|
|
114
|
+
- export util addrs functions [`#2017`](https://github.com/oceanprotocol/ocean.js/pull/2017)
|
|
115
|
+
- Release 4.3.6 [`b28db44`](https://github.com/oceanprotocol/ocean.js/commit/b28db446144939e9ed864cc11559f718104d094b)
|
|
116
|
+
|
|
96
117
|
#### [v4.3.5](https://github.com/oceanprotocol/ocean.js/compare/v4.3.4...v4.3.5)
|
|
97
118
|
|
|
98
119
|
> 17 November 2025
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oceanprotocol/lib",
|
|
3
3
|
"source": "./src/index.ts",
|
|
4
|
-
"version": "4.3.
|
|
4
|
+
"version": "4.3.7",
|
|
5
5
|
"description": "JavaScript client library for Ocean Protocol",
|
|
6
6
|
"main": "./dist/lib.cjs",
|
|
7
7
|
"umd:main": "dist/lib.umd.js",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@oasisprotocol/sapphire-paratime": "^1.3.2",
|
|
60
|
-
"@oceanprotocol/contracts": "^2.
|
|
60
|
+
"@oceanprotocol/contracts": "^2.5.0",
|
|
61
61
|
"@oceanprotocol/ddo-js": "^0.1.2",
|
|
62
62
|
"@rdfjs/dataset": "^2.0.2",
|
|
63
63
|
"@rdfjs/formats-common": "^3.1.0",
|