@t2000/cli 0.12.1 → 0.12.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
@@ -1751,7 +1751,7 @@ function registerMcp(program2) {
1751
1751
  mcp.command("start", { isDefault: true }).description("Start MCP server (stdio transport)").option("--key <path>", "Key file path").action(async (opts) => {
1752
1752
  let mod;
1753
1753
  try {
1754
- mod = await import("./dist-QVEFT4TY.js");
1754
+ mod = await import("./dist-4S75H6SM.js");
1755
1755
  } catch {
1756
1756
  console.error(
1757
1757
  "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": "0.12.1",
3
+ "version": "0.12.2",
4
4
  "description": "CLI bank account for AI agents on Sui — send, save, borrow, rebalance from your terminal",
5
5
  "type": "module",
6
6
  "bin": {
@@ -37,11 +37,11 @@
37
37
  "commander": "^13",
38
38
  "hono": "^4",
39
39
  "picocolors": "^1",
40
- "@t2000/sdk": "0.11.0",
40
+ "@t2000/sdk": "0.11.1",
41
41
  "@t2000/x402": "0.3.0"
42
42
  },
43
43
  "optionalDependencies": {
44
- "@t2000/mcp": "0.12.0"
44
+ "@t2000/mcp": "0.12.2"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/node": "^20",