@superfluid-finance/sdk-core 0.4.4-dev.ff4f866.0 → 0.4.4

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 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.4.4] - 2022-06-30
9
+
10
+ ## Added
11
+ - Support for new event properties for Subgraph v1.4.1
12
+
8
13
  ### Breaking
9
14
  - Subgraph Query: `rewardAccount` renamed to `rewardAmountReceiver` on `AgreementLiquidatedV2Event` entity
10
15
  - `chainId` is a required property for framework initialization
@@ -15,6 +20,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
15
20
  ### Added
16
21
  - BNB Chain support added
17
22
 
23
+ ### Changed
24
+ - `maybeCriticalAtTimestamp` is a nullable property now
25
+
18
26
  ## [0.4.2] - 2022-05-17
19
27
 
20
28
  ### Added
@@ -144,7 +152,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
144
152
  - New `SuperToken` class with `SuperToken` CRUD functionality and an underlying `Token` class with basic `ERC20` functionality
145
153
  - New `BatchCall` class for creating and executing batch calls with supported `Operation's`
146
154
 
147
- [Unreleased]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.4.3...HEAD
155
+ [Unreleased]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.4.4...HEAD
156
+ [0.4.4]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.4.3...sdk-core%40v0.4.4
148
157
  [0.4.3]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.4.2...sdk-core%40v0.4.3
149
158
  [0.4.2]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.4.1...sdk-core%40v0.4.2
150
159
  [0.4.1]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.4.0...sdk-core%40v0.4.1
package/dist/index.umd.js CHANGED
@@ -66325,7 +66325,7 @@ exports.networkNameToChainIdMap = new Map([
66325
66325
  }).call(this)}).call(this,require('_process'))
66326
66326
  },{"./defaultSubgraphReleaseTag.json":288,"_process":199}],288:[function(require,module,exports){
66327
66327
  module.exports={
66328
- "value": "dev"
66328
+ "value": "v1"
66329
66329
  }
66330
66330
  },{}],289:[function(require,module,exports){
66331
66331
  "use strict";
@@ -1,3 +1,3 @@
1
1
  {
2
- "value": "dev"
2
+ "value": "v1"
3
3
  }
@@ -1,3 +1,3 @@
1
1
  {
2
- "value": "dev"
2
+ "value": "v1"
3
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superfluid-finance/sdk-core",
3
- "version": "0.4.4-dev.ff4f866.0",
3
+ "version": "0.4.4",
4
4
  "description": "SDK Core for building with Superfluid Protocol",
5
5
  "homepage": "https://github.com/superfluid-finance/protocol-monorepo/tree/dev/packages/sdk-core#readme",
6
6
  "repository": {