@t2000/cli 10.13.0 → 10.13.2

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
@@ -34,7 +34,7 @@ import {
34
34
  verifyJobForSeller,
35
35
  verifyReceipt,
36
36
  walletExists
37
- } from "./chunk-I6UGZOTH.js";
37
+ } from "./chunk-XYBAD4N6.js";
38
38
  import "./chunk-634W6JCI.js";
39
39
  import "./chunk-3ZUWXUSN.js";
40
40
  import "./chunk-QSITA6GU.js";
@@ -22287,7 +22287,7 @@ async function runEstimate(url, opts) {
22287
22287
  let req = accepts.find((a) => a.scheme === "exact" && a.network?.startsWith("sui:")) ?? accepts[0];
22288
22288
  let dialect = "x402";
22289
22289
  if (!req) {
22290
- const { parseMppSuiChallenge } = await import("./dist-G2XQHKA6.js");
22290
+ const { parseMppSuiChallenge } = await import("./dist-DC323R52.js");
22291
22291
  const challenge = await parseMppSuiChallenge(response);
22292
22292
  if (!challenge) {
22293
22293
  throw new Error(
@@ -23391,7 +23391,7 @@ function registerMcpStart(parent) {
23391
23391
  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) => {
23392
23392
  let mod;
23393
23393
  try {
23394
- mod = await import("./dist-7MD2C3OX.js");
23394
+ mod = await import("./dist-NPHL44A3.js");
23395
23395
  } catch {
23396
23396
  console.error("MCP server not installed. Run:\n npm install -g @t2000/mcp");
23397
23397
  process.exit(1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t2000/cli",
3
- "version": "10.13.0",
3
+ "version": "10.13.2",
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": {
@@ -46,13 +46,13 @@
46
46
  "typescript": "^5",
47
47
  "typescript-eslint": "^8.58.0",
48
48
  "vitest": "^3",
49
- "@t2000/sdk": "10.13.0",
50
- "@t2000/mcp": "10.13.0"
49
+ "@t2000/mcp": "10.13.2",
50
+ "@t2000/sdk": "10.13.2"
51
51
  },
52
52
  "license": "MIT",
53
53
  "dependencies": {
54
54
  "qrcode": "^1.5.4",
55
- "@t2000/id": "^10.13.0"
55
+ "@t2000/id": "^10.13.2"
56
56
  },
57
57
  "scripts": {
58
58
  "build": "tsup",