@superfluid-finance/sdk-core 0.6.12-dev.ffe6790.0 → 0.6.13-dev.2295e0f.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 (51) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/dist/index.umd.js +564 -116
  3. package/dist/main/Framework.d.ts.map +1 -1
  4. package/dist/main/Framework.js +4 -6
  5. package/dist/main/Framework.js.map +1 -1
  6. package/dist/main/SuperToken.d.ts.map +1 -1
  7. package/dist/main/SuperToken.js +24 -2
  8. package/dist/main/SuperToken.js.map +1 -1
  9. package/dist/main/typechain-types/contracts/mocks/CrossStreamSuperApp.d.ts +155 -0
  10. package/dist/main/typechain-types/contracts/mocks/CrossStreamSuperApp.d.ts.map +1 -0
  11. package/dist/main/typechain-types/contracts/mocks/CrossStreamSuperApp.js +3 -0
  12. package/dist/main/typechain-types/contracts/mocks/CrossStreamSuperApp.js.map +1 -0
  13. package/dist/main/typechain-types/contracts/mocks/index.d.ts +1 -0
  14. package/dist/main/typechain-types/contracts/mocks/index.d.ts.map +1 -1
  15. package/dist/main/typechain-types/factories/contracts/mocks/CrossStreamSuperApp__factory.d.ts +301 -0
  16. package/dist/main/typechain-types/factories/contracts/mocks/CrossStreamSuperApp__factory.d.ts.map +1 -0
  17. package/dist/main/typechain-types/factories/contracts/mocks/CrossStreamSuperApp__factory.js +407 -0
  18. package/dist/main/typechain-types/factories/contracts/mocks/CrossStreamSuperApp__factory.js.map +1 -0
  19. package/dist/main/typechain-types/factories/contracts/mocks/index.d.ts +1 -0
  20. package/dist/main/typechain-types/factories/contracts/mocks/index.d.ts.map +1 -1
  21. package/dist/main/typechain-types/factories/contracts/mocks/index.js +3 -1
  22. package/dist/main/typechain-types/factories/contracts/mocks/index.js.map +1 -1
  23. package/dist/main/typechain-types/index.d.ts +2 -0
  24. package/dist/main/typechain-types/index.d.ts.map +1 -1
  25. package/dist/main/typechain-types/index.js +4 -2
  26. package/dist/main/typechain-types/index.js.map +1 -1
  27. package/dist/module/Framework.d.ts.map +1 -1
  28. package/dist/module/Framework.js +4 -6
  29. package/dist/module/Framework.js.map +1 -1
  30. package/dist/module/SuperToken.d.ts.map +1 -1
  31. package/dist/module/SuperToken.js +24 -2
  32. package/dist/module/SuperToken.js.map +1 -1
  33. package/dist/module/typechain-types/contracts/mocks/CrossStreamSuperApp.d.ts +155 -0
  34. package/dist/module/typechain-types/contracts/mocks/CrossStreamSuperApp.d.ts.map +1 -0
  35. package/dist/module/typechain-types/contracts/mocks/CrossStreamSuperApp.js +2 -0
  36. package/dist/module/typechain-types/contracts/mocks/CrossStreamSuperApp.js.map +1 -0
  37. package/dist/module/typechain-types/contracts/mocks/index.d.ts +1 -0
  38. package/dist/module/typechain-types/contracts/mocks/index.d.ts.map +1 -1
  39. package/dist/module/typechain-types/factories/contracts/mocks/CrossStreamSuperApp__factory.d.ts +301 -0
  40. package/dist/module/typechain-types/factories/contracts/mocks/CrossStreamSuperApp__factory.d.ts.map +1 -0
  41. package/dist/module/typechain-types/factories/contracts/mocks/CrossStreamSuperApp__factory.js +403 -0
  42. package/dist/module/typechain-types/factories/contracts/mocks/CrossStreamSuperApp__factory.js.map +1 -0
  43. package/dist/module/typechain-types/factories/contracts/mocks/index.d.ts +1 -0
  44. package/dist/module/typechain-types/factories/contracts/mocks/index.d.ts.map +1 -1
  45. package/dist/module/typechain-types/factories/contracts/mocks/index.js +1 -0
  46. package/dist/module/typechain-types/factories/contracts/mocks/index.js.map +1 -1
  47. package/dist/module/typechain-types/index.d.ts +2 -0
  48. package/dist/module/typechain-types/index.d.ts.map +1 -1
  49. package/dist/module/typechain-types/index.js +1 -0
  50. package/dist/module/typechain-types/index.js.map +1 -1
  51. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [0.6.12] - 2023-10-23
9
+
10
+ ### Fixed
11
+ - Support for `CustomSuperToken` contracts without `CONSTANT_OUTFLOW_NFT()` and `CONSTANT_INFLOW_NFT()` function implemented
12
+
8
13
  ## [0.6.11] - 2023-10-20
9
14
 
10
15
  ### Fixed