mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Release 0.16.2
This commit is contained in:
parent
fba5965042
commit
590a168291
15
CHANGELOG.md
15
CHANGELOG.md
@ -4,9 +4,24 @@ 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).
|
||||||
|
|
||||||
|
#### [v0.16.2](https://github.com/oceanprotocol/ocean.js/compare/v0.16.1...v0.16.2)
|
||||||
|
|
||||||
|
- validate ddo before publish on chain [`#873`](https://github.com/oceanprotocol/ocean.js/pull/873)
|
||||||
|
- allow extended FRE [`#875`](https://github.com/oceanprotocol/ocean.js/pull/875)
|
||||||
|
- Bump decimal.js from 10.3.0 to 10.3.1 [`#865`](https://github.com/oceanprotocol/ocean.js/pull/865)
|
||||||
|
- Bump prettier from 2.3.1 to 2.3.2 [`#866`](https://github.com/oceanprotocol/ocean.js/pull/866)
|
||||||
|
- Bump typedoc from 0.21.0 to 0.21.2 [`#868`](https://github.com/oceanprotocol/ocean.js/pull/868)
|
||||||
|
- Bump @typescript-eslint/eslint-plugin from 4.28.0 to 4.28.1 [`#871`](https://github.com/oceanprotocol/ocean.js/pull/871)
|
||||||
|
- Bump @typescript-eslint/parser from 4.28.0 to 4.28.1 [`#872`](https://github.com/oceanprotocol/ocean.js/pull/872)
|
||||||
|
- Improve Ocean.assets.isConsumable return interface and message [`#869`](https://github.com/oceanprotocol/ocean.js/pull/869)
|
||||||
|
- Bump @types/node from 15.12.4 to 15.12.5 [`#867`](https://github.com/oceanprotocol/ocean.js/pull/867)
|
||||||
|
|
||||||
#### [v0.16.1](https://github.com/oceanprotocol/ocean.js/compare/v0.16.0...v0.16.1)
|
#### [v0.16.1](https://github.com/oceanprotocol/ocean.js/compare/v0.16.0...v0.16.1)
|
||||||
|
|
||||||
|
> 25 June 2021
|
||||||
|
|
||||||
- proper compare using lowercase [`#864`](https://github.com/oceanprotocol/ocean.js/pull/864)
|
- proper compare using lowercase [`#864`](https://github.com/oceanprotocol/ocean.js/pull/864)
|
||||||
|
- Release 0.16.1 [`069e60b`](https://github.com/oceanprotocol/ocean.js/commit/069e60baeb705f335fa749eab7e59fbc5015a27f)
|
||||||
|
|
||||||
#### [v0.16.0](https://github.com/oceanprotocol/ocean.js/compare/v0.15.1...v0.16.0)
|
#### [v0.16.0](https://github.com/oceanprotocol/ocean.js/compare/v0.15.1...v0.16.0)
|
||||||
|
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@oceanprotocol/lib",
|
"name": "@oceanprotocol/lib",
|
||||||
"version": "0.16.1",
|
"version": "0.16.2",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@oceanprotocol/lib",
|
"name": "@oceanprotocol/lib",
|
||||||
"version": "0.16.1",
|
"version": "0.16.2",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethereum-navigator/navigator": "^0.5.3",
|
"@ethereum-navigator/navigator": "^0.5.3",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@oceanprotocol/lib",
|
"name": "@oceanprotocol/lib",
|
||||||
"source": "./src/index.ts",
|
"source": "./src/index.ts",
|
||||||
"version": "0.16.1",
|
"version": "0.16.2",
|
||||||
"description": "JavaScript client library for Ocean Protocol",
|
"description": "JavaScript client library for Ocean Protocol",
|
||||||
"main": "./dist/node/lib.js",
|
"main": "./dist/node/lib.js",
|
||||||
"exports": "./dist/node/lib.js",
|
"exports": "./dist/node/lib.js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user