@t2000/cli 0.19.0 → 0.19.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
@@ -2933,7 +2933,7 @@ function registerGateway(program2) {
2933
2933
  console.log("");
2934
2934
  console.log(` ${pc16.bold("t2000 gateway")}`);
2935
2935
  console.log("");
2936
- const { Gateway } = await import("./dist-UYIQ42TA.js");
2936
+ const { Gateway } = await import("./dist-PJEEL7WQ.js");
2937
2937
  const gateway = await Gateway.create({
2938
2938
  agent,
2939
2939
  port: parseInt(opts.port, 10),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t2000/cli",
3
- "version": "0.19.0",
3
+ "version": "0.19.2",
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": {
@@ -42,15 +42,15 @@
42
42
  },
43
43
  "optionalDependencies": {
44
44
  "@t2000/mcp": "0.18.3",
45
- "@t2000/gateway": "0.19.0"
45
+ "@t2000/gateway": "0.19.2"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/node": "^20",
49
49
  "eslint": "^9",
50
50
  "tsup": "^8",
51
51
  "typescript": "^5",
52
- "@t2000/mcp": "0.18.3",
53
- "@t2000/gateway": "0.19.0"
52
+ "@t2000/gateway": "0.19.2",
53
+ "@t2000/mcp": "0.18.3"
54
54
  },
55
55
  "license": "MIT",
56
56
  "scripts": {