@t2000/cli 0.22.18 → 0.22.19
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/{chunk-4FTMWFBO.js → chunk-L6CQW3XK.js} +33 -3
- package/dist/{chunk-4FTMWFBO.js.map → chunk-L6CQW3XK.js.map} +1 -1
- package/dist/{dist-QV6AR5MG.js → dist-PPLI6NOP.js} +2 -2
- package/dist/{dist-CSEWI4RS.js → dist-T2QOLDAP.js} +2 -2
- package/dist/index.js +3 -3
- package/package.json +3 -3
- /package/dist/{dist-QV6AR5MG.js.map → dist-PPLI6NOP.js.map} +0 -0
- /package/dist/{dist-CSEWI4RS.js.map → dist-T2QOLDAP.js.map} +0 -0
|
@@ -74,7 +74,7 @@ import {
|
|
|
74
74
|
usdcToRaw,
|
|
75
75
|
validateAddress,
|
|
76
76
|
walletExists
|
|
77
|
-
} from "./chunk-
|
|
77
|
+
} from "./chunk-L6CQW3XK.js";
|
|
78
78
|
import "./chunk-AB65Y674.js";
|
|
79
79
|
import "./chunk-IHPSFXUW.js";
|
|
80
80
|
import "./chunk-3W7OQGNS.js";
|
|
@@ -155,4 +155,4 @@ export {
|
|
|
155
155
|
validateAddress,
|
|
156
156
|
walletExists
|
|
157
157
|
};
|
|
158
|
-
//# sourceMappingURL=dist-
|
|
158
|
+
//# sourceMappingURL=dist-PPLI6NOP.js.map
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
SafeguardError,
|
|
5
5
|
T2000,
|
|
6
6
|
T2000Error
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-L6CQW3XK.js";
|
|
8
8
|
import "./chunk-AB65Y674.js";
|
|
9
9
|
import "./chunk-IHPSFXUW.js";
|
|
10
10
|
import "./chunk-3W7OQGNS.js";
|
|
@@ -22833,4 +22833,4 @@ async function startMcpServer(opts) {
|
|
|
22833
22833
|
export {
|
|
22834
22834
|
startMcpServer
|
|
22835
22835
|
};
|
|
22836
|
-
//# sourceMappingURL=dist-
|
|
22836
|
+
//# sourceMappingURL=dist-T2QOLDAP.js.map
|
package/dist/index.js
CHANGED
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
saveKey,
|
|
21
21
|
truncateAddress,
|
|
22
22
|
walletExists
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-L6CQW3XK.js";
|
|
24
24
|
import "./chunk-AB65Y674.js";
|
|
25
25
|
import "./chunk-IHPSFXUW.js";
|
|
26
26
|
import "./chunk-3W7OQGNS.js";
|
|
@@ -7860,7 +7860,7 @@ function registerLock(program3) {
|
|
|
7860
7860
|
});
|
|
7861
7861
|
program3.command("unlock").description("Unlock agent \u2014 resume operations").action(async () => {
|
|
7862
7862
|
try {
|
|
7863
|
-
const { T2000: T20003 } = await import("./dist-
|
|
7863
|
+
const { T2000: T20003 } = await import("./dist-PPLI6NOP.js");
|
|
7864
7864
|
const MAX_ATTEMPTS2 = 3;
|
|
7865
7865
|
let pin;
|
|
7866
7866
|
for (let attempt = 1; attempt <= MAX_ATTEMPTS2; attempt++) {
|
|
@@ -8494,7 +8494,7 @@ function registerMcp(program3) {
|
|
|
8494
8494
|
mcp.command("start", { isDefault: true }).description("Start MCP server (stdio transport)").option("--key <path>", "Key file path").action(async (opts) => {
|
|
8495
8495
|
let mod;
|
|
8496
8496
|
try {
|
|
8497
|
-
mod = await import("./dist-
|
|
8497
|
+
mod = await import("./dist-T2QOLDAP.js");
|
|
8498
8498
|
} catch {
|
|
8499
8499
|
console.error(
|
|
8500
8500
|
"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": "0.22.
|
|
3
|
+
"version": "0.22.19",
|
|
4
4
|
"description": "A bank account for AI agents on Sui — guided setup, MCP, send, save, borrow, invest, rebalance",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"tsup": "^8",
|
|
44
44
|
"typescript": "^5",
|
|
45
45
|
"vitest": "^3",
|
|
46
|
-
"@t2000/sdk": "0.19.
|
|
47
|
-
"@t2000/mcp": "0.22.
|
|
46
|
+
"@t2000/sdk": "0.19.17",
|
|
47
|
+
"@t2000/mcp": "0.22.19"
|
|
48
48
|
},
|
|
49
49
|
"license": "MIT",
|
|
50
50
|
"scripts": {
|
|
File without changes
|
|
File without changes
|