@t2000/cli 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -10,9 +10,9 @@ Terminal bank account for AI agents on Sui. One command to create a bank account
10
10
  ## Installation
11
11
 
12
12
  ```bash
13
- npm install -g @t2000/cli
14
- # or
15
13
  npx @t2000/cli init
14
+ # or install globally
15
+ npm install -g @t2000/cli
16
16
  ```
17
17
 
18
18
  **Requirements:** Node.js 18+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t2000/cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "CLI bank account for AI agents on Sui — send, save, swap, borrow from your terminal",
5
5
  "type": "module",
6
6
  "bin": {
@@ -36,8 +36,8 @@
36
36
  "commander": "^13",
37
37
  "hono": "^4",
38
38
  "picocolors": "^1",
39
- "@t2000/sdk": "0.1.0",
40
- "@t2000/x402": "0.1.0"
39
+ "@t2000/x402": "0.1.1",
40
+ "@t2000/sdk": "0.1.1"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/node": "^22",