@t2000/cli 9.3.1 → 9.4.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-VCALQJDX.js → chunk-H7T7CQ27.js} +22 -3
- package/dist/{chunk-VCALQJDX.js.map → chunk-H7T7CQ27.js.map} +1 -1
- package/dist/{dist-BHEY35W6.js → dist-6T57AF5D.js} +23 -4
- package/dist/{dist-BHEY35W6.js.map → dist-6T57AF5D.js.map} +1 -1
- package/dist/{dist-E4LDDE5K.js → dist-KRXW26WD.js} +2 -2
- package/dist/index.js +3 -3
- package/package.json +3 -3
- /package/dist/{dist-E4LDDE5K.js.map → dist-KRXW26WD.js.map} +0 -0
|
@@ -151,7 +151,7 @@ import {
|
|
|
151
151
|
verifyReceipt,
|
|
152
152
|
walletExists,
|
|
153
153
|
writeLimitsFile
|
|
154
|
-
} from "./chunk-
|
|
154
|
+
} from "./chunk-H7T7CQ27.js";
|
|
155
155
|
import "./chunk-634W6JCI.js";
|
|
156
156
|
import "./chunk-BHQGGFE6.js";
|
|
157
157
|
import "./chunk-GCC33SG5.js";
|
|
@@ -317,4 +317,4 @@ export {
|
|
|
317
317
|
walletExists,
|
|
318
318
|
writeLimitsFile
|
|
319
319
|
};
|
|
320
|
-
//# sourceMappingURL=dist-
|
|
320
|
+
//# sourceMappingURL=dist-KRXW26WD.js.map
|
package/dist/index.js
CHANGED
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
truncateAddress,
|
|
20
20
|
verifyReceipt,
|
|
21
21
|
walletExists
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-H7T7CQ27.js";
|
|
23
23
|
import "./chunk-634W6JCI.js";
|
|
24
24
|
import "./chunk-BHQGGFE6.js";
|
|
25
25
|
import "./chunk-GCC33SG5.js";
|
|
@@ -22272,7 +22272,7 @@ async function runEstimate(url, opts) {
|
|
|
22272
22272
|
let req = accepts.find((a) => a.scheme === "exact" && a.network?.startsWith("sui:")) ?? accepts[0];
|
|
22273
22273
|
let dialect = "x402";
|
|
22274
22274
|
if (!req) {
|
|
22275
|
-
const { parseMppSuiChallenge } = await import("./dist-
|
|
22275
|
+
const { parseMppSuiChallenge } = await import("./dist-KRXW26WD.js");
|
|
22276
22276
|
const challenge = await parseMppSuiChallenge(response);
|
|
22277
22277
|
if (!challenge) {
|
|
22278
22278
|
throw new Error(
|
|
@@ -23364,7 +23364,7 @@ function registerMcpStart(parent) {
|
|
|
23364
23364
|
parent.command("start", { isDefault: true }).description("Start MCP server (stdio transport \u2014 for AI client integration)").option("--key <path>", "Custom wallet path (default ~/.t2000/wallet.key)").action(async (opts) => {
|
|
23365
23365
|
let mod;
|
|
23366
23366
|
try {
|
|
23367
|
-
mod = await import("./dist-
|
|
23367
|
+
mod = await import("./dist-6T57AF5D.js");
|
|
23368
23368
|
} catch {
|
|
23369
23369
|
console.error("MCP server not installed. Run:\n npm install -g @t2000/mcp");
|
|
23370
23370
|
process.exit(1);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@t2000/cli",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.4.0",
|
|
4
4
|
"description": "Agent Wallet for AI agents on Sui — gasless USDC + USDsui sends, Cetus swap, MPP paid API access, MCP integration, scriptable from any shell.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"typescript": "^5",
|
|
46
46
|
"typescript-eslint": "^8.58.0",
|
|
47
47
|
"vitest": "^3",
|
|
48
|
-
"@t2000/mcp": "9.
|
|
49
|
-
"@t2000/sdk": "9.
|
|
48
|
+
"@t2000/mcp": "9.4.0",
|
|
49
|
+
"@t2000/sdk": "9.4.0"
|
|
50
50
|
},
|
|
51
51
|
"license": "MIT",
|
|
52
52
|
"dependencies": {
|
|
File without changes
|