@t2000/cli 0.22.12 → 0.22.13

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.
@@ -74,8 +74,7 @@ import {
74
74
  usdcToRaw,
75
75
  validateAddress,
76
76
  walletExists
77
- } from "./chunk-KNOTIQIW.js";
78
- import "./chunk-6SBIVUVA.js";
77
+ } from "./chunk-IFUEUS6Y.js";
79
78
  import "./chunk-SVEVGZKZ.js";
80
79
  export {
81
80
  AutoInvestManager,
@@ -153,4 +152,4 @@ export {
153
152
  validateAddress,
154
153
  walletExists
155
154
  };
156
- //# sourceMappingURL=dist-LXWKWQNC.js.map
155
+ //# sourceMappingURL=dist-KVAY4M7L.js.map
package/dist/index.js CHANGED
@@ -20,8 +20,7 @@ import {
20
20
  saveKey,
21
21
  truncateAddress,
22
22
  walletExists
23
- } from "./chunk-KNOTIQIW.js";
24
- import "./chunk-6SBIVUVA.js";
23
+ } from "./chunk-IFUEUS6Y.js";
25
24
  import {
26
25
  __commonJS,
27
26
  __require,
@@ -7849,7 +7848,7 @@ function registerLock(program3) {
7849
7848
  });
7850
7849
  program3.command("unlock").description("Unlock agent \u2014 resume operations").action(async () => {
7851
7850
  try {
7852
- const { T2000: T20003 } = await import("./dist-LXWKWQNC.js");
7851
+ const { T2000: T20003 } = await import("./dist-KVAY4M7L.js");
7853
7852
  const MAX_ATTEMPTS2 = 3;
7854
7853
  let pin;
7855
7854
  for (let attempt = 1; attempt <= MAX_ATTEMPTS2; attempt++) {
@@ -8433,7 +8432,7 @@ function registerMcp(program3) {
8433
8432
  mcp.command("start", { isDefault: true }).description("Start MCP server (stdio transport)").option("--key <path>", "Key file path").action(async (opts) => {
8434
8433
  let mod;
8435
8434
  try {
8436
- mod = await import("./dist-DFNVSDCZ.js");
8435
+ mod = await import("./dist-5GFHWHSY.js");
8437
8436
  } catch {
8438
8437
  console.error(
8439
8438
  "MCP server not installed. Run:\n npm install -g @t2000/mcp"