@t2000/cli 0.25.12 → 0.25.13
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-XNKVJ4IY.js → chunk-LE7LKEOJ.js} +19 -13
- package/dist/{chunk-XNKVJ4IY.js.map → chunk-LE7LKEOJ.js.map} +1 -1
- package/dist/{dist-RQA6LP4F.js → dist-4FXGI3TM.js} +2 -2
- package/dist/{dist-SYASOXYT.js → dist-TAMLN5Z7.js} +2 -2
- package/dist/index.js +3 -3
- package/package.json +3 -3
- /package/dist/{dist-RQA6LP4F.js.map → dist-4FXGI3TM.js.map} +0 -0
- /package/dist/{dist-SYASOXYT.js.map → dist-TAMLN5Z7.js.map} +0 -0
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
ZodOptional,
|
|
8
8
|
external_exports,
|
|
9
9
|
objectType
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-LE7LKEOJ.js";
|
|
11
11
|
import "./chunk-V7PXDEKG.js";
|
|
12
12
|
import "./chunk-Q2LY5BHK.js";
|
|
13
13
|
import "./chunk-3XUF7GM3.js";
|
|
@@ -18314,4 +18314,4 @@ async function startMcpServer(opts) {
|
|
|
18314
18314
|
export {
|
|
18315
18315
|
startMcpServer
|
|
18316
18316
|
};
|
|
18317
|
-
//# sourceMappingURL=dist-
|
|
18317
|
+
//# sourceMappingURL=dist-4FXGI3TM.js.map
|
|
@@ -67,7 +67,7 @@ import {
|
|
|
67
67
|
usdcToRaw,
|
|
68
68
|
validateAddress,
|
|
69
69
|
walletExists
|
|
70
|
-
} from "./chunk-
|
|
70
|
+
} from "./chunk-LE7LKEOJ.js";
|
|
71
71
|
import "./chunk-V7PXDEKG.js";
|
|
72
72
|
import "./chunk-Q2LY5BHK.js";
|
|
73
73
|
import "./chunk-3XUF7GM3.js";
|
|
@@ -141,4 +141,4 @@ export {
|
|
|
141
141
|
validateAddress,
|
|
142
142
|
walletExists
|
|
143
143
|
};
|
|
144
|
-
//# sourceMappingURL=dist-
|
|
144
|
+
//# sourceMappingURL=dist-TAMLN5Z7.js.map
|
package/dist/index.js
CHANGED
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
saveKey,
|
|
18
18
|
truncateAddress,
|
|
19
19
|
walletExists
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-LE7LKEOJ.js";
|
|
21
21
|
import "./chunk-V7PXDEKG.js";
|
|
22
22
|
import "./chunk-Q2LY5BHK.js";
|
|
23
23
|
import "./chunk-3XUF7GM3.js";
|
|
@@ -7836,7 +7836,7 @@ function registerLock(program3) {
|
|
|
7836
7836
|
});
|
|
7837
7837
|
program3.command("unlock").description("Unlock agent \u2014 resume operations").action(async () => {
|
|
7838
7838
|
try {
|
|
7839
|
-
const { T2000: T20003 } = await import("./dist-
|
|
7839
|
+
const { T2000: T20003 } = await import("./dist-TAMLN5Z7.js");
|
|
7840
7840
|
const MAX_ATTEMPTS2 = 3;
|
|
7841
7841
|
let pin;
|
|
7842
7842
|
for (let attempt = 1; attempt <= MAX_ATTEMPTS2; attempt++) {
|
|
@@ -8010,7 +8010,7 @@ function registerMcp(program3) {
|
|
|
8010
8010
|
mcp.command("start", { isDefault: true }).description("Start MCP server (stdio transport)").option("--key <path>", "Key file path").action(async (opts) => {
|
|
8011
8011
|
let mod;
|
|
8012
8012
|
try {
|
|
8013
|
-
mod = await import("./dist-
|
|
8013
|
+
mod = await import("./dist-4FXGI3TM.js");
|
|
8014
8014
|
} catch {
|
|
8015
8015
|
console.error(
|
|
8016
8016
|
"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.25.
|
|
3
|
+
"version": "0.25.13",
|
|
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/
|
|
46
|
-
"@t2000/
|
|
45
|
+
"@t2000/sdk": "0.21.13",
|
|
46
|
+
"@t2000/mcp": "0.25.13"
|
|
47
47
|
},
|
|
48
48
|
"license": "MIT",
|
|
49
49
|
"scripts": {
|
|
File without changes
|
|
File without changes
|