@oceanprotocol/lib 3.0.0-next.5 → 3.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 +7 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,13 +4,19 @@ 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
|
+
#### [v3.0.0](https://github.com/oceanprotocol/ocean.js/compare/v3.0.0-next.5...v3.0.0)
|
|
8
|
+
|
|
9
|
+
- Features/ethers [`#1696`](https://github.com/oceanprotocol/ocean.js/pull/1696)
|
|
10
|
+
|
|
7
11
|
#### [v3.0.0-next.5](https://github.com/oceanprotocol/ocean.js/compare/v3.0.0-next.4...v3.0.0-next.5)
|
|
8
12
|
|
|
13
|
+
> 22 May 2023
|
|
14
|
+
|
|
9
15
|
- Add consumer parameter types [`#1730`](https://github.com/oceanprotocol/ocean.js/pull/1730)
|
|
10
16
|
- add consume params typings [`#1731`](https://github.com/oceanprotocol/ocean.js/pull/1731)
|
|
17
|
+
- Release 3.0.0-next.5 [`3379c0b`](https://github.com/oceanprotocol/ocean.js/commit/3379c0b77034e8ad7ef8e034a70f6e73ae072411)
|
|
11
18
|
- Merge 8ad834e2a84ce5b2deb8c7c6117e657e69f86e81 into e3dfa2997acbcfad40a1fc302795c07d2ff1c3fa [`778eab6`](https://github.com/oceanprotocol/ocean.js/commit/778eab6b8641cb9dea93b7f389b45e0a46ebaebd)
|
|
12
19
|
- fix gas fee estimate [`a9eedac`](https://github.com/oceanprotocol/ocean.js/commit/a9eedac21824436e1925314690e7c8932bf59ce9)
|
|
13
|
-
- add some delays before resolving datasets [`09d15b3`](https://github.com/oceanprotocol/ocean.js/commit/09d15b39472387d1fdcc558130edf8dbff3b2ab6)
|
|
14
20
|
|
|
15
21
|
#### [v3.0.0-next.4](https://github.com/oceanprotocol/ocean.js/compare/v3.0.0-next.3...v3.0.0-next.4)
|
|
16
22
|
|
package/package.json
CHANGED