@oceanprotocol/lib 3.3.0 → 3.3.1

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 (83) hide show
  1. package/.nvmrc +1 -1
  2. package/CHANGELOG.md +19 -16
  3. package/dist/lib.js +1 -1
  4. package/dist/lib.js.map +1 -1
  5. package/dist/lib.modern.js +1 -1
  6. package/dist/lib.modern.js.map +1 -1
  7. package/dist/lib.module.js +1 -1
  8. package/dist/lib.module.js.map +1 -1
  9. package/dist/lib.umd.js +1 -1
  10. package/dist/lib.umd.js.map +1 -1
  11. package/package.json +1 -1
  12. package/dist/src/@types/Asset.d.ts +0 -148
  13. package/dist/src/@types/Compute.d.ts +0 -71
  14. package/dist/src/@types/Contracts.d.ts +0 -26
  15. package/dist/src/@types/DDO/ConsumerParameter.d.ts +0 -37
  16. package/dist/src/@types/DDO/Credentials.d.ts +0 -8
  17. package/dist/src/@types/DDO/DDO.d.ts +0 -55
  18. package/dist/src/@types/DDO/Event.d.ts +0 -27
  19. package/dist/src/@types/DDO/Metadata.d.ts +0 -141
  20. package/dist/src/@types/DDO/Service.d.ts +0 -100
  21. package/dist/src/@types/Datatoken.d.ts +0 -38
  22. package/dist/src/@types/Dispenser.d.ts +0 -16
  23. package/dist/src/@types/DownloadResponse.d.ts +0 -4
  24. package/dist/src/@types/File.d.ts +0 -89
  25. package/dist/src/@types/FileInfo.d.ts +0 -43
  26. package/dist/src/@types/FixedPrice.d.ts +0 -51
  27. package/dist/src/@types/NFT.d.ts +0 -18
  28. package/dist/src/@types/NFTFactory.d.ts +0 -20
  29. package/dist/src/@types/Provider.d.ts +0 -33
  30. package/dist/src/@types/ReturnTypes.d.ts +0 -3
  31. package/dist/src/@types/Router.d.ts +0 -59
  32. package/dist/src/@types/index.d.ts +0 -20
  33. package/dist/src/config/Config.d.ts +0 -153
  34. package/dist/src/config/ConfigHelper.d.ts +0 -12
  35. package/dist/src/config/index.d.ts +0 -2
  36. package/dist/src/contracts/Datatoken.d.ts +0 -278
  37. package/dist/src/contracts/Dispenser.d.ts +0 -73
  38. package/dist/src/contracts/FixedRateExchange.d.ts +0 -209
  39. package/dist/src/contracts/NFT.d.ts +0 -220
  40. package/dist/src/contracts/NFTFactory.d.ts +0 -165
  41. package/dist/src/contracts/Router.d.ts +0 -107
  42. package/dist/src/contracts/SmartContract.d.ts +0 -45
  43. package/dist/src/contracts/SmartContractWithAddress.d.ts +0 -17
  44. package/dist/src/contracts/df/DfRewards.d.ts +0 -31
  45. package/dist/src/contracts/df/DfStrategyV1.d.ts +0 -21
  46. package/dist/src/contracts/index.d.ts +0 -14
  47. package/dist/src/contracts/ve/VeAllocate.d.ts +0 -38
  48. package/dist/src/contracts/ve/VeFeeDistributor.d.ts +0 -29
  49. package/dist/src/contracts/ve/VeFeeEstimate.d.ts +0 -14
  50. package/dist/src/contracts/ve/VeOcean.d.ts +0 -68
  51. package/dist/src/index.d.ts +0 -5
  52. package/dist/src/services/Aquarius.d.ts +0 -53
  53. package/dist/src/services/Provider.d.ts +0 -197
  54. package/dist/src/services/index.d.ts +0 -2
  55. package/dist/src/utils/Constants.d.ts +0 -4
  56. package/dist/src/utils/ContractUtils.d.ts +0 -46
  57. package/dist/src/utils/DatatokenName.d.ts +0 -14
  58. package/dist/src/utils/DdoHelpers.d.ts +0 -13
  59. package/dist/src/utils/FetchHelper.d.ts +0 -14
  60. package/dist/src/utils/General.d.ts +0 -5
  61. package/dist/src/utils/Logger.d.ts +0 -19
  62. package/dist/src/utils/OrderUtils.d.ts +0 -20
  63. package/dist/src/utils/ProviderErrors.d.ts +0 -1
  64. package/dist/src/utils/SignatureUtils.d.ts +0 -12
  65. package/dist/src/utils/TokenUtils.d.ts +0 -70
  66. package/dist/src/utils/index.d.ts +0 -12
  67. package/dist/src/utils/minAbi.d.ts +0 -38
  68. package/dist/test/config.d.ts +0 -19
  69. package/dist/test/integration/CodeExamples.test.d.ts +0 -1
  70. package/dist/test/integration/ComputeExamples.test.d.ts +0 -1
  71. package/dist/test/integration/ComputeFlow.test.d.ts +0 -1
  72. package/dist/test/integration/Provider.test.d.ts +0 -1
  73. package/dist/test/integration/PublishEditConsume.test.d.ts +0 -1
  74. package/dist/test/integration/PublishFlows.test.d.ts +0 -1
  75. package/dist/test/integration/helpers.d.ts +0 -7
  76. package/dist/test/unit/DFRewards.test.d.ts +0 -1
  77. package/dist/test/unit/Datatoken.test.d.ts +0 -1
  78. package/dist/test/unit/Dispenser.test.d.ts +0 -1
  79. package/dist/test/unit/FixedRateExchange.test.d.ts +0 -1
  80. package/dist/test/unit/Nft.test.d.ts +0 -1
  81. package/dist/test/unit/NftFactory.test.d.ts +0 -1
  82. package/dist/test/unit/Router.test.d.ts +0 -1
  83. package/dist/test/unit/veOcean.test.d.ts +0 -1
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 16
1
+ 20
package/CHANGELOG.md CHANGED
@@ -4,10 +4,25 @@ 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
+ #### [v3.3.1](https://github.com/oceanprotocol/ocean.js/compare/v3.3.0...v3.3.1)
8
+
9
+ - Bump express from 4.18.2 to 4.19.2 [`#1813`](https://github.com/oceanprotocol/ocean.js/pull/1813)
10
+ - Bump typescript from 5.1.6 to 5.4.5 [`#1810`](https://github.com/oceanprotocol/ocean.js/pull/1810)
11
+ - Bump ejs from 3.1.7 to 3.1.10 [`#1812`](https://github.com/oceanprotocol/ocean.js/pull/1812)
12
+ - add sapphire [`#1808`](https://github.com/oceanprotocol/ocean.js/pull/1808)
13
+ - Bump typedoc from 0.25.1 to 0.25.13 [`#1809`](https://github.com/oceanprotocol/ocean.js/pull/1809)
14
+ - Bump ip from 1.1.5 to 1.1.9 [`#1804`](https://github.com/oceanprotocol/ocean.js/pull/1804)
15
+ - Bump es5-ext from 0.10.62 to 0.10.64 [`#1805`](https://github.com/oceanprotocol/ocean.js/pull/1805)
16
+ - Multiple fixes [`#1785`](https://github.com/oceanprotocol/ocean.js/pull/1785)
17
+ - Update ConfigHelper.ts [`#1807`](https://github.com/oceanprotocol/ocean.js/pull/1807)
18
+
7
19
  #### [v3.3.0](https://github.com/oceanprotocol/ocean.js/compare/v3.2.3...v3.3.0)
8
20
 
21
+ > 5 February 2024
22
+
9
23
  - fix using custom address file [`#1802`](https://github.com/oceanprotocol/ocean.js/pull/1802)
10
24
  - Fix provider fee approval in order helper [`#1795`](https://github.com/oceanprotocol/ocean.js/pull/1795)
25
+ - Release 3.3.0 [`7c4da83`](https://github.com/oceanprotocol/ocean.js/commit/7c4da83ee3f8c0ff8fa417b7c41e3ae72924e960)
11
26
 
12
27
  #### [v3.2.3](https://github.com/oceanprotocol/ocean.js/compare/v3.2.2...v3.2.3)
13
28
 
@@ -557,21 +572,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
557
572
  - Bump typedoc from 0.22.15 to 0.22.17 [`#1514`](https://github.com/oceanprotocol/ocean.js/pull/1514)
558
573
  - Release 1.1.3 [`7772e93`](https://github.com/oceanprotocol/ocean.js/commit/7772e9387ef9d63f98ea80cfd4eefbea963dd0ad)
559
574
 
560
- #### [v1.1.2](https://github.com/oceanprotocol/ocean.js/compare/v1.1.1...v1.1.2)
561
-
562
- > 15 June 2022
563
-
564
- - Release 1.1.2 [`85bf271`](https://github.com/oceanprotocol/ocean.js/commit/85bf2716e26d8691aeb9d5504e563d557419dc2e)
565
- - manual bump fix [`5674a54`](https://github.com/oceanprotocol/ocean.js/commit/5674a547d1d367ce88b3595f0be8ebbf12274266)
566
-
567
- #### [v1.1.1](https://github.com/oceanprotocol/ocean.js/compare/v1.1.0...v1.1.1)
568
-
569
- > 15 June 2022
570
-
571
- - Release 1.1.1 [`ea48e01`](https://github.com/oceanprotocol/ocean.js/commit/ea48e015ac8299f71d57a929f8f30c5d1a8446e7)
572
- - manual bump fix [`a362410`](https://github.com/oceanprotocol/ocean.js/commit/a36241004b1d9578ec5c02d9d6e64d9750c53a7b)
573
-
574
- #### [v1.1.0](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0...v1.1.0)
575
+ #### [v1.1.2](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0...v1.1.2)
575
576
 
576
577
  > 15 June 2022
577
578
 
@@ -579,7 +580,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
579
580
  - Bump @types/node from 17.0.35 to 17.0.44 [`#1513`](https://github.com/oceanprotocol/ocean.js/pull/1513)
580
581
  - Bump eslint-config-oceanprotocol from 1.5.0 to 2.0.1 [`#1466`](https://github.com/oceanprotocol/ocean.js/pull/1466)
581
582
  - update to new schema & compute fixes [`#1510`](https://github.com/oceanprotocol/ocean.js/pull/1510)
582
- - Release 1.1.0 [`112c27e`](https://github.com/oceanprotocol/ocean.js/commit/112c27edab58ef0681ea3e87fb09978411924753)
583
+ - Release 1.1.2 [`85bf271`](https://github.com/oceanprotocol/ocean.js/commit/85bf2716e26d8691aeb9d5504e563d557419dc2e)
584
+ - manual bump fix [`5674a54`](https://github.com/oceanprotocol/ocean.js/commit/5674a547d1d367ce88b3595f0be8ebbf12274266)
585
+ - manual bump fix [`a362410`](https://github.com/oceanprotocol/ocean.js/commit/a36241004b1d9578ec5c02d9d6e64d9750c53a7b)
583
586
 
584
587
  #### [v1.0.0](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.45...v1.0.0)
585
588