@superfluid-finance/sdk-core 0.5.1-dev.0c28ede.0 → 0.5.1-dev.137cab2.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 CHANGED
@@ -9,12 +9,15 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
9
9
 
10
10
  ## Added
11
11
  - Support for SetEvent and Subgraph v1.4.4
12
+ - `Framework.operation` method for easily creating `Operation` instances
12
13
 
13
14
  ## Fixes
14
15
  - Compile AJV validations to prevent unsafe-eval and did not allow SDK-Core usage inside Google Chrome extension due to unsafe-eval CSP
15
16
 
16
17
  ### Changed
17
18
  - `SFError` refactor to be more conventional. It inherits `Error` and uses `cause` to wrap internal errors.
19
+ - Use `serialize-error` for serializing error object inside the message.
20
+ - Export Operation & OperationType
18
21
 
19
22
  ### Breaking
20
23
  - `SFError.errorObject` renamed to `SFError.cause`