@t2000/cli 1.11.1 → 1.11.3
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-5LNVIJCB.js → chunk-VZAS6UYO.js} +2 -1
- package/dist/{chunk-5LNVIJCB.js.map → chunk-VZAS6UYO.js.map} +1 -1
- package/dist/{dist-KTARSG4H.js → dist-ADRZ3DGP.js} +2 -2
- package/dist/{dist-KTARSG4H.js.map → dist-ADRZ3DGP.js.map} +1 -1
- package/dist/{dist-5XK2RGSM.js → dist-B5ZXK5PZ.js} +4 -2
- package/dist/index.js +3 -3
- package/package.json +3 -3
- /package/dist/{dist-5XK2RGSM.js.map → dist-B5ZXK5PZ.js.map} +0 -0
|
@@ -100,6 +100,7 @@ import {
|
|
|
100
100
|
mapWalletError,
|
|
101
101
|
mistToSui,
|
|
102
102
|
naviDescriptor,
|
|
103
|
+
normalizeAsset,
|
|
103
104
|
normalizeCoinType,
|
|
104
105
|
parseSuiRpcTx,
|
|
105
106
|
queryHistory,
|
|
@@ -120,7 +121,7 @@ import {
|
|
|
120
121
|
usdcToRaw,
|
|
121
122
|
validateAddress,
|
|
122
123
|
walletExists
|
|
123
|
-
} from "./chunk-
|
|
124
|
+
} from "./chunk-VZAS6UYO.js";
|
|
124
125
|
import "./chunk-HZYKWFI3.js";
|
|
125
126
|
import "./chunk-V7PXDEKG.js";
|
|
126
127
|
import "./chunk-Q2LY5BHK.js";
|
|
@@ -227,6 +228,7 @@ export {
|
|
|
227
228
|
mapWalletError,
|
|
228
229
|
mistToSui,
|
|
229
230
|
naviDescriptor,
|
|
231
|
+
normalizeAsset,
|
|
230
232
|
normalizeCoinType,
|
|
231
233
|
parseSuiRpcTx,
|
|
232
234
|
queryHistory,
|
|
@@ -248,4 +250,4 @@ export {
|
|
|
248
250
|
validateAddress,
|
|
249
251
|
walletExists
|
|
250
252
|
};
|
|
251
|
-
//# sourceMappingURL=dist-
|
|
253
|
+
//# sourceMappingURL=dist-B5ZXK5PZ.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-VZAS6UYO.js";
|
|
16
16
|
import {
|
|
17
17
|
esm_default3 as esm_default,
|
|
18
18
|
esm_default8 as esm_default2
|
|
@@ -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-B5ZXK5PZ.js");
|
|
7864
7864
|
const MAX_ATTEMPTS2 = 3;
|
|
7865
7865
|
let pin;
|
|
7866
7866
|
for (let attempt = 1; attempt <= MAX_ATTEMPTS2; attempt++) {
|
|
@@ -8034,7 +8034,7 @@ function registerMcp(program3) {
|
|
|
8034
8034
|
mcp.command("start", { isDefault: true }).description("Start MCP server (stdio transport)").option("--key <path>", "Key file path").action(async (opts) => {
|
|
8035
8035
|
let mod;
|
|
8036
8036
|
try {
|
|
8037
|
-
mod = await import("./dist-
|
|
8037
|
+
mod = await import("./dist-ADRZ3DGP.js");
|
|
8038
8038
|
} catch {
|
|
8039
8039
|
console.error(
|
|
8040
8040
|
"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.11.
|
|
3
|
+
"version": "1.11.3",
|
|
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.11.
|
|
46
|
-
"@t2000/sdk": "1.11.
|
|
45
|
+
"@t2000/mcp": "1.11.3",
|
|
46
|
+
"@t2000/sdk": "1.11.3"
|
|
47
47
|
},
|
|
48
48
|
"license": "MIT",
|
|
49
49
|
"scripts": {
|
|
File without changes
|