@t2000/cli 2.14.0 → 2.14.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/dist/{chunk-DHL3JOM5.js → chunk-ZNZ4MOY2.js} +14 -2
- package/dist/{chunk-DHL3JOM5.js.map → chunk-ZNZ4MOY2.js.map} +1 -1
- package/dist/{dist-OFL2PT32.js → dist-EFTMN6BY.js} +2 -2
- package/dist/{dist-E7D67PXG.js → dist-J7ICN5BN.js} +13 -2
- package/dist/{dist-E7D67PXG.js.map → dist-J7ICN5BN.js.map} +1 -1
- package/dist/index.js +3 -3
- package/package.json +3 -3
- /package/dist/{dist-OFL2PT32.js.map → dist-EFTMN6BY.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-ZNZ4MOY2.js";
|
|
16
16
|
import {
|
|
17
17
|
esm_default3 as esm_default,
|
|
18
18
|
esm_default8 as esm_default2
|
|
@@ -7867,7 +7867,7 @@ function registerLock(program3) {
|
|
|
7867
7867
|
});
|
|
7868
7868
|
program3.command("unlock").description("Unlock agent \u2014 resume operations").action(async () => {
|
|
7869
7869
|
try {
|
|
7870
|
-
const { T2000: T20003 } = await import("./dist-
|
|
7870
|
+
const { T2000: T20003 } = await import("./dist-EFTMN6BY.js");
|
|
7871
7871
|
const MAX_ATTEMPTS2 = 3;
|
|
7872
7872
|
let pin;
|
|
7873
7873
|
for (let attempt = 1; attempt <= MAX_ATTEMPTS2; attempt++) {
|
|
@@ -8041,7 +8041,7 @@ function registerMcp(program3) {
|
|
|
8041
8041
|
mcp.command("start", { isDefault: true }).description("Start MCP server (stdio transport)").option("--key <path>", "Key file path").action(async (opts) => {
|
|
8042
8042
|
let mod;
|
|
8043
8043
|
try {
|
|
8044
|
-
mod = await import("./dist-
|
|
8044
|
+
mod = await import("./dist-J7ICN5BN.js");
|
|
8045
8045
|
} catch {
|
|
8046
8046
|
console.error(
|
|
8047
8047
|
"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.14.
|
|
3
|
+
"version": "2.14.2",
|
|
4
4
|
"description": "A bank account for AI agents on Sui — guided setup, MCP integration, send, save, borrow, swap. Same 37 tools as the engine, 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/mcp": "2.14.
|
|
46
|
-
"@t2000/sdk": "2.14.
|
|
45
|
+
"@t2000/mcp": "2.14.2",
|
|
46
|
+
"@t2000/sdk": "2.14.2"
|
|
47
47
|
},
|
|
48
48
|
"license": "MIT",
|
|
49
49
|
"scripts": {
|
|
File without changes
|