@t2000/cli 9.7.0 → 9.7.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.
@@ -163,7 +163,7 @@ import {
163
163
  verifyReceipt,
164
164
  walletExists,
165
165
  writeLimitsFile
166
- } from "./chunk-HCEFAB2I.js";
166
+ } from "./chunk-SXB4BX4Y.js";
167
167
  import "./chunk-634W6JCI.js";
168
168
  import "./chunk-BHQGGFE6.js";
169
169
  import "./chunk-QHLVOCU6.js";
@@ -341,4 +341,4 @@ export {
341
341
  walletExists,
342
342
  writeLimitsFile
343
343
  };
344
- //# sourceMappingURL=dist-46NOW6ZX.js.map
344
+ //# sourceMappingURL=dist-DHOTKMC2.js.map
package/dist/index.js CHANGED
@@ -25,7 +25,7 @@ import {
25
25
  verifyJobForSeller,
26
26
  verifyReceipt,
27
27
  walletExists
28
- } from "./chunk-HCEFAB2I.js";
28
+ } from "./chunk-SXB4BX4Y.js";
29
29
  import "./chunk-634W6JCI.js";
30
30
  import "./chunk-BHQGGFE6.js";
31
31
  import "./chunk-QHLVOCU6.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-46NOW6ZX.js");
22281
+ const { parseMppSuiChallenge } = await import("./dist-DHOTKMC2.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-KBL32JNX.js");
23373
+ mod = await import("./dist-7NJYMC53.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.7.0",
3
+ "version": "9.7.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/mcp": "9.7.0",
49
- "@t2000/sdk": "9.7.0"
48
+ "@t2000/mcp": "9.7.1",
49
+ "@t2000/sdk": "9.7.1"
50
50
  },
51
51
  "license": "MIT",
52
52
  "dependencies": {