@t2000/cli 10.0.0 → 10.1.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.
@@ -171,10 +171,10 @@ import {
171
171
  verifyReceipt,
172
172
  walletExists,
173
173
  writeLimitsFile
174
- } from "./chunk-45A36TR5.js";
174
+ } from "./chunk-HGOJTYD2.js";
175
175
  import "./chunk-634W6JCI.js";
176
176
  import "./chunk-BHQGGFE6.js";
177
- import "./chunk-GCC33SG5.js";
177
+ import "./chunk-QHLVOCU6.js";
178
178
  import "./chunk-WHUYPKGH.js";
179
179
  import "./chunk-OCLKPYUU.js";
180
180
  import "./chunk-XE63VG7O.js";
@@ -357,4 +357,4 @@ export {
357
357
  walletExists,
358
358
  writeLimitsFile
359
359
  };
360
- //# sourceMappingURL=dist-6UOQ3CIE.js.map
360
+ //# sourceMappingURL=dist-SCHDNWY6.js.map
@@ -171,7 +171,7 @@ import {
171
171
  processEndpoint,
172
172
  processFlattenRoutes,
173
173
  restituteMsafeFastRouterSwapParams
174
- } from "./chunk-GCC33SG5.js";
174
+ } from "./chunk-QHLVOCU6.js";
175
175
  import "./chunk-WHUYPKGH.js";
176
176
  import "./chunk-OCLKPYUU.js";
177
177
  import "./chunk-XE63VG7O.js";
@@ -351,4 +351,4 @@ export {
351
351
  processFlattenRoutes,
352
352
  restituteMsafeFastRouterSwapParams
353
353
  };
354
- //# sourceMappingURL=dist-M2NLKW6N.js.map
354
+ //# sourceMappingURL=dist-VMNADDJ7.js.map
package/dist/index.js CHANGED
@@ -28,10 +28,10 @@ import {
28
28
  verifyJobForSeller,
29
29
  verifyReceipt,
30
30
  walletExists
31
- } from "./chunk-45A36TR5.js";
31
+ } from "./chunk-HGOJTYD2.js";
32
32
  import "./chunk-634W6JCI.js";
33
33
  import "./chunk-BHQGGFE6.js";
34
- import "./chunk-GCC33SG5.js";
34
+ import "./chunk-QHLVOCU6.js";
35
35
  import "./chunk-WHUYPKGH.js";
36
36
  import "./chunk-OCLKPYUU.js";
37
37
  import "./chunk-XE63VG7O.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-6UOQ3CIE.js");
22284
+ const { parseMppSuiChallenge } = await import("./dist-SCHDNWY6.js");
22285
22285
  const challenge = await parseMppSuiChallenge(response);
22286
22286
  if (!challenge) {
22287
22287
  throw new Error(
@@ -23373,7 +23373,7 @@ function registerMcpStart(parent) {
23373
23373
  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) => {
23374
23374
  let mod;
23375
23375
  try {
23376
- mod = await import("./dist-GRR5N77K.js");
23376
+ mod = await import("./dist-55NHJBLJ.js");
23377
23377
  } catch {
23378
23378
  console.error("MCP server not installed. Run:\n npm install -g @t2000/mcp");
23379
23379
  process.exit(1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t2000/cli",
3
- "version": "10.0.0",
3
+ "version": "10.1.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.0.0",
49
- "@t2000/sdk": "10.0.0"
48
+ "@t2000/sdk": "10.1.0",
49
+ "@t2000/mcp": "10.1.0"
50
50
  },
51
51
  "license": "MIT",
52
52
  "dependencies": {