@t2000/cli 0.28.8 → 0.31.0
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-2JUMTEBB.js → chunk-IEDON62D.js} +129 -1
- package/dist/{chunk-2JUMTEBB.js.map → chunk-IEDON62D.js.map} +1 -1
- package/dist/{dist-UDCEDQVB.js → dist-UOEUHDJW.js} +2 -2
- package/dist/{dist-F462ZUVT.js → dist-YS7HI7LP.js} +4 -2
- package/dist/index.js +3 -3
- package/package.json +3 -3
- /package/dist/{dist-UDCEDQVB.js.map → dist-UOEUHDJW.js.map} +0 -0
- /package/dist/{dist-F462ZUVT.js.map → dist-YS7HI7LP.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-IEDON62D.js";
|
|
11
11
|
import "./chunk-V7PXDEKG.js";
|
|
12
12
|
import "./chunk-Q2LY5BHK.js";
|
|
13
13
|
import "./chunk-3XUF7GM3.js";
|
|
@@ -18330,4 +18330,4 @@ async function startMcpServer(opts) {
|
|
|
18330
18330
|
export {
|
|
18331
18331
|
startMcpServer
|
|
18332
18332
|
};
|
|
18333
|
-
//# sourceMappingURL=dist-
|
|
18333
|
+
//# sourceMappingURL=dist-UOEUHDJW.js.map
|
|
@@ -74,6 +74,7 @@ import {
|
|
|
74
74
|
getDecimalsForCoinType,
|
|
75
75
|
getFinancialSummary,
|
|
76
76
|
getGasStatus,
|
|
77
|
+
getPendingRewards,
|
|
77
78
|
getRates,
|
|
78
79
|
getSwapQuote,
|
|
79
80
|
getTier,
|
|
@@ -104,7 +105,7 @@ import {
|
|
|
104
105
|
validateAddress,
|
|
105
106
|
verifyScopedIntent,
|
|
106
107
|
walletExists
|
|
107
|
-
} from "./chunk-
|
|
108
|
+
} from "./chunk-IEDON62D.js";
|
|
108
109
|
import "./chunk-V7PXDEKG.js";
|
|
109
110
|
import "./chunk-Q2LY5BHK.js";
|
|
110
111
|
import "./chunk-3XUF7GM3.js";
|
|
@@ -184,6 +185,7 @@ export {
|
|
|
184
185
|
getDecimalsForCoinType,
|
|
185
186
|
getFinancialSummary,
|
|
186
187
|
getGasStatus,
|
|
188
|
+
getPendingRewards,
|
|
187
189
|
getRates,
|
|
188
190
|
getSwapQuote,
|
|
189
191
|
getTier,
|
|
@@ -215,4 +217,4 @@ export {
|
|
|
215
217
|
verifyScopedIntent,
|
|
216
218
|
walletExists
|
|
217
219
|
};
|
|
218
|
-
//# sourceMappingURL=dist-
|
|
220
|
+
//# sourceMappingURL=dist-YS7HI7LP.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-IEDON62D.js";
|
|
21
21
|
import "./chunk-V7PXDEKG.js";
|
|
22
22
|
import "./chunk-Q2LY5BHK.js";
|
|
23
23
|
import "./chunk-3XUF7GM3.js";
|
|
@@ -7835,7 +7835,7 @@ function registerLock(program3) {
|
|
|
7835
7835
|
});
|
|
7836
7836
|
program3.command("unlock").description("Unlock agent \u2014 resume operations").action(async () => {
|
|
7837
7837
|
try {
|
|
7838
|
-
const { T2000: T20003 } = await import("./dist-
|
|
7838
|
+
const { T2000: T20003 } = await import("./dist-YS7HI7LP.js");
|
|
7839
7839
|
const MAX_ATTEMPTS2 = 3;
|
|
7840
7840
|
let pin;
|
|
7841
7841
|
for (let attempt = 1; attempt <= MAX_ATTEMPTS2; attempt++) {
|
|
@@ -8009,7 +8009,7 @@ function registerMcp(program3) {
|
|
|
8009
8009
|
mcp.command("start", { isDefault: true }).description("Start MCP server (stdio transport)").option("--key <path>", "Key file path").action(async (opts) => {
|
|
8010
8010
|
let mod;
|
|
8011
8011
|
try {
|
|
8012
|
-
mod = await import("./dist-
|
|
8012
|
+
mod = await import("./dist-UOEUHDJW.js");
|
|
8013
8013
|
} catch {
|
|
8014
8014
|
console.error(
|
|
8015
8015
|
"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.
|
|
3
|
+
"version": "0.31.0",
|
|
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/mcp": "0.
|
|
46
|
-
"@t2000/sdk": "0.
|
|
45
|
+
"@t2000/mcp": "0.31.0",
|
|
46
|
+
"@t2000/sdk": "0.31.0"
|
|
47
47
|
},
|
|
48
48
|
"license": "MIT",
|
|
49
49
|
"scripts": {
|
|
File without changes
|
|
File without changes
|