@t2000/cli 0.28.5 → 0.28.7

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -144,7 +144,7 @@ t2000 init
144
144
  | Command | Description |
145
145
  |---------|-------------|
146
146
  | `t2000 send <amount> <asset> [to] <address>` | Send USDC, SUI, or other assets to any Sui address (the `to` keyword is optional) |
147
- | `t2000 receive` | Generate a payment request with address and QR URI. Options: `--amount`, `--currency`, `--memo`, `--label` |
147
+ | `t2000 receive` | Generate a payment request with address and QR URI. Options: `--amount`, `--currency`, `--memo`, `--label`, `--key` |
148
148
 
149
149
  ### Savings & DeFi
150
150
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t2000/cli",
3
- "version": "0.28.5",
3
+ "version": "0.28.7",
4
4
  "description": "A bank account for AI agents on Sui — guided setup, MCP, send, save, borrow, rebalance",
5
5
  "type": "module",
6
6
  "bin": {
@@ -42,8 +42,8 @@
42
42
  "tsup": "^8",
43
43
  "typescript": "^5",
44
44
  "vitest": "^3",
45
- "@t2000/sdk": "0.28.5",
46
- "@t2000/mcp": "0.28.5"
45
+ "@t2000/mcp": "0.28.7",
46
+ "@t2000/sdk": "0.28.7"
47
47
  },
48
48
  "license": "MIT",
49
49
  "scripts": {