@t2000/cli 1.19.0 → 1.20.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.
@@ -140394,7 +140394,7 @@ ${context}
140394
140394
  })
140395
140395
  );
140396
140396
  }
140397
- var PKG_VERSION = "1.19.0";
140397
+ var PKG_VERSION = "1.20.0";
140398
140398
  console.log = (...args) => console.error("[log]", ...args);
140399
140399
  console.warn = (...args) => console.error("[warn]", ...args);
140400
140400
  async function startMcpServer(opts) {
@@ -140484,4 +140484,4 @@ axios/dist/node/axios.cjs:
140484
140484
  @scure/bip39/index.js:
140485
140485
  (*! scure-bip39 - MIT License (c) 2022 Patricio Palladino, Paul Miller (paulmillr.com) *)
140486
140486
  */
140487
- //# sourceMappingURL=dist-WZZLBHFT.js.map
140487
+ //# sourceMappingURL=dist-ZYPYPQ24.js.map
package/dist/index.js CHANGED
@@ -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-WZZLBHFT.js");
8037
+ mod = await import("./dist-ZYPYPQ24.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.19.0",
3
+ "version": "1.20.0",
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/sdk": "1.19.0",
46
- "@t2000/mcp": "1.19.0"
45
+ "@t2000/mcp": "1.20.0",
46
+ "@t2000/sdk": "1.20.0"
47
47
  },
48
48
  "license": "MIT",
49
49
  "scripts": {