@t2000/cli 0.22.19 → 0.22.21

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,7 +74,7 @@ import {
74
74
  usdcToRaw,
75
75
  validateAddress,
76
76
  walletExists
77
- } from "./chunk-L6CQW3XK.js";
77
+ } from "./chunk-ZNF5QSAT.js";
78
78
  import "./chunk-AB65Y674.js";
79
79
  import "./chunk-IHPSFXUW.js";
80
80
  import "./chunk-3W7OQGNS.js";
@@ -155,4 +155,4 @@ export {
155
155
  validateAddress,
156
156
  walletExists
157
157
  };
158
- //# sourceMappingURL=dist-PPLI6NOP.js.map
158
+ //# sourceMappingURL=dist-IANNA5N7.js.map
package/dist/index.js CHANGED
@@ -20,7 +20,7 @@ import {
20
20
  saveKey,
21
21
  truncateAddress,
22
22
  walletExists
23
- } from "./chunk-L6CQW3XK.js";
23
+ } from "./chunk-ZNF5QSAT.js";
24
24
  import "./chunk-AB65Y674.js";
25
25
  import "./chunk-IHPSFXUW.js";
26
26
  import "./chunk-3W7OQGNS.js";
@@ -3648,7 +3648,7 @@ function registerInit(program3) {
3648
3648
  printBlank();
3649
3649
  printInfo("Setting up accounts...");
3650
3650
  printLine(
3651
- ` ${import_picocolors2.default.green("\u2713")} Checking ${import_picocolors2.default.green("\u2713")} Savings ${import_picocolors2.default.green("\u2713")} Credit ${import_picocolors2.default.green("\u2713")} Exchange ${import_picocolors2.default.green("\u2713")} Investment`
3651
+ ` ${import_picocolors2.default.green("\u2713")} Checking ${import_picocolors2.default.green("\u2713")} Savings ${import_picocolors2.default.green("\u2713")} Credit ${import_picocolors2.default.green("\u2713")} Swap ${import_picocolors2.default.green("\u2713")} Investment`
3652
3652
  );
3653
3653
  printBlank();
3654
3654
  printLine(` \u{1F389} ${import_picocolors2.default.green("Bank account created")}`);
@@ -7860,7 +7860,7 @@ function registerLock(program3) {
7860
7860
  });
7861
7861
  program3.command("unlock").description("Unlock agent \u2014 resume operations").action(async () => {
7862
7862
  try {
7863
- const { T2000: T20003 } = await import("./dist-PPLI6NOP.js");
7863
+ const { T2000: T20003 } = await import("./dist-IANNA5N7.js");
7864
7864
  const MAX_ATTEMPTS2 = 3;
7865
7865
  let pin;
7866
7866
  for (let attempt = 1; attempt <= MAX_ATTEMPTS2; attempt++) {
@@ -8494,7 +8494,7 @@ function registerMcp(program3) {
8494
8494
  mcp.command("start", { isDefault: true }).description("Start MCP server (stdio transport)").option("--key <path>", "Key file path").action(async (opts) => {
8495
8495
  let mod;
8496
8496
  try {
8497
- mod = await import("./dist-T2QOLDAP.js");
8497
+ mod = await import("./dist-73ESA7QZ.js");
8498
8498
  } catch {
8499
8499
  console.error(
8500
8500
  "MCP server not installed. Run:\n npm install -g @t2000/mcp"