@vultisig/cli 0.22.4 → 0.22.5
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 +19 -0
- package/dist/index.js +241 -1886
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @vultisig/cli
|
|
2
2
|
|
|
3
|
+
## 0.22.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#409](https://github.com/vultisig/vultisig-sdk/pull/409) [`64a8c44`](https://github.com/vultisig/vultisig-sdk/commit/64a8c445d97b7588d6650fdeadb3b4d38e1bfddd) Thanks [@neavra](https://github.com/neavra)! - Migrate fully to the client-side tool path. The legacy `actions` SSE channel
|
|
8
|
+
consumption was dropped in the previous release; this release also deletes
|
|
9
|
+
the `executor.dispatch()` chokepoint and the per-tool methods that only the
|
|
10
|
+
chokepoint reached. The wire shape (`recent_actions`, `tx_ready`,
|
|
11
|
+
`tool-input-available`) is unchanged for users.
|
|
12
|
+
|
|
13
|
+
Internal: `Action`, `ActionResult`, `SSEActions` types removed;
|
|
14
|
+
`SendMessageResponse.actions` and the `actions` SSE event variant removed
|
|
15
|
+
from public types. CLI now consumes only `tool-input-available` for
|
|
16
|
+
client-side tool calls and `tx_ready` for transaction signing.
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [[`1132ae5`](https://github.com/vultisig/vultisig-sdk/commit/1132ae51f8e4d5b8ca8a1855af9ea51031b574e9)]:
|
|
19
|
+
- @vultisig/core-chain@1.6.1
|
|
20
|
+
- @vultisig/sdk@0.22.5
|
|
21
|
+
|
|
3
22
|
## 0.22.4
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|