@t2000/cli 0.18.0 → 0.18.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@t2000/cli",
3
- "version": "0.18.0",
4
- "description": "CLI bank account for AI agents on Sui — send, save, borrow, rebalance from your terminal",
3
+ "version": "0.18.1",
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": {
7
7
  "t2000": "./dist/index.js"
@@ -37,8 +37,8 @@
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.0"
42
42
  },
43
43
  "optionalDependencies": {
44
44
  "@t2000/mcp": "0.18.0",
@@ -48,7 +48,9 @@
48
48
  "@types/node": "^20",
49
49
  "eslint": "^9",
50
50
  "tsup": "^8",
51
- "typescript": "^5"
51
+ "typescript": "^5",
52
+ "@t2000/mcp": "0.18.0",
53
+ "@t2000/gateway": "0.18.0"
52
54
  },
53
55
  "license": "MIT",
54
56
  "scripts": {