@t2000/cli 1.24.2 → 1.24.5
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-5MIJ3Y2T.js → chunk-P7CVUSZI.js} +26 -5
- package/dist/{chunk-5MIJ3Y2T.js.map → chunk-P7CVUSZI.js.map} +1 -1
- package/dist/{dist-YIIK3AKD.js → dist-4TQFNWG6.js} +2 -2
- package/dist/{dist-HF73WWOL.js → dist-HPNCDFEJ.js} +2 -2
- package/dist/index.js +3 -3
- package/package.json +3 -3
- /package/dist/{dist-YIIK3AKD.js.map → dist-4TQFNWG6.js.map} +0 -0
- /package/dist/{dist-HF73WWOL.js.map → dist-HPNCDFEJ.js.map} +0 -0
|
@@ -132,7 +132,7 @@ import {
|
|
|
132
132
|
validateAddress,
|
|
133
133
|
validateLabel,
|
|
134
134
|
walletExists
|
|
135
|
-
} from "./chunk-
|
|
135
|
+
} from "./chunk-P7CVUSZI.js";
|
|
136
136
|
import "./chunk-NXTB2IJH.js";
|
|
137
137
|
import "./chunk-OCLKPYUU.js";
|
|
138
138
|
import "./chunk-6JATGRLJ.js";
|
|
@@ -275,4 +275,4 @@ export {
|
|
|
275
275
|
validateLabel,
|
|
276
276
|
walletExists
|
|
277
277
|
};
|
|
278
|
-
//# sourceMappingURL=dist-
|
|
278
|
+
//# sourceMappingURL=dist-4TQFNWG6.js.map
|
|
@@ -139709,7 +139709,7 @@ ${context}
|
|
|
139709
139709
|
})
|
|
139710
139710
|
);
|
|
139711
139711
|
}
|
|
139712
|
-
var PKG_VERSION = "1.24.
|
|
139712
|
+
var PKG_VERSION = "1.24.5";
|
|
139713
139713
|
console.log = (...args) => console.error("[log]", ...args);
|
|
139714
139714
|
console.warn = (...args) => console.error("[warn]", ...args);
|
|
139715
139715
|
async function startMcpServer(opts) {
|
|
@@ -139799,4 +139799,4 @@ axios/dist/node/axios.cjs:
|
|
|
139799
139799
|
@scure/bip39/index.js:
|
|
139800
139800
|
(*! scure-bip39 - MIT License (c) 2022 Patricio Palladino, Paul Miller (paulmillr.com) *)
|
|
139801
139801
|
*/
|
|
139802
|
-
//# sourceMappingURL=dist-
|
|
139802
|
+
//# sourceMappingURL=dist-HPNCDFEJ.js.map
|
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-P7CVUSZI.js";
|
|
16
16
|
import {
|
|
17
17
|
esm_default3 as esm_default,
|
|
18
18
|
esm_default8 as esm_default2
|
|
@@ -7863,7 +7863,7 @@ function registerLock(program3) {
|
|
|
7863
7863
|
});
|
|
7864
7864
|
program3.command("unlock").description("Unlock agent \u2014 resume operations").action(async () => {
|
|
7865
7865
|
try {
|
|
7866
|
-
const { T2000: T20003 } = await import("./dist-
|
|
7866
|
+
const { T2000: T20003 } = await import("./dist-4TQFNWG6.js");
|
|
7867
7867
|
const MAX_ATTEMPTS2 = 3;
|
|
7868
7868
|
let pin;
|
|
7869
7869
|
for (let attempt = 1; attempt <= MAX_ATTEMPTS2; attempt++) {
|
|
@@ -8037,7 +8037,7 @@ function registerMcp(program3) {
|
|
|
8037
8037
|
mcp.command("start", { isDefault: true }).description("Start MCP server (stdio transport)").option("--key <path>", "Key file path").action(async (opts) => {
|
|
8038
8038
|
let mod;
|
|
8039
8039
|
try {
|
|
8040
|
-
mod = await import("./dist-
|
|
8040
|
+
mod = await import("./dist-HPNCDFEJ.js");
|
|
8041
8041
|
} catch {
|
|
8042
8042
|
console.error(
|
|
8043
8043
|
"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": "1.24.
|
|
3
|
+
"version": "1.24.5",
|
|
4
4
|
"description": "A bank account for AI agents on Sui — guided setup, MCP integration, send, save, borrow, swap. Same 34 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": "1.24.
|
|
46
|
-
"@t2000/sdk": "1.24.
|
|
45
|
+
"@t2000/mcp": "1.24.5",
|
|
46
|
+
"@t2000/sdk": "1.24.5"
|
|
47
47
|
},
|
|
48
48
|
"license": "MIT",
|
|
49
49
|
"scripts": {
|
|
File without changes
|
|
File without changes
|