1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Release 3.3.4-next.1

This commit is contained in:
paulo-ocean 2024-09-12 08:40:59 +01:00
parent 61fff3441d
commit 14894c769f
3 changed files with 9 additions and 3 deletions

View File

@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### [v3.3.4-next.1](https://github.com/oceanprotocol/ocean.js/compare/v3.3.4-next.0...v3.3.4-next.1)
- fix review [`61fff34`](https://github.com/oceanprotocol/ocean.js/commit/61fff3441d782c4dafdc6d6def312988052d5ff1)
#### [v3.3.4-next.0](https://github.com/oceanprotocol/ocean.js/compare/v3.3.3...v3.3.4-next.0)
> 10 September 2024
- remove hardhat deps [`5611eab`](https://github.com/oceanprotocol/ocean.js/commit/5611eab8176d9eab9c86a7f38eb23a3e893930e3)
- use hardhat getContractAt [`a049a1a`](https://github.com/oceanprotocol/ocean.js/commit/a049a1a4880fa698a26a27d6ea8e42fd864c188d)
- wip: create asset [`17603be`](https://github.com/oceanprotocol/ocean.js/commit/17603be1bb1e0bae5740755c5ae0873f1d18df4b)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@oceanprotocol/lib",
"version": "3.3.4-next.0",
"version": "3.3.4-next.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@oceanprotocol/lib",
"version": "3.3.4-next.0",
"version": "3.3.4-next.1",
"license": "Apache-2.0",
"dependencies": {
"@oceanprotocol/contracts": "^2.2.0",

View File

@ -1,7 +1,7 @@
{
"name": "@oceanprotocol/lib",
"source": "./src/index.ts",
"version": "3.3.4-next.0",
"version": "3.3.4-next.1",
"description": "JavaScript client library for Ocean Protocol",
"main": "./dist/lib.js",
"umd:main": "dist/lib.umd.js",