@vultisig/cli 5.0.0 → 5.1.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
@@ -1,5 +1,18 @@
1
1
  # @vultisig/cli
2
2
 
3
+ ## 5.1.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1879](https://github.com/vultisig/vultisig-sdk/pull/1879) [`62ef869`](https://github.com/vultisig/vultisig-sdk/commit/62ef86962d7d7f562e75ac655f321e7912e5368a) Thanks [@rcoderdev](https://github.com/rcoderdev)! - Align Cardano max-send and Terra Classic USTC signing inputs with the current Swift and Kotlin signers so the shared mobile fixture hashes pass without SDK-only overrides.
8
+
9
+ - [#1905](https://github.com/vultisig/vultisig-sdk/pull/1905) [`d13fc6a`](https://github.com/vultisig/vultisig-sdk/commit/d13fc6a9da44e2efa4bbdde73aaf85459702c039) Thanks [@gomesalexandre](https://github.com/gomesalexandre)! - Export root swap helpers from the React Native SDK entrypoint so mobile consumers can use the same Across, Jupiter, and Skip canonicals without local copies.
10
+
11
+ - Updated dependencies [[`62ef869`](https://github.com/vultisig/vultisig-sdk/commit/62ef86962d7d7f562e75ac655f321e7912e5368a), [`4696cbb`](https://github.com/vultisig/vultisig-sdk/commit/4696cbb8259cac4b2d19091dbe41c20a988993da), [`a81c444`](https://github.com/vultisig/vultisig-sdk/commit/a81c444371b41cf6582a3e85db9f24765f4516fa), [`d13fc6a`](https://github.com/vultisig/vultisig-sdk/commit/d13fc6a9da44e2efa4bbdde73aaf85459702c039), [`088b905`](https://github.com/vultisig/vultisig-sdk/commit/088b9058f47eff8dc84929e89fdf4ddfde7e42e6), [`088b905`](https://github.com/vultisig/vultisig-sdk/commit/088b9058f47eff8dc84929e89fdf4ddfde7e42e6), [`62ef869`](https://github.com/vultisig/vultisig-sdk/commit/62ef86962d7d7f562e75ac655f321e7912e5368a), [`b46ff2e`](https://github.com/vultisig/vultisig-sdk/commit/b46ff2eb628bf63ecf95609460cd5c713cde6384), [`cd45b6d`](https://github.com/vultisig/vultisig-sdk/commit/cd45b6d62611d4a2f2a578f9c1bf576961715886), [`2111255`](https://github.com/vultisig/vultisig-sdk/commit/21112551209022deeb12cd33ca043c199a980b9d), [`4d18164`](https://github.com/vultisig/vultisig-sdk/commit/4d1816467a78d5bd7c121cb9506efec7385e877a), [`4ce260c`](https://github.com/vultisig/vultisig-sdk/commit/4ce260c360e35e4f76ea7f3dec98c20b47ed0b9b), [`2f1fbbe`](https://github.com/vultisig/vultisig-sdk/commit/2f1fbbe2e2b0fdc901b76f358e078a23e65d3910)]:
12
+ - @vultisig/sdk@5.1.0
13
+ - @vultisig/core-chain@2.39.0
14
+ - @vultisig/rujira@68.0.0
15
+
3
16
  ## 5.0.0
4
17
 
5
18
  ### Patch Changes
package/dist/index.js CHANGED
@@ -19190,7 +19190,7 @@ var cachedVersion = null;
19190
19190
  function getVersion() {
19191
19191
  if (cachedVersion) return cachedVersion;
19192
19192
  if (true) {
19193
- cachedVersion = "5.0.0";
19193
+ cachedVersion = "5.1.0";
19194
19194
  return cachedVersion;
19195
19195
  }
19196
19196
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vultisig/cli",
3
- "version": "5.0.0",
3
+ "version": "5.1.0",
4
4
  "description": "The self-custody MPC wallet CLI for AI coding agents (Claude Code, Cursor, OpenCode). Natural-language agent mode, 36+ chains, DKLS23 threshold signatures. Seedless.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -75,9 +75,9 @@
75
75
  "@napi-rs/keyring": "^1.3.0",
76
76
  "@noble/hashes": "^2.2.0",
77
77
  "@vultisig/client-shared": "^0.3.4",
78
- "@vultisig/core-chain": "^2.38.0",
79
- "@vultisig/rujira": "^67.0.0",
80
- "@vultisig/sdk": "^5.0.0",
78
+ "@vultisig/core-chain": "^2.39.0",
79
+ "@vultisig/rujira": "^68.0.0",
80
+ "@vultisig/sdk": "^5.1.0",
81
81
  "chalk": "^5.6.2",
82
82
  "cli-table3": "^0.6.5",
83
83
  "commander": "^15.0.0",
@@ -95,7 +95,7 @@
95
95
  "@types/node": "^26.1.1",
96
96
  "@types/tabtab": "^3.0.4",
97
97
  "@types/ws": "^8.18.1",
98
- "@vultisig/core-mpc": "^1.20.2",
98
+ "@vultisig/core-mpc": "^1.20.3",
99
99
  "esbuild": "^0.28.1",
100
100
  "ethers": "^6.17.0",
101
101
  "node-pty": "^1.1.0",