@oceanprotocol/lib 1.0.0-next.10 → 1.0.0-next.14

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 (43) hide show
  1. package/CHANGELOG.md +48 -1
  2. package/dist/lib.js +1 -1
  3. package/dist/lib.js.map +1 -1
  4. package/dist/lib.modern.js +1 -1
  5. package/dist/lib.modern.js.map +1 -1
  6. package/dist/lib.module.js +1 -1
  7. package/dist/lib.module.js.map +1 -1
  8. package/dist/lib.umd.js +1 -1
  9. package/dist/lib.umd.js.map +1 -1
  10. package/dist/src/@types/Asset.d.ts +83 -0
  11. package/dist/src/@types/Compute.d.ts +17 -0
  12. package/dist/src/@types/DDO/DDO.d.ts +43 -0
  13. package/dist/src/@types/DDO/Event.d.ts +20 -0
  14. package/dist/src/@types/DDO/Metadata.d.ts +88 -0
  15. package/dist/src/@types/DDO/Service.d.ts +96 -0
  16. package/dist/src/{interfaces/DispenserInterface.d.ts → @types/Dispenser.d.ts} +0 -0
  17. package/dist/src/{interfaces/Erc20Interface.d.ts → @types/Erc20.d.ts} +0 -0
  18. package/dist/src/{interfaces/Erc721Interface.d.ts → @types/Erc721.d.ts} +1 -1
  19. package/dist/src/@types/FileMetadata.d.ts +29 -0
  20. package/dist/src/{interfaces/FixedRateInterface.d.ts → @types/FixedPrice.d.ts} +7 -1
  21. package/dist/src/{interfaces/PoolInterface.d.ts → @types/Pool.d.ts} +2 -2
  22. package/dist/src/@types/Router.d.ts +59 -0
  23. package/dist/src/@types/index.d.ts +6 -0
  24. package/dist/src/aquarius/Aquarius.d.ts +23 -1
  25. package/dist/src/factories/NFTFactory.d.ts +217 -10
  26. package/dist/src/index.d.ts +0 -1
  27. package/dist/src/models/Config.d.ts +128 -0
  28. package/dist/src/pools/Router.d.ts +183 -1
  29. package/dist/src/pools/balancer/Pool.d.ts +307 -12
  30. package/dist/src/pools/dispenser/Dispenser.d.ts +108 -0
  31. package/dist/src/pools/fixedRate/FixedRateExchange.d.ts +281 -1
  32. package/dist/src/pools/ssContracts/SideStaking.d.ts +102 -0
  33. package/dist/src/provider/Provider.d.ts +113 -1
  34. package/dist/src/tokens/Datatoken.d.ts +291 -2
  35. package/dist/src/tokens/NFT.d.ts +294 -1
  36. package/dist/src/utils/ContractUtils.d.ts +2 -1
  37. package/dist/src/utils/DatatokenName.d.ts +4 -0
  38. package/dist/src/utils/General.d.ts +4 -0
  39. package/dist/src/utils/TokenUtils.d.ts +32 -0
  40. package/dist/src/utils/index.d.ts +1 -0
  41. package/package.json +19 -19
  42. package/dist/src/interfaces/RouterInterface.d.ts +0 -12
  43. package/dist/src/interfaces/index.d.ts +0 -5
