@t2000/cli 9.5.0 → 9.6.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.
@@ -151,7 +151,7 @@ import {
151
151
  verifyReceipt,
152
152
  walletExists,
153
153
  writeLimitsFile
154
- } from "./chunk-HP5E2AUH.js";
154
+ } from "./chunk-UGQY67E3.js";
155
155
  import "./chunk-634W6JCI.js";
156
156
  import "./chunk-BHQGGFE6.js";
157
157
  import "./chunk-QHLVOCU6.js";
@@ -317,4 +317,4 @@ export {
317
317
  walletExists,
318
318
  writeLimitsFile
319
319
  };
320
- //# sourceMappingURL=dist-AW7YKCSW.js.map
320
+ //# sourceMappingURL=dist-WHAWAYBP.js.map
package/dist/index.js CHANGED
@@ -19,7 +19,7 @@ import {
19
19
  truncateAddress,
20
20
  verifyReceipt,
21
21
  walletExists
22
- } from "./chunk-HP5E2AUH.js";
22
+ } from "./chunk-UGQY67E3.js";
23
23
  import "./chunk-634W6JCI.js";
24
24
  import "./chunk-BHQGGFE6.js";
25
25
  import "./chunk-QHLVOCU6.js";
@@ -22272,7 +22272,7 @@ async function runEstimate(url, opts) {
22272
22272
  let req = accepts.find((a) => a.scheme === "exact" && a.network?.startsWith("sui:")) ?? accepts[0];
22273
22273
  let dialect = "x402";
22274
22274
  if (!req) {
22275
- const { parseMppSuiChallenge } = await import("./dist-AW7YKCSW.js");
22275
+ const { parseMppSuiChallenge } = await import("./dist-WHAWAYBP.js");
22276
22276
  const challenge = await parseMppSuiChallenge(response);
22277
22277
  if (!challenge) {
22278
22278
  throw new Error(
@@ -23364,7 +23364,7 @@ function registerMcpStart(parent) {
23364
23364
  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) => {
23365
23365
  let mod;
23366
23366
  try {
23367
- mod = await import("./dist-3GO63RFI.js");
23367
+ mod = await import("./dist-VTNYUSEM.js");
23368
23368
  } catch {
23369
23369
  console.error("MCP server not installed. Run:\n npm install -g @t2000/mcp");
23370
23370
  process.exit(1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t2000/cli",
3
- "version": "9.5.0",
3
+ "version": "9.6.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.5.0",
49
- "@t2000/sdk": "9.5.0"
48
+ "@t2000/mcp": "9.6.0",
49
+ "@t2000/sdk": "9.6.0"
50
50
  },
51
51
  "license": "MIT",
52
52
  "dependencies": {