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:
parent
61fff3441d
commit
14894c769f
@ -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).
|
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)
|
#### [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)
|
- remove hardhat deps [`5611eab`](https://github.com/oceanprotocol/ocean.js/commit/5611eab8176d9eab9c86a7f38eb23a3e893930e3)
|
||||||
- use hardhat getContractAt [`a049a1a`](https://github.com/oceanprotocol/ocean.js/commit/a049a1a4880fa698a26a27d6ea8e42fd864c188d)
|
- use hardhat getContractAt [`a049a1a`](https://github.com/oceanprotocol/ocean.js/commit/a049a1a4880fa698a26a27d6ea8e42fd864c188d)
|
||||||
- wip: create asset [`17603be`](https://github.com/oceanprotocol/ocean.js/commit/17603be1bb1e0bae5740755c5ae0873f1d18df4b)
|
- wip: create asset [`17603be`](https://github.com/oceanprotocol/ocean.js/commit/17603be1bb1e0bae5740755c5ae0873f1d18df4b)
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@oceanprotocol/lib",
|
"name": "@oceanprotocol/lib",
|
||||||
"version": "3.3.4-next.0",
|
"version": "3.3.4-next.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@oceanprotocol/lib",
|
"name": "@oceanprotocol/lib",
|
||||||
"version": "3.3.4-next.0",
|
"version": "3.3.4-next.1",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@oceanprotocol/contracts": "^2.2.0",
|
"@oceanprotocol/contracts": "^2.2.0",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@oceanprotocol/lib",
|
"name": "@oceanprotocol/lib",
|
||||||
"source": "./src/index.ts",
|
"source": "./src/index.ts",
|
||||||
"version": "3.3.4-next.0",
|
"version": "3.3.4-next.1",
|
||||||
"description": "JavaScript client library for Ocean Protocol",
|
"description": "JavaScript client library for Ocean Protocol",
|
||||||
"main": "./dist/lib.js",
|
"main": "./dist/lib.js",
|
||||||
"umd:main": "dist/lib.umd.js",
|
"umd:main": "dist/lib.umd.js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user