@turnkey/http 2.13.0 → 2.14.1

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
@@ -1,5 +1,27 @@
1
1
  # @turnkey/http
2
2
 
3
+ ## 2.14.1
4
+
5
+ ### Patch Changes
6
+
7
+ - ff059d5: Update dependencies
8
+ - Updated dependencies [93666ff]
9
+ - @turnkey/encoding@0.3.0
10
+ - @turnkey/api-key-stamper@0.4.2
11
+
12
+ ## 2.14.0
13
+
14
+ ### Minor Changes
15
+
16
+ - 848f8d3: Add new helpers and update types and errors
17
+
18
+ - `getSignatureFromActivity` returns the signature corresponding to a completed activity
19
+ - `getSignedTransactionFromActivity` returns the signed transaction corresponding to a completed activity
20
+ - `assertActivityCompleted` checks the state of an activity and throws an error if the activity either requires consensus or is otherwise not yet completed
21
+ - `TERMINAL_ACTIVITY_STATUSES` is a const containing all terminal activity statuses. Useful for checking on an activity
22
+ - `TurnkeyActivityError` now uses `undefined` instead of `null`
23
+ - Export some additional types: `TActivity`, `TActivityId`, `TActivityStatus`, `TActivityType`
24
+
3
25
  ## 2.13.0
4
26
 
5
27
  ### Minor Changes