@t2000/cli 2.19.0 → 2.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/README.md +7 -3
- package/dist/{chunk-2TOYZOH3.js → chunk-R7KXQRHQ.js} +10 -1
- package/dist/{chunk-2TOYZOH3.js.map → chunk-R7KXQRHQ.js.map} +1 -1
- package/dist/{dist-LIH33AY2.js → dist-A7D5R6SM.js} +2 -2
- package/dist/{dist-EJKUXGU5.js → dist-PGQB2FNL.js} +18 -8
- package/dist/{dist-EJKUXGU5.js.map → dist-PGQB2FNL.js.map} +1 -1
- package/dist/index.js +3 -3
- package/package.json +3 -3
- /package/dist/{dist-LIH33AY2.js.map → dist-A7D5R6SM.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
saveKey,
|
|
13
13
|
truncateAddress,
|
|
14
14
|
walletExists
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-R7KXQRHQ.js";
|
|
16
16
|
import {
|
|
17
17
|
esm_default3 as esm_default,
|
|
18
18
|
esm_default8 as esm_default2
|
|
@@ -7874,7 +7874,7 @@ function registerLock(program3) {
|
|
|
7874
7874
|
});
|
|
7875
7875
|
program3.command("unlock").description("Unlock agent \u2014 resume operations").action(async () => {
|
|
7876
7876
|
try {
|
|
7877
|
-
const { T2000: T20003 } = await import("./dist-
|
|
7877
|
+
const { T2000: T20003 } = await import("./dist-A7D5R6SM.js");
|
|
7878
7878
|
const MAX_ATTEMPTS2 = 3;
|
|
7879
7879
|
let pin;
|
|
7880
7880
|
for (let attempt = 1; attempt <= MAX_ATTEMPTS2; attempt++) {
|
|
@@ -8048,7 +8048,7 @@ function registerMcp(program3) {
|
|
|
8048
8048
|
mcp.command("start", { isDefault: true }).description("Start MCP server (stdio transport)").option("--key <path>", "Key file path").action(async (opts) => {
|
|
8049
8049
|
let mod;
|
|
8050
8050
|
try {
|
|
8051
|
-
mod = await import("./dist-
|
|
8051
|
+
mod = await import("./dist-PGQB2FNL.js");
|
|
8052
8052
|
} catch {
|
|
8053
8053
|
console.error(
|
|
8054
8054
|
"MCP server not installed. Run:\n npm install -g @t2000/mcp"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@t2000/cli",
|
|
3
|
-
"version": "2.19.
|
|
3
|
+
"version": "2.19.2",
|
|
4
4
|
"description": "A bank account for AI agents on Sui — guided setup, MCP integration, send, save, borrow, swap, scriptable from any shell.",
|
|
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/
|
|
46
|
-
"@t2000/
|
|
45
|
+
"@t2000/sdk": "2.19.2",
|
|
46
|
+
"@t2000/mcp": "2.19.2"
|
|
47
47
|
},
|
|
48
48
|
"license": "MIT",
|
|
49
49
|
"scripts": {
|
|
File without changes
|