@t2000/cli 10.14.0 → 10.14.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
@@ -23397,7 +23397,7 @@ function registerMcpStart(parent) {
23397
23397
  parent.command("start", { isDefault: true }).description("Start MCP server (stdio transport \u2014 for AI client integration)").option("--key <path>", "Custom wallet path (default ~/.t2000/wallet.key)").action(async (opts) => {
23398
23398
  let mod;
23399
23399
  try {
23400
- mod = await import("./dist-ZATHFBVY.js");
23400
+ mod = await import("./dist-B5ENWBED.js");
23401
23401
  } catch {
23402
23402
  console.error("MCP server not installed. Run:\n npm install -g @t2000/mcp");
23403
23403
  process.exit(1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t2000/cli",
3
- "version": "10.14.0",
3
+ "version": "10.14.1",
4
4
  "description": "Agent Wallet for AI agents on Sui — gasless USDC + USDsui sends, Cetus swap, MPP paid API access, MCP integration, scriptable from any shell.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -46,13 +46,13 @@
46
46
  "typescript": "^5",
47
47
  "typescript-eslint": "^8.58.0",
48
48
  "vitest": "^3",
49
- "@t2000/sdk": "10.14.0",
50
- "@t2000/mcp": "10.14.0"
49
+ "@t2000/mcp": "10.14.1",
50
+ "@t2000/sdk": "10.14.1"
51
51
  },
52
52
  "license": "MIT",
53
53
  "dependencies": {
54
54
  "qrcode": "^1.5.4",
55
- "@t2000/id": "^10.14.0"
55
+ "@t2000/id": "^10.14.1"
56
56
  },
57
57
  "scripts": {
58
58
  "build": "tsup",