@superfluid-finance/sdk-core 0.6.2-dev.ab2fcf5.0 → 0.6.3-dev.33aef62.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 (33) hide show
  1. package/CHANGELOG.md +7 -1
  2. package/dist/index.umd.js +126 -83
  3. package/dist/main/events.d.ts +1 -0
  4. package/dist/main/events.d.ts.map +1 -1
  5. package/dist/main/mapGetAllEventsQueryEvents.d.ts.map +1 -1
  6. package/dist/main/mapGetAllEventsQueryEvents.js +1 -0
  7. package/dist/main/mapGetAllEventsQueryEvents.js.map +1 -1
  8. package/dist/main/subgraph/events/events.generated.d.ts +6 -0
  9. package/dist/main/subgraph/events/events.generated.d.ts.map +1 -1
  10. package/dist/main/subgraph/events/events.generated.js +2 -2
  11. package/dist/main/subgraph/events/events.generated.js.map +1 -1
  12. package/dist/main/subgraph/queries/getAllEvents.generated.d.ts +3 -0
  13. package/dist/main/subgraph/queries/getAllEvents.generated.d.ts.map +1 -1
  14. package/dist/main/subgraph/queries/getAllEvents.generated.js +1 -1
  15. package/dist/main/subgraph/queries/getAllEvents.generated.js.map +1 -1
  16. package/dist/main/subgraph/schema.generated.d.ts +114 -0
  17. package/dist/main/subgraph/schema.generated.d.ts.map +1 -1
  18. package/dist/module/events.d.ts +1 -0
  19. package/dist/module/events.d.ts.map +1 -1
  20. package/dist/module/mapGetAllEventsQueryEvents.d.ts.map +1 -1
  21. package/dist/module/mapGetAllEventsQueryEvents.js +1 -0
  22. package/dist/module/mapGetAllEventsQueryEvents.js.map +1 -1
  23. package/dist/module/subgraph/events/events.generated.d.ts +6 -0
  24. package/dist/module/subgraph/events/events.generated.d.ts.map +1 -1
  25. package/dist/module/subgraph/events/events.generated.js +2 -2
  26. package/dist/module/subgraph/events/events.generated.js.map +1 -1
  27. package/dist/module/subgraph/queries/getAllEvents.generated.d.ts +3 -0
  28. package/dist/module/subgraph/queries/getAllEvents.generated.d.ts.map +1 -1
  29. package/dist/module/subgraph/queries/getAllEvents.generated.js +1 -1
  30. package/dist/module/subgraph/queries/getAllEvents.generated.js.map +1 -1
  31. package/dist/module/subgraph/schema.generated.d.ts +114 -0
  32. package/dist/module/subgraph/schema.generated.d.ts.map +1 -1
  33. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,11 @@ 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
+ ## [0.6.2] - 2023-02-07
7
+ ### Added
8
+ - `streamId` to `FlowUpdatedEvent` when querying from Subgraph
9
+ - Support for Celo
10
+
6
11
  ## [0.6.1] - 2022-12-20
7
12
 
8
13
  ### Changed
@@ -266,7 +271,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
266
271
  - New `SuperToken` class with `SuperToken` CRUD functionality and an underlying `Token` class with basic `ERC20` functionality
267
272
  - New `BatchCall` class for creating and executing batch calls with supported `Operation's`
268
273
 
269
- [Unreleased]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.6.1...HEAD
274
+ [Unreleased]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.6.2...HEAD
275
+ [0.6.2]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.6.1...sdk-core%40v0.6.2
270
276
  [0.6.1]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.6.0...sdk-core%40v0.6.1
271
277
  [0.6.0]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.5.9...sdk-core%40v0.6.0
272
278
  [0.5.9]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.5.8...sdk-core%40v0.5.9