@superfluid-finance/sdk-core 0.6.3-dev.2cdf4e0.0 → 0.6.3-dev.53f05d8.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.
- package/CHANGELOG.md +1 -0
- package/dist/index.umd.js +13 -7
- package/dist/main/events.d.ts +6 -0
- package/dist/main/events.d.ts.map +1 -1
- package/dist/main/mapGetAllEventsQueryEvents.d.ts.map +1 -1
- package/dist/main/mapGetAllEventsQueryEvents.js +6 -0
- package/dist/main/mapGetAllEventsQueryEvents.js.map +1 -1
- package/dist/module/events.d.ts +6 -0
- package/dist/module/events.d.ts.map +1 -1
- package/dist/module/mapGetAllEventsQueryEvents.d.ts.map +1 -1
- package/dist/module/mapGetAllEventsQueryEvents.js +6 -0
- package/dist/module/mapGetAllEventsQueryEvents.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -12,6 +12,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|
|
12
12
|
- Add support for `activeOutgoingStreamCount`, `activeIncomingStreamCount`, `inactiveOutgoingStreamCount`, `inactiveIncomingStreamCount` properties in query for `AccountTokenSnapshot` entity
|
|
13
13
|
- Add support for `rewardAddress`, `liquidationPeriod`, `patricianPeriod`, and `minimumDeposit` properties in query for `Token` entity
|
|
14
14
|
- Add support for `userData` property in query for `Stream` entity
|
|
15
|
+
- Add `index` (the Subgraph entity ID) field to Index events when querying from Subgraph
|
|
15
16
|
|
|
16
17
|
### Changed
|
|
17
18
|
- `.exec` or `.execForward` will throw an error if the operations array is empty
|