@t2000/cli 10.8.0 → 10.9.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.
@@ -19,6 +19,7 @@ import {
19
19
  CAPITAL_REGISTRY_VERSION,
20
20
  CETUS_CLMM_PACKAGE_ID,
21
21
  CETUS_GLOBAL_CONFIG_ID,
22
+ CETUS_INTEGRATE_PUBLISHED_AT,
22
23
  CETUS_POOLS_ID,
23
24
  CETUS_POSITION_TYPE,
24
25
  CETUS_USDC_SUI_POOL,
@@ -86,6 +87,7 @@ import {
86
87
  buildAgentCoinModule,
87
88
  buildCreateJobTx,
88
89
  buildDeliverJobTx,
90
+ buildDirectPoolSwapTx,
89
91
  buildPublishAgentCoinTx,
90
92
  buildRefundJobTx,
91
93
  buildRejectJobTx,
@@ -190,7 +192,7 @@ import {
190
192
  verifyReceipt,
191
193
  walletExists,
192
194
  writeLimitsFile
193
- } from "./chunk-UJVDLYP3.js";
195
+ } from "./chunk-GYI3QQGY.js";
194
196
  import "./chunk-634W6JCI.js";
195
197
  import "./chunk-3ZUWXUSN.js";
196
198
  import "./chunk-3YV35WUN.js";
@@ -223,6 +225,7 @@ export {
223
225
  CAPITAL_REGISTRY_VERSION,
224
226
  CETUS_CLMM_PACKAGE_ID,
225
227
  CETUS_GLOBAL_CONFIG_ID,
228
+ CETUS_INTEGRATE_PUBLISHED_AT,
226
229
  CETUS_POOLS_ID,
227
230
  CETUS_POSITION_TYPE,
228
231
  CETUS_USDC_SUI_POOL,
@@ -290,6 +293,7 @@ export {
290
293
  buildAgentCoinModule,
291
294
  buildCreateJobTx,
292
295
  buildDeliverJobTx,
296
+ buildDirectPoolSwapTx,
293
297
  buildPublishAgentCoinTx,
294
298
  buildRefundJobTx,
295
299
  buildRejectJobTx,
@@ -395,4 +399,4 @@ export {
395
399
  walletExists,
396
400
  writeLimitsFile
397
401
  };
398
- //# sourceMappingURL=dist-YHS443KG.js.map
402
+ //# sourceMappingURL=dist-V7SCY4JH.js.map
package/dist/index.js CHANGED
@@ -28,7 +28,7 @@ import {
28
28
  verifyJobForSeller,
29
29
  verifyReceipt,
30
30
  walletExists
31
- } from "./chunk-UJVDLYP3.js";
31
+ } from "./chunk-GYI3QQGY.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-YHS443KG.js");
22284
+ const { parseMppSuiChallenge } = await import("./dist-V7SCY4JH.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-ZGHETABU.js");
23388
+ mod = await import("./dist-NNENAWQW.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.8.0",
3
+ "version": "10.9.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.8.0",
49
- "@t2000/sdk": "10.8.0"
48
+ "@t2000/sdk": "10.9.0",
49
+ "@t2000/mcp": "10.9.0"
50
50
  },
51
51
  "license": "MIT",
52
52
  "dependencies": {