@t2000/cli 2.14.0 → 2.14.2

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/dist/index.js CHANGED
@@ -12,7 +12,7 @@ import {
12
12
  saveKey,
13
13
  truncateAddress,
14
14
  walletExists
15
- } from "./chunk-DHL3JOM5.js";
15
+ } from "./chunk-ZNZ4MOY2.js";
16
16
  import {
17
17
  esm_default3 as esm_default,
18
18
  esm_default8 as esm_default2
@@ -7867,7 +7867,7 @@ function registerLock(program3) {
7867
7867
  });
7868
7868
  program3.command("unlock").description("Unlock agent \u2014 resume operations").action(async () => {
7869
7869
  try {
7870
- const { T2000: T20003 } = await import("./dist-OFL2PT32.js");
7870
+ const { T2000: T20003 } = await import("./dist-EFTMN6BY.js");
7871
7871
  const MAX_ATTEMPTS2 = 3;
7872
7872
  let pin;
7873
7873
  for (let attempt = 1; attempt <= MAX_ATTEMPTS2; attempt++) {
@@ -8041,7 +8041,7 @@ function registerMcp(program3) {
8041
8041
  mcp.command("start", { isDefault: true }).description("Start MCP server (stdio transport)").option("--key <path>", "Key file path").action(async (opts) => {
8042
8042
  let mod;
8043
8043
  try {
8044
- mod = await import("./dist-E7D67PXG.js");
8044
+ mod = await import("./dist-J7ICN5BN.js");
8045
8045
  } catch {
8046
8046
  console.error(
8047
8047
  "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": "2.14.0",
3
+ "version": "2.14.2",
4
4
  "description": "A bank account for AI agents on Sui — guided setup, MCP integration, send, save, borrow, swap. Same 37 tools as the engine, scriptable from any shell.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -42,8 +42,8 @@
42
42
  "tsup": "^8",
43
43
  "typescript": "^5",
44
44
  "vitest": "^3",
45
- "@t2000/mcp": "2.14.0",
46
- "@t2000/sdk": "2.14.0"
45
+ "@t2000/mcp": "2.14.2",
46
+ "@t2000/sdk": "2.14.2"
47
47
  },
48
48
  "license": "MIT",
49
49
  "scripts": {