@oceanprotocol/lib 0.20.1 → 0.20.2

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 CHANGED
@@ -4,10 +4,31 @@ 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
+ #### [v0.20.2](https://github.com/oceanprotocol/ocean.js/compare/v0.20.1...v0.20.2)
8
+
9
+ - allow custom parameters [`#1179`](https://github.com/oceanprotocol/ocean.js/pull/1179)
10
+ - Bump source-map-support from 0.5.20 to 0.5.21 [`#1127`](https://github.com/oceanprotocol/ocean.js/pull/1127)
11
+ - Bump @truffle/hdwallet-provider from 1.7.0 to 2.0.0 [`#1181`](https://github.com/oceanprotocol/ocean.js/pull/1181)
12
+ - Bump @types/node from 17.0.5 to 17.0.7 [`#1187`](https://github.com/oceanprotocol/ocean.js/pull/1187)
13
+ - Bump mock-local-storage from 1.1.18 to 1.1.19 [`#1186`](https://github.com/oceanprotocol/ocean.js/pull/1186)
14
+ - Bump typescript from 4.5.3 to 4.5.4 [`#1185`](https://github.com/oceanprotocol/ocean.js/pull/1185)
15
+ - Bump prettier from 2.4.1 to 2.5.1 [`#1180`](https://github.com/oceanprotocol/ocean.js/pull/1180)
16
+ - Bump @types/crypto-js from 4.0.2 to 4.1.0 [`#1182`](https://github.com/oceanprotocol/ocean.js/pull/1182)
17
+ - Bump typedoc from 0.22.9 to 0.22.10 [`#1126`](https://github.com/oceanprotocol/ocean.js/pull/1126)
18
+ - Bump @types/node from 16.11.7 to 17.0.5 [`#1177`](https://github.com/oceanprotocol/ocean.js/pull/1177)
19
+ - Bump @types/chai from 4.2.22 to 4.3.0 [`#1147`](https://github.com/oceanprotocol/ocean.js/pull/1147)
20
+ - Fix beginner guide [`#1157`](https://github.com/oceanprotocol/ocean.js/pull/1157)
21
+ - Fix quickstart simple [`#1158`](https://github.com/oceanprotocol/ocean.js/pull/1158)
22
+ - reuse datatoken info without getting from contract [`#1141`](https://github.com/oceanprotocol/ocean.js/pull/1141)
23
+ - Bump typescript from 4.4.4 to 4.5.3 [`#1144`](https://github.com/oceanprotocol/ocean.js/pull/1144)
24
+
7
25
  #### [v0.20.1](https://github.com/oceanprotocol/ocean.js/compare/v0.20.0...v0.20.1)
8
26
 
27
+ > 10 December 2021
28
+
9
29
  - required only validation on user custom parameter [`#1146`](https://github.com/oceanprotocol/ocean.js/pull/1146)
10
30
  - add configurable request timeout for HTTP request [`#1145`](https://github.com/oceanprotocol/ocean.js/pull/1145)
31
+ - Release 0.20.1 [`e216090`](https://github.com/oceanprotocol/ocean.js/commit/e216090394721358ce2bf9126c94f0b8069158db)
11
32
 
12
33
  #### [v0.20.0](https://github.com/oceanprotocol/ocean.js/compare/v0.19.3...v0.20.0)
13
34