@alcyone-labs/arg-parser 2.4.0 → 2.4.1

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.
package/dist/index.mjs CHANGED
@@ -19,7 +19,7 @@ import { createMcpLogger } from "@alcyone-labs/simple-mcp-logger";
19
19
  import { Logger, createCliLogger, createMcpLogger as createMcpLogger2, logger } from "@alcyone-labs/simple-mcp-logger";
20
20
  import process$1 from "node:process";
21
21
  import { randomUUID } from "node:crypto";
22
- import { URL as URL$1 } from "node:url";
22
+ import { URL as URL$1 } from "url";
23
23
  const RESET$1 = "\x1B[0m";
24
24
  const BOLD$1 = "\x1B[1m";
25
25
  const DIM$1 = "\x1B[2m";