@xbrowser/cli 1.24.2 → 1.25.0
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/{chunk-LTLMDKWG.js → chunk-I4WCDFZR.js} +559 -487
- package/dist/{chunk-SUHS2EWV.js → chunk-SGALUO4Z.js} +559 -487
- package/dist/cli.js +2 -2
- package/dist/daemon-main.js +562 -490
- package/dist/index.js +2 -2
- package/dist/{server-A5R4OIGX.js → server-22WXTWK3.js} +1 -1
- package/dist/{server-Y5VVPRC6.js → server-L7IV24YL.js} +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
loadHooks,
|
|
17
17
|
parsePluginParams,
|
|
18
18
|
readJsonFile
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-SGALUO4Z.js";
|
|
20
20
|
import "./chunk-JKVUFP3G.js";
|
|
21
21
|
import {
|
|
22
22
|
forwardCommandLog,
|
|
@@ -6281,7 +6281,7 @@ async function handleRemote(args, options, mode) {
|
|
|
6281
6281
|
}
|
|
6282
6282
|
}
|
|
6283
6283
|
async function startMcpServer() {
|
|
6284
|
-
const { startMcpStdio } = await import("./server-
|
|
6284
|
+
const { startMcpStdio } = await import("./server-22WXTWK3.js");
|
|
6285
6285
|
startMcpStdio();
|
|
6286
6286
|
}
|
|
6287
6287
|
|