@t2000/cli 2.19.2 → 2.19.3

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.
@@ -142143,7 +142143,7 @@ ${context}
142143
142143
  })
142144
142144
  );
142145
142145
  }
142146
- var PKG_VERSION = "2.19.2";
142146
+ var PKG_VERSION = "2.19.3";
142147
142147
  console.log = (...args) => console.error("[log]", ...args);
142148
142148
  console.warn = (...args) => console.error("[warn]", ...args);
142149
142149
  async function startMcpServer(opts) {
@@ -142234,4 +142234,4 @@ axios/dist/node/axios.cjs:
142234
142234
  @scure/bip39/index.js:
142235
142235
  (*! scure-bip39 - MIT License (c) 2022 Patricio Palladino, Paul Miller (paulmillr.com) *)
142236
142236
  */
142237
- //# sourceMappingURL=dist-PGQB2FNL.js.map
142237
+ //# sourceMappingURL=dist-HNGOYWVQ.js.map
package/dist/index.js CHANGED
@@ -8048,7 +8048,7 @@ function registerMcp(program3) {
8048
8048
  mcp.command("start", { isDefault: true }).description("Start MCP server (stdio transport)").option("--key <path>", "Key file path").action(async (opts) => {
8049
8049
  let mod;
8050
8050
  try {
8051
- mod = await import("./dist-PGQB2FNL.js");
8051
+ mod = await import("./dist-HNGOYWVQ.js");
8052
8052
  } catch {
8053
8053
  console.error(
8054
8054
  "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.19.2",
3
+ "version": "2.19.3",
4
4
  "description": "A bank account for AI agents on Sui — guided setup, MCP integration, send, save, borrow, swap, 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/sdk": "2.19.2",
46
- "@t2000/mcp": "2.19.2"
45
+ "@t2000/sdk": "2.19.3",
46
+ "@t2000/mcp": "2.19.3"
47
47
  },
48
48
  "license": "MIT",
49
49
  "scripts": {