@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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.min.mjs +1 -1
- package/dist/index.min.mjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -3
package/dist/index.min.mjs
CHANGED
|
@@ -14,7 +14,7 @@ import { createMcpLogger as Vr } from "@alcyone-labs/simple-mcp-logger";
|
|
|
14
14
|
import { Logger as Ld, createCliLogger as Bd, createMcpLogger as qd, logger as kd } from "@alcyone-labs/simple-mcp-logger";
|
|
15
15
|
import ls from "node:process";
|
|
16
16
|
import { randomUUID as ei } from "node:crypto";
|
|
17
|
-
import { URL as hl } from "
|
|
17
|
+
import { URL as hl } from "url";
|
|
18
18
|
const pl = "\x1B[0m", ml = "\x1B[1m", gl = "\x1B[2m", vl = "\x1B[4m", yl = "\x1B[30m", bl = "\x1B[31m", wl = "\x1B[32m", El = "\x1B[33m", Sl = "\x1B[34m", Pl = "\x1B[35m", cs = "\x1B[36m", _l = "\x1B[37m", us = "\x1B[90m";
|
|
19
19
|
function xl() {
|
|
20
20
|
if (typeof globalThis.window < "u" && typeof globalThis.document < "u")
|