@t2000/cli 10.20.0 → 10.20.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.
@@ -211,7 +211,7 @@ import {
211
211
  verifyReceipt,
212
212
  walletExists,
213
213
  writeLimitsFile
214
- } from "./chunk-DYXTXOOP.js";
214
+ } from "./chunk-CPGDCKGM.js";
215
215
  import "./chunk-634W6JCI.js";
216
216
  import "./chunk-3ZUWXUSN.js";
217
217
  import "./chunk-3YV35WUN.js";
@@ -437,4 +437,4 @@ export {
437
437
  walletExists,
438
438
  writeLimitsFile
439
439
  };
440
- //# sourceMappingURL=dist-JODA2DNW.js.map
440
+ //# sourceMappingURL=dist-PB7J4ZXK.js.map
package/dist/index.js CHANGED
@@ -32,7 +32,7 @@ import {
32
32
  validateAddress,
33
33
  verifyJobForSeller,
34
34
  walletExists
35
- } from "./chunk-DYXTXOOP.js";
35
+ } from "./chunk-CPGDCKGM.js";
36
36
  import "./chunk-634W6JCI.js";
37
37
  import "./chunk-3ZUWXUSN.js";
38
38
  import "./chunk-3YV35WUN.js";
@@ -22255,7 +22255,7 @@ async function runEstimate(url, opts) {
22255
22255
  let req = accepts.find((a) => a.scheme === "exact" && a.network?.startsWith("sui:")) ?? accepts[0];
22256
22256
  let dialect = "x402";
22257
22257
  if (!req) {
22258
- const { parseMppSuiChallenge } = await import("./dist-JODA2DNW.js");
22258
+ const { parseMppSuiChallenge } = await import("./dist-PB7J4ZXK.js");
22259
22259
  const challenge = await parseMppSuiChallenge(response);
22260
22260
  if (!challenge) {
22261
22261
  throw new Error(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t2000/cli",
3
- "version": "10.20.0",
3
+ "version": "10.20.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,12 +46,12 @@
46
46
  "typescript": "^5",
47
47
  "typescript-eslint": "^8.58.0",
48
48
  "vitest": "^3",
49
- "@t2000/sdk": "10.20.0"
49
+ "@t2000/sdk": "10.20.2"
50
50
  },
51
51
  "license": "MIT",
52
52
  "dependencies": {
53
53
  "qrcode": "^1.5.4",
54
- "@t2000/id": "^10.20.0"
54
+ "@t2000/id": "^10.20.2"
55
55
  },
56
56
  "scripts": {
57
57
  "build": "tsup",