@t2000/cli 0.22.25 → 0.22.26

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.
@@ -8,7 +8,7 @@ import {
8
8
  ZodOptional,
9
9
  external_exports,
10
10
  objectType
11
- } from "./chunk-FM4762OE.js";
11
+ } from "./chunk-3WKGZRWT.js";
12
12
  import "./chunk-V7PXDEKG.js";
13
13
  import "./chunk-XOAZJ42V.js";
14
14
  import "./chunk-3XUF7GM3.js";
@@ -18701,4 +18701,4 @@ async function startMcpServer(opts) {
18701
18701
  export {
18702
18702
  startMcpServer
18703
18703
  };
18704
- //# sourceMappingURL=dist-ZTFOTMJO.js.map
18704
+ //# sourceMappingURL=dist-KJM2NT74.js.map
@@ -66,7 +66,7 @@ import {
66
66
  usdcToRaw,
67
67
  validateAddress,
68
68
  walletExists
69
- } from "./chunk-FM4762OE.js";
69
+ } from "./chunk-3WKGZRWT.js";
70
70
  import "./chunk-V7PXDEKG.js";
71
71
  import "./chunk-XOAZJ42V.js";
72
72
  import "./chunk-3XUF7GM3.js";
@@ -139,4 +139,4 @@ export {
139
139
  validateAddress,
140
140
  walletExists
141
141
  };
142
- //# sourceMappingURL=dist-LKHCKFGY.js.map
142
+ //# sourceMappingURL=dist-NBWIWHHS.js.map
package/dist/index.js CHANGED
@@ -18,7 +18,7 @@ import {
18
18
  saveKey,
19
19
  truncateAddress,
20
20
  walletExists
21
- } from "./chunk-FM4762OE.js";
21
+ } from "./chunk-3WKGZRWT.js";
22
22
  import "./chunk-V7PXDEKG.js";
23
23
  import "./chunk-XOAZJ42V.js";
24
24
  import "./chunk-3XUF7GM3.js";
@@ -7887,7 +7887,7 @@ function registerLock(program3) {
7887
7887
  });
7888
7888
  program3.command("unlock").description("Unlock agent \u2014 resume operations").action(async () => {
7889
7889
  try {
7890
- const { T2000: T20003 } = await import("./dist-LKHCKFGY.js");
7890
+ const { T2000: T20003 } = await import("./dist-NBWIWHHS.js");
7891
7891
  const MAX_ATTEMPTS2 = 3;
7892
7892
  let pin;
7893
7893
  for (let attempt = 1; attempt <= MAX_ATTEMPTS2; attempt++) {
@@ -8353,7 +8353,7 @@ function registerMcp(program3) {
8353
8353
  mcp.command("start", { isDefault: true }).description("Start MCP server (stdio transport)").option("--key <path>", "Key file path").action(async (opts) => {
8354
8354
  let mod;
8355
8355
  try {
8356
- mod = await import("./dist-ZTFOTMJO.js");
8356
+ mod = await import("./dist-KJM2NT74.js");
8357
8357
  } catch {
8358
8358
  console.error(
8359
8359
  "MCP server not installed. Run:\n npm install -g @t2000/mcp"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t2000/cli",
3
- "version": "0.22.25",
3
+ "version": "0.22.26",
4
4
  "description": "A bank account for AI agents on Sui — guided setup, MCP, send, save, borrow, invest, rebalance",
5
5
  "type": "module",
6
6
  "bin": {
@@ -43,8 +43,8 @@
43
43
  "tsup": "^8",
44
44
  "typescript": "^5",
45
45
  "vitest": "^3",
46
- "@t2000/mcp": "0.22.25",
47
- "@t2000/sdk": "0.19.23"
46
+ "@t2000/mcp": "0.22.26",
47
+ "@t2000/sdk": "0.19.24"
48
48
  },
49
49
  "license": "MIT",
50
50
  "scripts": {