@superfluid-finance/sdk-core 0.4.4-dev.ff4f866.0 → 0.4.5-dev.53e1b83.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 (141) hide show
  1. package/CHANGELOG.md +10 -1
  2. package/dist/index.umd.js +44451 -37460
  3. package/dist/main/Framework.d.ts +1 -1
  4. package/dist/main/Framework.d.ts.map +1 -1
  5. package/dist/main/Host.d.ts +4 -4
  6. package/dist/main/Host.d.ts.map +1 -1
  7. package/dist/main/abi/SuperToken.json +13 -0
  8. package/dist/main/abi/Superfluid.json +13 -0
  9. package/dist/main/abi/SuperfluidGovernanceII.json +13 -0
  10. package/dist/main/subgraph/subgraphQueryHandler.js +3 -3
  11. package/dist/main/subgraph/subgraphQueryHandler.js.map +1 -1
  12. package/dist/main/typechain/ERC20WithTokenInfo.d.ts +67 -60
  13. package/dist/main/typechain/ERC20WithTokenInfo.d.ts.map +1 -1
  14. package/dist/main/typechain/IConstantFlowAgreementV1.d.ts +251 -185
  15. package/dist/main/typechain/IConstantFlowAgreementV1.d.ts.map +1 -1
  16. package/dist/main/typechain/IInstantDistributionAgreementV1.d.ts +256 -185
  17. package/dist/main/typechain/IInstantDistributionAgreementV1.d.ts.map +1 -1
  18. package/dist/main/typechain/IResolver.d.ts +26 -27
  19. package/dist/main/typechain/IResolver.d.ts.map +1 -1
  20. package/dist/main/typechain/ISETH.d.ts +609 -527
  21. package/dist/main/typechain/ISETH.d.ts.map +1 -1
  22. package/dist/main/typechain/SuperToken.d.ts +612 -520
  23. package/dist/main/typechain/SuperToken.d.ts.map +1 -1
  24. package/dist/main/typechain/Superfluid.d.ts +458 -402
  25. package/dist/main/typechain/Superfluid.d.ts.map +1 -1
  26. package/dist/main/typechain/SuperfluidGovernanceII.d.ts +396 -315
  27. package/dist/main/typechain/SuperfluidGovernanceII.d.ts.map +1 -1
  28. package/dist/main/typechain/SuperfluidLoader.d.ts +28 -23
  29. package/dist/main/typechain/SuperfluidLoader.d.ts.map +1 -1
  30. package/dist/main/typechain/TestToken.d.ts +97 -90
  31. package/dist/main/typechain/TestToken.d.ts.map +1 -1
  32. package/dist/main/typechain/common.d.ts +1 -0
  33. package/dist/main/typechain/common.d.ts.map +1 -1
  34. package/dist/main/typechain/factories/ERC20WithTokenInfo__factory.d.ts +1 -1
  35. package/dist/main/typechain/factories/ERC20WithTokenInfo__factory.d.ts.map +1 -1
  36. package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.d.ts +1 -1
  37. package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.d.ts.map +1 -1
  38. package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts +1 -1
  39. package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts.map +1 -1
  40. package/dist/main/typechain/factories/IResolver__factory.d.ts +1 -1
  41. package/dist/main/typechain/factories/IResolver__factory.d.ts.map +1 -1
  42. package/dist/main/typechain/factories/ISETH__factory.d.ts +1 -1
  43. package/dist/main/typechain/factories/ISETH__factory.d.ts.map +1 -1
  44. package/dist/main/typechain/factories/SuperToken__factory.d.ts +1 -1
  45. package/dist/main/typechain/factories/SuperToken__factory.d.ts.map +1 -1
  46. package/dist/main/typechain/factories/SuperToken__factory.js +13 -0
  47. package/dist/main/typechain/factories/SuperToken__factory.js.map +1 -1
  48. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.d.ts +1 -1
  49. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.d.ts.map +1 -1
  50. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.js +13 -0
  51. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.js.map +1 -1
  52. package/dist/main/typechain/factories/SuperfluidLoader__factory.d.ts +1 -1
  53. package/dist/main/typechain/factories/SuperfluidLoader__factory.d.ts.map +1 -1
  54. package/dist/main/typechain/factories/Superfluid__factory.d.ts +1 -1
  55. package/dist/main/typechain/factories/Superfluid__factory.d.ts.map +1 -1
  56. package/dist/main/typechain/factories/Superfluid__factory.js +13 -0
  57. package/dist/main/typechain/factories/Superfluid__factory.js.map +1 -1
  58. package/dist/main/typechain/factories/TestToken__factory.d.ts +1 -1
  59. package/dist/main/typechain/factories/TestToken__factory.d.ts.map +1 -1
  60. package/dist/main/typechain/factories/index.d.ts +11 -0
  61. package/dist/main/typechain/factories/index.d.ts.map +1 -0
  62. package/dist/main/typechain/factories/index.js +27 -0
  63. package/dist/main/typechain/factories/index.js.map +1 -0
  64. package/dist/main/typechain/index.d.ts +2 -1
  65. package/dist/main/typechain/index.d.ts.map +1 -1
  66. package/dist/main/typechain/index.js +25 -1
  67. package/dist/main/typechain/index.js.map +1 -1
  68. package/dist/main/utils.d.ts +9 -8
  69. package/dist/main/utils.d.ts.map +1 -1
  70. package/dist/main/utils.js +24 -21
  71. package/dist/main/utils.js.map +1 -1
  72. package/dist/module/Framework.d.ts +1 -1
  73. package/dist/module/Framework.d.ts.map +1 -1
  74. package/dist/module/Host.d.ts +4 -4
  75. package/dist/module/Host.d.ts.map +1 -1
  76. package/dist/module/abi/SuperToken.json +13 -0
  77. package/dist/module/abi/Superfluid.json +13 -0
  78. package/dist/module/abi/SuperfluidGovernanceII.json +13 -0
  79. package/dist/module/subgraph/subgraphQueryHandler.js +3 -3
  80. package/dist/module/subgraph/subgraphQueryHandler.js.map +1 -1
  81. package/dist/module/typechain/ERC20WithTokenInfo.d.ts +67 -60
  82. package/dist/module/typechain/ERC20WithTokenInfo.d.ts.map +1 -1
  83. package/dist/module/typechain/IConstantFlowAgreementV1.d.ts +251 -185
  84. package/dist/module/typechain/IConstantFlowAgreementV1.d.ts.map +1 -1
  85. package/dist/module/typechain/IInstantDistributionAgreementV1.d.ts +256 -185
  86. package/dist/module/typechain/IInstantDistributionAgreementV1.d.ts.map +1 -1
  87. package/dist/module/typechain/IResolver.d.ts +26 -27
  88. package/dist/module/typechain/IResolver.d.ts.map +1 -1
  89. package/dist/module/typechain/ISETH.d.ts +609 -527
  90. package/dist/module/typechain/ISETH.d.ts.map +1 -1
  91. package/dist/module/typechain/SuperToken.d.ts +612 -520
  92. package/dist/module/typechain/SuperToken.d.ts.map +1 -1
  93. package/dist/module/typechain/Superfluid.d.ts +458 -402
  94. package/dist/module/typechain/Superfluid.d.ts.map +1 -1
  95. package/dist/module/typechain/SuperfluidGovernanceII.d.ts +396 -315
  96. package/dist/module/typechain/SuperfluidGovernanceII.d.ts.map +1 -1
  97. package/dist/module/typechain/SuperfluidLoader.d.ts +28 -23
  98. package/dist/module/typechain/SuperfluidLoader.d.ts.map +1 -1
  99. package/dist/module/typechain/TestToken.d.ts +97 -90
  100. package/dist/module/typechain/TestToken.d.ts.map +1 -1
  101. package/dist/module/typechain/common.d.ts +1 -0
  102. package/dist/module/typechain/common.d.ts.map +1 -1
  103. package/dist/module/typechain/factories/ERC20WithTokenInfo__factory.d.ts +1 -1
  104. package/dist/module/typechain/factories/ERC20WithTokenInfo__factory.d.ts.map +1 -1
  105. package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.d.ts +1 -1
  106. package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.d.ts.map +1 -1
  107. package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts +1 -1
  108. package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts.map +1 -1
  109. package/dist/module/typechain/factories/IResolver__factory.d.ts +1 -1
  110. package/dist/module/typechain/factories/IResolver__factory.d.ts.map +1 -1
  111. package/dist/module/typechain/factories/ISETH__factory.d.ts +1 -1
  112. package/dist/module/typechain/factories/ISETH__factory.d.ts.map +1 -1
  113. package/dist/module/typechain/factories/SuperToken__factory.d.ts +1 -1
  114. package/dist/module/typechain/factories/SuperToken__factory.d.ts.map +1 -1
  115. package/dist/module/typechain/factories/SuperToken__factory.js +13 -0
  116. package/dist/module/typechain/factories/SuperToken__factory.js.map +1 -1
  117. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.d.ts +1 -1
  118. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.d.ts.map +1 -1
  119. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.js +13 -0
  120. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.js.map +1 -1
  121. package/dist/module/typechain/factories/SuperfluidLoader__factory.d.ts +1 -1
  122. package/dist/module/typechain/factories/SuperfluidLoader__factory.d.ts.map +1 -1
  123. package/dist/module/typechain/factories/Superfluid__factory.d.ts +1 -1
  124. package/dist/module/typechain/factories/Superfluid__factory.d.ts.map +1 -1
  125. package/dist/module/typechain/factories/Superfluid__factory.js +13 -0
  126. package/dist/module/typechain/factories/Superfluid__factory.js.map +1 -1
  127. package/dist/module/typechain/factories/TestToken__factory.d.ts +1 -1
  128. package/dist/module/typechain/factories/TestToken__factory.d.ts.map +1 -1
  129. package/dist/module/typechain/factories/index.d.ts +11 -0
  130. package/dist/module/typechain/factories/index.d.ts.map +1 -0
  131. package/dist/module/typechain/factories/index.js +14 -0
  132. package/dist/module/typechain/factories/index.js.map +1 -0
  133. package/dist/module/typechain/index.d.ts +2 -1
  134. package/dist/module/typechain/index.d.ts.map +1 -1
  135. package/dist/module/typechain/index.js +1 -0
  136. package/dist/module/typechain/index.js.map +1 -1
  137. package/dist/module/utils.d.ts +9 -8
  138. package/dist/module/utils.d.ts.map +1 -1
  139. package/dist/module/utils.js +21 -19
  140. package/dist/module/utils.js.map +1 -1
  141. package/package.json +13 -9

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.