@xbrowser/cli 1.26.0 → 1.28.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/index.js CHANGED
@@ -48,7 +48,7 @@ import {
48
48
  splitCommand,
49
49
  waitForAIResponse,
50
50
  waitForPage
51
- } from "./chunk-6OWOICQ3.js";
51
+ } from "./chunk-WK3INZLA.js";
52
52
  import {
53
53
  SessionRecorder
54
54
  } from "./chunk-IR6C24P7.js";
@@ -6392,7 +6392,7 @@ async function handleRemote(args, options, mode) {
6392
6392
  }
6393
6393
  }
6394
6394
  async function startMcpServer() {
6395
- const { startMcpStdio } = await import("./server-6KZ5NT6L.js");
6395
+ const { startMcpStdio } = await import("./server-26SE6YZR.js");
6396
6396
  startMcpStdio();
6397
6397
  }
6398
6398
 
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  executeChain,
3
3
  executeCommand
4
- } from "./chunk-6OWOICQ3.js";
4
+ } from "./chunk-WK3INZLA.js";
5
5
  import "./chunk-KECYFWJO.js";
6
6
  import "./chunk-JKVUFP3G.js";
7
7
  import "./chunk-3OD76SUE.js";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  executeChain,
3
3
  executeCommand
4
- } from "./chunk-HDFQRDBC.js";
4
+ } from "./chunk-OEC7ZSFW.js";
5
5
  import "./chunk-JKVUFP3G.js";
6
6
  import "./chunk-3OD76SUE.js";
7
7
  import "./chunk-ZTHE5RBZ.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xbrowser/cli",
3
- "version": "1.26.0",
3
+ "version": "1.28.0",
4
4
  "description": "Browser automation CLI for web scraping, headless browsing, SEO analysis, and AI agent workflows. A command-line alternative to Playwright, Puppeteer, and Selenium.",
5
5
  "type": "module",
6
6
  "bin": {