@superfluid-finance/sdk-core 0.6.9-dev.4da4722.0 → 0.6.9-dev.5a98332.0

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 (77) hide show
  1. package/CHANGELOG.md +7 -2
  2. package/dist/index.umd.js +664 -428
  3. package/dist/main/ConstantFlowAgreementV1.d.ts +1 -1
  4. package/dist/main/ConstantFlowAgreementV1.d.ts.map +1 -1
  5. package/dist/main/ConstantFlowAgreementV1.js +4 -4
  6. package/dist/main/ConstantFlowAgreementV1.js.map +1 -1
  7. package/dist/main/ERC20Token.d.ts +1 -1
  8. package/dist/main/ERC20Token.d.ts.map +1 -1
  9. package/dist/main/ERC20Token.js +2 -2
  10. package/dist/main/ERC20Token.js.map +1 -1
  11. package/dist/main/Framework.js +7 -7
  12. package/dist/main/Framework.js.map +1 -1
  13. package/dist/main/Governance.d.ts +1 -1
  14. package/dist/main/Governance.d.ts.map +1 -1
  15. package/dist/main/Governance.js +2 -2
  16. package/dist/main/Governance.js.map +1 -1
  17. package/dist/main/Host.d.ts +3 -3
  18. package/dist/main/Host.d.ts.map +1 -1
  19. package/dist/main/Host.js +2 -2
  20. package/dist/main/Host.js.map +1 -1
  21. package/dist/main/InstantDistributionAgreementV1.d.ts +1 -1
  22. package/dist/main/InstantDistributionAgreementV1.d.ts.map +1 -1
  23. package/dist/main/InstantDistributionAgreementV1.js +3 -3
  24. package/dist/main/InstantDistributionAgreementV1.js.map +1 -1
  25. package/dist/main/Operation.js +3 -3
  26. package/dist/main/Operation.js.map +1 -1
  27. package/dist/main/SuperToken.d.ts +8 -8
  28. package/dist/main/SuperToken.d.ts.map +1 -1
  29. package/dist/main/SuperToken.js +5 -5
  30. package/dist/main/SuperToken.js.map +1 -1
  31. package/dist/main/events.js +1 -1
  32. package/dist/main/events.js.map +1 -1
  33. package/dist/main/index.d.ts +1 -1
  34. package/dist/main/index.d.ts.map +1 -1
  35. package/dist/main/index.js +1 -1
  36. package/dist/main/index.js.map +1 -1
  37. package/dist/main/interfaces.d.ts +2 -2
  38. package/dist/main/interfaces.d.ts.map +1 -1
  39. package/dist/main/subgraph/subgraphQueryHandler.d.ts.map +1 -1
  40. package/dist/main/subgraph/subgraphQueryHandler.js.map +1 -1
  41. package/dist/module/ConstantFlowAgreementV1.d.ts +1 -1
  42. package/dist/module/ConstantFlowAgreementV1.d.ts.map +1 -1
  43. package/dist/module/ConstantFlowAgreementV1.js +1 -1
  44. package/dist/module/ConstantFlowAgreementV1.js.map +1 -1
  45. package/dist/module/ERC20Token.d.ts +1 -1
  46. package/dist/module/ERC20Token.d.ts.map +1 -1
  47. package/dist/module/ERC20Token.js +1 -1
  48. package/dist/module/ERC20Token.js.map +1 -1
  49. package/dist/module/Framework.js +3 -2
  50. package/dist/module/Framework.js.map +1 -1
  51. package/dist/module/Governance.d.ts +1 -1
  52. package/dist/module/Governance.d.ts.map +1 -1
  53. package/dist/module/Governance.js +1 -1
  54. package/dist/module/Governance.js.map +1 -1
  55. package/dist/module/Host.d.ts +3 -3
  56. package/dist/module/Host.d.ts.map +1 -1
  57. package/dist/module/Host.js +1 -1
  58. package/dist/module/Host.js.map +1 -1
  59. package/dist/module/InstantDistributionAgreementV1.d.ts +1 -1
  60. package/dist/module/InstantDistributionAgreementV1.d.ts.map +1 -1
  61. package/dist/module/InstantDistributionAgreementV1.js +1 -1
  62. package/dist/module/InstantDistributionAgreementV1.js.map +1 -1
  63. package/dist/module/Operation.js +1 -1
  64. package/dist/module/Operation.js.map +1 -1
  65. package/dist/module/SuperToken.d.ts +8 -8
  66. package/dist/module/SuperToken.d.ts.map +1 -1
  67. package/dist/module/SuperToken.js +3 -2
  68. package/dist/module/SuperToken.js.map +1 -1
  69. package/dist/module/index.d.ts +1 -1
  70. package/dist/module/index.d.ts.map +1 -1
  71. package/dist/module/index.js +1 -1
  72. package/dist/module/index.js.map +1 -1
  73. package/dist/module/interfaces.d.ts +2 -2
  74. package/dist/module/interfaces.d.ts.map +1 -1
  75. package/dist/module/subgraph/subgraphQueryHandler.d.ts.map +1 -1
  76. package/dist/module/subgraph/subgraphQueryHandler.js.map +1 -1
  77. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -3,10 +3,15 @@ All notable changes to the SDK-core will be documented in this file.
3
3
 
4
4
  This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
5
 
6
- ## Unreleased
6
+ ## [Unreleased]
7
+
7
8
  ### Added
8
9
  - Support for new `increaseFlowRateAllowanceWithPermissions` and `decreaseFlowRateAllowanceWithPermissions` functions on `CFAv1` class
9
10
 
11
+ ### Changed
12
+
13
+ - Node dependency updates.
14
+
10
15
  ## [0.6.8] - 2023-07-25
11
16
 
12
17
  ### Updated
@@ -14,7 +19,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
14
19
 
15
20
  ## [0.6.7] - 2023-07-13
16
21
 
17
- ### Added
22
+ ### Added
18
23
  - `BatchCall.toOperation` function which unifies `BatchCall` to `Operation` type
19
24
  - `Operation.toOperationStruct` moved from `BatchCall` to `Operation` class
20
25