@t2000/cli 10.6.0 → 10.7.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-IKN3QSLY.js → chunk-OVMHMLKL.js} +7 -14
- package/dist/{chunk-IKN3QSLY.js.map → chunk-OVMHMLKL.js.map} +1 -1
- package/dist/{dist-7RV6ZTM3.js → dist-2UHCX46E.js} +2 -4
- package/dist/{dist-2OK3TC4X.js → dist-RUF347PL.js} +5 -5
- package/dist/{dist-2OK3TC4X.js.map → dist-RUF347PL.js.map} +1 -1
- package/dist/index.js +3 -3
- package/package.json +3 -3
- /package/dist/{dist-7RV6ZTM3.js.map → dist-2UHCX46E.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-OVMHMLKL.js";
|
|
32
32
|
import "./chunk-634W6JCI.js";
|
|
33
33
|
import "./chunk-3ZUWXUSN.js";
|
|
34
34
|
import "./chunk-3YV35WUN.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-2UHCX46E.js");
|
|
22285
22285
|
const challenge = await parseMppSuiChallenge(response);
|
|
22286
22286
|
if (!challenge) {
|
|
22287
22287
|
throw new Error(
|
|
@@ -23385,7 +23385,7 @@ function registerMcpStart(parent) {
|
|
|
23385
23385
|
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) => {
|
|
23386
23386
|
let mod;
|
|
23387
23387
|
try {
|
|
23388
|
-
mod = await import("./dist-
|
|
23388
|
+
mod = await import("./dist-RUF347PL.js");
|
|
23389
23389
|
} catch {
|
|
23390
23390
|
console.error("MCP server not installed. Run:\n npm install -g @t2000/mcp");
|
|
23391
23391
|
process.exit(1);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@t2000/cli",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.7.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": "10.
|
|
49
|
-
"@t2000/sdk": "10.
|
|
48
|
+
"@t2000/mcp": "10.7.0",
|
|
49
|
+
"@t2000/sdk": "10.7.0"
|
|
50
50
|
},
|
|
51
51
|
"license": "MIT",
|
|
52
52
|
"dependencies": {
|
|
File without changes
|