@vultisig/cli 2.2.0 → 2.3.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,14 @@
1
1
  # @vultisig/cli
2
2
 
3
+ ## 2.3.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`fcfd1f9`](https://github.com/vultisig/vultisig-sdk/commit/fcfd1f90550d8f62821167ea349b3e8ee2bf9d24)]:
8
+ - @vultisig/core-chain@2.16.0
9
+ - @vultisig/sdk@2.3.0
10
+ - @vultisig/rujira@36.0.0
11
+
3
12
  ## 2.2.0
4
13
 
5
14
  ### Patch Changes
package/dist/index.js CHANGED
@@ -5,11 +5,20 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
5
  var __getOwnPropNames = Object.getOwnPropertyNames;
6
6
  var __getProtoOf = Object.getPrototypeOf;
7
7
  var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __esm = (fn, res) => function __init() {
9
- return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
8
+ var __esm = (fn, res, err) => function __init() {
9
+ if (err) throw err[0];
10
+ try {
11
+ return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
12
+ } catch (e) {
13
+ throw err = [e], e;
14
+ }
10
15
  };
11
16
  var __commonJS = (cb, mod) => function __require() {
12
- return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
17
+ try {
18
+ return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
19
+ } catch (e) {
20
+ throw mod = 0, e;
21
+ }
13
22
  };
14
23
  var __export = (target, all) => {
15
24
  for (var name in all)
@@ -8903,7 +8912,7 @@ var cachedVersion = null;
8903
8912
  function getVersion() {
8904
8913
  if (cachedVersion) return cachedVersion;
8905
8914
  if (true) {
8906
- cachedVersion = "2.2.0";
8915
+ cachedVersion = "2.3.0";
8907
8916
  return cachedVersion;
8908
8917
  }
8909
8918
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vultisig/cli",
3
- "version": "2.2.0",
3
+ "version": "2.3.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": {
@@ -74,9 +74,9 @@
74
74
  "@napi-rs/keyring": "^1.3.0",
75
75
  "@noble/hashes": "^2.2.0",
76
76
  "@vultisig/client-shared": "^0.2.15",
77
- "@vultisig/core-chain": "^2.15.0",
78
- "@vultisig/rujira": "^35.0.0",
79
- "@vultisig/sdk": "^2.2.0",
77
+ "@vultisig/core-chain": "^2.16.0",
78
+ "@vultisig/rujira": "^36.0.0",
79
+ "@vultisig/sdk": "^2.3.0",
80
80
  "chalk": "^5.6.2",
81
81
  "cli-table3": "^0.6.5",
82
82
  "commander": "^15.0.0",
@@ -92,7 +92,7 @@
92
92
  "@types/node": "^25.9.2",
93
93
  "@types/tabtab": "^3.0.4",
94
94
  "@types/ws": "^8.18.1",
95
- "esbuild": "^0.28.0",
95
+ "esbuild": "^0.28.1",
96
96
  "tsx": "^4.22.4",
97
97
  "typescript": "^6.0.3",
98
98
  "vitest": "^4.1.8"