@xbrowser/cli 1.25.2 → 1.27.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/cli.js CHANGED
@@ -17,7 +17,7 @@ import {
17
17
  loadHooks,
18
18
  parsePluginParams,
19
19
  readJsonFile
20
- } from "./chunk-PO27V5UH.js";
20
+ } from "./chunk-YITK42HZ.js";
21
21
  import "./chunk-JKVUFP3G.js";
22
22
  import {
23
23
  forwardCommandLog,
@@ -81,9 +81,9 @@ import {
81
81
  findSession,
82
82
  getAllSessions,
83
83
  saveSessionDiskMeta
84
- } from "./chunk-2EEAXSBA.js";
84
+ } from "./chunk-HSYRAV3H.js";
85
85
  import "./chunk-R3F4K2SB.js";
86
- import "./chunk-MYH6FIBZ.js";
86
+ import "./chunk-SEEWE5SJ.js";
87
87
  import {
88
88
  errMsg
89
89
  } from "./chunk-GDKLH7ZY.js";
@@ -6032,7 +6032,7 @@ Run "xbrowser ${command} ${subCommand} --help" to see available parameters.`
6032
6032
  const targetPage = pages[cmdTabIndex];
6033
6033
  await targetPage.bringToFront().catch(() => {
6034
6034
  });
6035
- const { setActivePage } = await import("./browser-33QQWEDI.js");
6035
+ const { setActivePage } = await import("./browser-NYYCR4O7.js");
6036
6036
  setActivePage(session, targetPage);
6037
6037
  }
6038
6038
  }
@@ -6297,7 +6297,7 @@ async function handleRemote(args, options, mode) {
6297
6297
  }
6298
6298
  }
6299
6299
  async function startMcpServer() {
6300
- const { startMcpStdio } = await import("./server-EZJW6IHU.js");
6300
+ const { startMcpStdio } = await import("./server-YKMRFDEM.js");
6301
6301
  startMcpStdio();
6302
6302
  }
6303
6303
 
@@ -6316,7 +6316,7 @@ async function main() {
6316
6316
  const command = process.argv[2];
6317
6317
  const isLongRunning = command === "preview" || command === "serve" || command === "mcp";
6318
6318
  if (!isLongRunning) {
6319
- const { ensureProcessCanExit } = await import("./browser-33QQWEDI.js");
6319
+ const { ensureProcessCanExit } = await import("./browser-NYYCR4O7.js");
6320
6320
  await ensureProcessCanExit().catch(() => {
6321
6321
  });
6322
6322
  process.exit(process.exitCode || exitCode);