@t2000/cli 10.1.0 → 10.1.1
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-HGOJTYD2.js → chunk-KYPSLUUW.js} +12 -1
- package/dist/{chunk-HGOJTYD2.js.map → chunk-KYPSLUUW.js.map} +1 -1
- package/dist/{dist-SCHDNWY6.js → dist-LX227YY4.js} +2 -2
- package/dist/{dist-55NHJBLJ.js → dist-Q23W5LOJ.js} +13 -2
- package/dist/{dist-55NHJBLJ.js.map → dist-Q23W5LOJ.js.map} +1 -1
- package/dist/index.js +3 -3
- package/package.json +3 -3
- /package/dist/{dist-SCHDNWY6.js.map → dist-LX227YY4.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
verifyJobForSeller,
|
|
29
29
|
verifyReceipt,
|
|
30
30
|
walletExists
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-KYPSLUUW.js";
|
|
32
32
|
import "./chunk-634W6JCI.js";
|
|
33
33
|
import "./chunk-BHQGGFE6.js";
|
|
34
34
|
import "./chunk-QHLVOCU6.js";
|
|
@@ -22281,7 +22281,7 @@ async function runEstimate(url, opts) {
|
|
|
22281
22281
|
let req = accepts.find((a) => a.scheme === "exact" && a.network?.startsWith("sui:")) ?? accepts[0];
|
|
22282
22282
|
let dialect = "x402";
|
|
22283
22283
|
if (!req) {
|
|
22284
|
-
const { parseMppSuiChallenge } = await import("./dist-
|
|
22284
|
+
const { parseMppSuiChallenge } = await import("./dist-LX227YY4.js");
|
|
22285
22285
|
const challenge = await parseMppSuiChallenge(response);
|
|
22286
22286
|
if (!challenge) {
|
|
22287
22287
|
throw new Error(
|
|
@@ -23373,7 +23373,7 @@ function registerMcpStart(parent) {
|
|
|
23373
23373
|
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) => {
|
|
23374
23374
|
let mod;
|
|
23375
23375
|
try {
|
|
23376
|
-
mod = await import("./dist-
|
|
23376
|
+
mod = await import("./dist-Q23W5LOJ.js");
|
|
23377
23377
|
} catch {
|
|
23378
23378
|
console.error("MCP server not installed. Run:\n npm install -g @t2000/mcp");
|
|
23379
23379
|
process.exit(1);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@t2000/cli",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.1",
|
|
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/sdk": "10.1.
|
|
49
|
-
"@t2000/mcp": "10.1.
|
|
48
|
+
"@t2000/sdk": "10.1.1",
|
|
49
|
+
"@t2000/mcp": "10.1.1"
|
|
50
50
|
},
|
|
51
51
|
"license": "MIT",
|
|
52
52
|
"dependencies": {
|
|
File without changes
|