@t2000/cli 1.23.0 → 1.23.1

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-JKL4VB6Z.js";
15
+ } from "./chunk-IR2QGWUU.js";
16
16
  import {
17
17
  esm_default3 as esm_default,
18
18
  esm_default8 as esm_default2
@@ -7860,7 +7860,7 @@ function registerLock(program3) {
7860
7860
  });
7861
7861
  program3.command("unlock").description("Unlock agent \u2014 resume operations").action(async () => {
7862
7862
  try {
7863
- const { T2000: T20003 } = await import("./dist-4IHD5DO3.js");
7863
+ const { T2000: T20003 } = await import("./dist-K2TQP3EL.js");
7864
7864
  const MAX_ATTEMPTS2 = 3;
7865
7865
  let pin;
7866
7866
  for (let attempt = 1; attempt <= MAX_ATTEMPTS2; attempt++) {
@@ -8034,7 +8034,7 @@ function registerMcp(program3) {
8034
8034
  mcp.command("start", { isDefault: true }).description("Start MCP server (stdio transport)").option("--key <path>", "Key file path").action(async (opts) => {
8035
8035
  let mod;
8036
8036
  try {
8037
- mod = await import("./dist-4BEH22UU.js");
8037
+ mod = await import("./dist-K4ONVV5A.js");
8038
8038
  } catch {
8039
8039
  console.error(
8040
8040
  "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": "1.23.0",
3
+ "version": "1.23.1",
4
4
  "description": "A bank account for AI agents on Sui — guided setup, MCP integration, send, save, borrow, swap. Same 34 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": "1.23.0",
46
- "@t2000/sdk": "1.23.0"
45
+ "@t2000/sdk": "1.23.1",
46
+ "@t2000/mcp": "1.23.1"
47
47
  },
48
48
  "license": "MIT",
49
49
  "scripts": {