@oceanprotocol/lib 5.0.0-next.5 → 5.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,9 +4,14 @@ 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
+ #### [v5.0.0](https://github.com/oceanprotocol/ocean.js/compare/v5.0.0-next.5...v5.0.0)
8
+
7
9
  #### [v5.0.0-next.5](https://github.com/oceanprotocol/ocean.js/compare/v5.0.0-next.4...v5.0.0-next.5)
8
10
 
11
+ > 7 August 2025
12
+
9
13
  - cast bigint to number [`#1984`](https://github.com/oceanprotocol/ocean.js/pull/1984)
14
+ - Release 5.0.0-next.5 [`8530c90`](https://github.com/oceanprotocol/ocean.js/commit/8530c9011f6a4da5771b15592b2633363b5b514e)
10
15
 
11
16
  #### [v5.0.0-next.4](https://github.com/oceanprotocol/ocean.js/compare/v5.0.0-next.3...v5.0.0-next.4)
12
17
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oceanprotocol/lib",
3
3
  "source": "./src/index.ts",
4
- "version": "5.0.0-next.5",
4
+ "version": "5.0.0",
5
5
  "description": "JavaScript client library for Ocean Protocol",
6
6
  "main": "./dist/lib.cjs",
7
7
  "umd:main": "dist/lib.umd.js",