package/CHANGELOG.md CHANGED
@@ -4,10 +4,57 @@ 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
+ #### [v1.0.0-next.14](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.13...v1.0.0-next.14)
8
+
9
+ - fixes [`#1273`](https://github.com/oceanprotocol/ocean.js/pull/1273)
10
+
11
+ #### [v1.0.0-next.13](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.12...v1.0.0-next.13)
12
+
13
+ > 10 February 2022
14
+
15
+ - Bump typescript from 4.4.4 to 4.5.5 [`#1270`](https://github.com/oceanprotocol/ocean.js/pull/1270)
16
+ - Bump mocha from 9.1.3 to 9.2.0 [`#1269`](https://github.com/oceanprotocol/ocean.js/pull/1269)
17
+ - Use v4main images [`#1267`](https://github.com/oceanprotocol/ocean.js/pull/1267)
18
+ - Bump ts-node from 10.4.0 to 10.5.0 [`#1268`](https://github.com/oceanprotocol/ocean.js/pull/1268)
19
+ - Bump @truffle/hdwallet-provider from 1.7.0 to 2.0.3 [`#1271`](https://github.com/oceanprotocol/ocean.js/pull/1271)
20
+ - Bump mock-local-storage from 1.1.19 to 1.1.20 [`#1263`](https://github.com/oceanprotocol/ocean.js/pull/1263)
21
+ - Bump cross-fetch from 3.1.4 to 3.1.5 [`#1264`](https://github.com/oceanprotocol/ocean.js/pull/1264)
22
+ - Bump auto-changelog from 2.3.0 to 2.4.0 [`#1265`](https://github.com/oceanprotocol/ocean.js/pull/1265)
23
+ - Bump @types/mocha from 9.0.0 to 9.1.0 [`#1262`](https://github.com/oceanprotocol/ocean.js/pull/1262)
24
+ - Bump follow-redirects from 1.14.6 to 1.14.8 [`#1261`](https://github.com/oceanprotocol/ocean.js/pull/1261)
25
+ - Bump simple-get from 2.8.1 to 2.8.2 [`#1260`](https://github.com/oceanprotocol/ocean.js/pull/1260)
26
+ - Bump @openzeppelin/contracts from 4.4.1 to 4.4.2 [`#1259`](https://github.com/oceanprotocol/ocean.js/pull/1259)
27
+ - Bump @types/node from 17.0.8 to 17.0.16 [`#1255`](https://github.com/oceanprotocol/ocean.js/pull/1255)
28
+ - Bump typedoc from 0.22.10 to 0.22.11 [`#1230`](https://github.com/oceanprotocol/ocean.js/pull/1230)
29
+ - npm audit fix [`92f4eb9`](https://github.com/oceanprotocol/ocean.js/commit/92f4eb96695a1e32e750f6c3c0de7774e992e4f2)
30
+ - Release 1.0.0-next.13 [`5152bc2`](https://github.com/oceanprotocol/ocean.js/commit/5152bc21646a6375799838daf77188a9dd6713f0)
31
+
32
+ #### [v1.0.0-next.12](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.11...v1.0.0-next.12)
33
+
34
+ > 9 February 2022
35
+
36
+ - use compute environments [`#1258`](https://github.com/oceanprotocol/ocean.js/pull/1258)
37
+ - Bump web3 from 1.6.1 to 1.7.0 [`#1224`](https://github.com/oceanprotocol/ocean.js/pull/1224)
38
+ - Barge c2d & latest contracts bump [`#1248`](https://github.com/oceanprotocol/ocean.js/pull/1248)
39
+ - Release 1.0.0-next.12 [`022c8c7`](https://github.com/oceanprotocol/ocean.js/commit/022c8c7454a8e39fe552f68cacb6a5ec75776cdf)
40
+ - fixed version for contracts [`fbcd22e`](https://github.com/oceanprotocol/ocean.js/commit/fbcd22e714d6233d7d71f60d7eabb0cecb2fe963)
41
+ - run push builds against v4main [`9142c35`](https://github.com/oceanprotocol/ocean.js/commit/9142c354f0ba3829a31d71c2814e6bdac406d91e)
42
+
43
+ #### [v1.0.0-next.11](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.10...v1.0.0-next.11)
44
+
45
+ > 7 February 2022
46
+
47
+ - Moved interfaces under types and some small fixes [`#1253`](https://github.com/oceanprotocol/ocean.js/pull/1253)
48
+ - stop removing jsdocs [`#1254`](https://github.com/oceanprotocol/ocean.js/pull/1254)
49
+ - Release 1.0.0-next.11 [`8fc3773`](https://github.com/oceanprotocol/ocean.js/commit/8fc377383434a1c8a3ba68586ab8db85bc922d40)
50
+
7
51
  #### [v1.0.0-next.10](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.9...v1.0.0-next.10)
8
52
 
53
+ > 28 January 2022
54
+
9
55
  - remove ammount [`#1241`](https://github.com/oceanprotocol/ocean.js/pull/1241)
10
56
  - update contracts [`#1244`](https://github.com/oceanprotocol/ocean.js/pull/1244)
57
+ - Release 1.0.0-next.10 [`3dda9a6`](https://github.com/oceanprotocol/ocean.js/commit/3dda9a67097ac0adc388741b506cd23ef3e2cdb1)
11
58
 
12
59
  #### [v1.0.0-next.9](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.8...v1.0.0-next.9)
13
60
 
@@ -239,7 +286,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
239
286
  - Bump prettier from 2.4.0 to 2.4.1 [`#1027`](https://github.com/oceanprotocol/ocean.js/pull/1027)
240
287
  - add catenax network config [`#1025`](https://github.com/oceanprotocol/ocean.js/pull/1025)
241
288
  - Bump @oceanprotocol/contracts from 0.6.5 to 0.6.7 [`#1024`](https://github.com/oceanprotocol/ocean.js/pull/1024)
242
- - Bump aqua queries [`3bea2aa`](https://github.com/oceanprotocol/ocean.js/commit/3bea2aaf9082bf1b61219f3d7960c14cec04fa1e)
289
+ - Bump aqua queries [`3bea2aa`](https://github.com/oceanprotocol/ocean.js/commit/3bea2aaf9082bf1b61219f3d7960c14cec04fa1e)
243
290
  - Release 0.17.4 [`2651b72`](https://github.com/oceanprotocol/ocean.js/commit/2651b72a2f02f952eb94e0b83edaf308cbb9e130)
244
291
  - Release 0.17.5 [`f893cb8`](https://github.com/oceanprotocol/ocean.js/commit/f893cb8b09e325df238be243713e07d64a158269)
245
292