@t2000/cli 9.8.0 → 9.9.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-W6R3SIRP.js → chunk-HHWARHAC.js} +27 -5
- package/dist/{chunk-W6R3SIRP.js.map → chunk-HHWARHAC.js.map} +1 -1
- package/dist/{dist-WPLJDCMS.js → dist-GIAGKSI2.js} +8 -4
- package/dist/{dist-WPLJDCMS.js.map → dist-GIAGKSI2.js.map} +1 -1
- package/dist/{dist-G6CGCPMT.js → dist-W2AGKWTZ.js} +8 -2
- package/dist/index.js +3 -3
- package/package.json +3 -3
- /package/dist/{dist-G6CGCPMT.js.map → dist-W2AGKWTZ.js.map} +0 -0
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { createRequire as __createRequire } from 'module'; import { fileURLToPath as __fileURLToPath } from 'url'; import { dirname as __pathDirname } from 'path'; const require = __createRequire(import.meta.url); const __filename = __fileURLToPath(import.meta.url); const __dirname = __pathDirname(__filename);
|
|
2
2
|
import {
|
|
3
|
+
A2A_ESCROW_FEE_CONFIG_ID,
|
|
3
4
|
A2A_ESCROW_PACKAGE_ID,
|
|
4
5
|
AGENT_ID_PARENT,
|
|
5
6
|
AGENT_ID_PARENT_NAME,
|
|
@@ -27,7 +28,9 @@ import {
|
|
|
27
28
|
LimitEnforcer,
|
|
28
29
|
LimitExceededError,
|
|
29
30
|
MANIFEST_TYPE,
|
|
31
|
+
MAX_DELIVER_HORIZON_MS,
|
|
30
32
|
MAX_JOB_USDC,
|
|
33
|
+
MAX_REVIEW_WINDOW_MS,
|
|
31
34
|
MIST_PER_SUI,
|
|
32
35
|
NAVX_TYPE,
|
|
33
36
|
OPERATION_ASSETS,
|
|
@@ -163,7 +166,7 @@ import {
|
|
|
163
166
|
verifyReceipt,
|
|
164
167
|
walletExists,
|
|
165
168
|
writeLimitsFile
|
|
166
|
-
} from "./chunk-
|
|
169
|
+
} from "./chunk-HHWARHAC.js";
|
|
167
170
|
import "./chunk-634W6JCI.js";
|
|
168
171
|
import "./chunk-BHQGGFE6.js";
|
|
169
172
|
import "./chunk-GCC33SG5.js";
|
|
@@ -177,6 +180,7 @@ import "./chunk-5T7HEJY2.js";
|
|
|
177
180
|
import "./chunk-PDKJSPAS.js";
|
|
178
181
|
import "./chunk-YPWSCLE3.js";
|
|
179
182
|
export {
|
|
183
|
+
A2A_ESCROW_FEE_CONFIG_ID,
|
|
180
184
|
A2A_ESCROW_PACKAGE_ID,
|
|
181
185
|
AGENT_ID_PARENT,
|
|
182
186
|
AGENT_ID_PARENT_NAME,
|
|
@@ -204,7 +208,9 @@ export {
|
|
|
204
208
|
LimitEnforcer,
|
|
205
209
|
LimitExceededError,
|
|
206
210
|
MANIFEST_TYPE,
|
|
211
|
+
MAX_DELIVER_HORIZON_MS,
|
|
207
212
|
MAX_JOB_USDC,
|
|
213
|
+
MAX_REVIEW_WINDOW_MS,
|
|
208
214
|
MIST_PER_SUI,
|
|
209
215
|
NAVX_TYPE,
|
|
210
216
|
OPERATION_ASSETS,
|
|
@@ -341,4 +347,4 @@ export {
|
|
|
341
347
|
walletExists,
|
|
342
348
|
writeLimitsFile
|
|
343
349
|
};
|
|
344
|
-
//# sourceMappingURL=dist-
|
|
350
|
+
//# sourceMappingURL=dist-W2AGKWTZ.js.map
|
package/dist/index.js
CHANGED
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
verifyJobForSeller,
|
|
26
26
|
verifyReceipt,
|
|
27
27
|
walletExists
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-HHWARHAC.js";
|
|
29
29
|
import "./chunk-634W6JCI.js";
|
|
30
30
|
import "./chunk-BHQGGFE6.js";
|
|
31
31
|
import "./chunk-GCC33SG5.js";
|
|
@@ -22278,7 +22278,7 @@ async function runEstimate(url, opts) {
|
|
|
22278
22278
|
let req = accepts.find((a) => a.scheme === "exact" && a.network?.startsWith("sui:")) ?? accepts[0];
|
|
22279
22279
|
let dialect = "x402";
|
|
22280
22280
|
if (!req) {
|
|
22281
|
-
const { parseMppSuiChallenge } = await import("./dist-
|
|
22281
|
+
const { parseMppSuiChallenge } = await import("./dist-W2AGKWTZ.js");
|
|
22282
22282
|
const challenge = await parseMppSuiChallenge(response);
|
|
22283
22283
|
if (!challenge) {
|
|
22284
22284
|
throw new Error(
|
|
@@ -23370,7 +23370,7 @@ function registerMcpStart(parent) {
|
|
|
23370
23370
|
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) => {
|
|
23371
23371
|
let mod;
|
|
23372
23372
|
try {
|
|
23373
|
-
mod = await import("./dist-
|
|
23373
|
+
mod = await import("./dist-GIAGKSI2.js");
|
|
23374
23374
|
} catch {
|
|
23375
23375
|
console.error("MCP server not installed. Run:\n npm install -g @t2000/mcp");
|
|
23376
23376
|
process.exit(1);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@t2000/cli",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.9.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.9.0",
|
|
49
|
+
"@t2000/sdk": "9.9.0"
|
|
50
50
|
},
|
|
51
51
|
"license": "MIT",
|
|
52
52
|
"dependencies": {
|
|
File without changes
|