@t2000/cli 10.6.0 → 10.8.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/index.js CHANGED
@@ -28,7 +28,7 @@ import {
28
28
  verifyJobForSeller,
29
29
  verifyReceipt,
30
30
  walletExists
31
- } from "./chunk-IKN3QSLY.js";
31
+ } from "./chunk-UJVDLYP3.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-7RV6ZTM3.js");
22284
+ const { parseMppSuiChallenge } = await import("./dist-YHS443KG.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-2OK3TC4X.js");
23388
+ mod = await import("./dist-ZGHETABU.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.6.0",
3
+ "version": "10.8.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.6.0",
49
- "@t2000/sdk": "10.6.0"
48
+ "@t2000/mcp": "10.8.0",
49
+ "@t2000/sdk": "10.8.0"
50
50
  },
51
51
  "license": "MIT",
52
52
  "dependencies": {