@t2000/cli 0.18.2 → 0.18.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.
package/dist/index.js CHANGED
@@ -2932,7 +2932,7 @@ function registerGateway(program2) {
2932
2932
  console.log("");
2933
2933
  console.log(` ${pc16.bold("t2000 gateway")}`);
2934
2934
  console.log("");
2935
- const { Gateway } = await import("./dist-DOHDQ4GX.js");
2935
+ const { Gateway } = await import("./dist-Q3ZX35TI.js");
2936
2936
  const gateway = await Gateway.create({
2937
2937
  agent,
2938
2938
  port: parseInt(opts.port, 10),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t2000/cli",
3
- "version": "0.18.2",
3
+ "version": "0.18.3",
4
4
  "description": "Your personal AI financial advisor on Sui — guided setup, AI gateway, Telegram, send, save, borrow, rebalance",
5
5
  "type": "module",
6
6
  "bin": {
@@ -37,20 +37,20 @@
37
37
  "commander": "^13",
38
38
  "hono": "^4",
39
39
  "picocolors": "^1",
40
- "@t2000/sdk": "0.18.0",
41
- "@t2000/x402": "0.3.0"
40
+ "@t2000/x402": "0.3.0",
41
+ "@t2000/sdk": "0.18.3"
42
42
  },
43
43
  "optionalDependencies": {
44
- "@t2000/mcp": "0.18.0",
45
- "@t2000/gateway": "0.18.0"
44
+ "@t2000/mcp": "0.18.3",
45
+ "@t2000/gateway": "0.18.3"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/node": "^20",
49
49
  "eslint": "^9",
50
50
  "tsup": "^8",
51
51
  "typescript": "^5",
52
- "@t2000/gateway": "0.18.0",
53
- "@t2000/mcp": "0.18.0"
52
+ "@t2000/gateway": "0.18.3",
53
+ "@t2000/mcp": "0.18.3"
54
54
  },
55
55
  "license": "MIT",
56
56
  "scripts": {