@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/{chunk-HDFQRDBC.js → chunk-OEC7ZSFW.js} +332 -146
- package/dist/{chunk-6OWOICQ3.js → chunk-WK3INZLA.js} +332 -146
- package/dist/cli.js +2 -2
- package/dist/daemon-main.js +335 -149
- package/dist/index.js +2 -2
- package/dist/{server-6KZ5NT6L.js → server-26SE6YZR.js} +1 -1
- package/dist/{server-65LCP6S6.js → server-JXF3JOAM.js} +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -48,7 +48,7 @@ import {
|
|
|
48
48
|
splitCommand,
|
|
49
49
|
waitForAIResponse,
|
|
50
50
|
waitForPage
|
|
51
|
-
} from "./chunk-
|
|
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-
|
|
6395
|
+
const { startMcpStdio } = await import("./server-26SE6YZR.js");
|
|
6396
6396
|
startMcpStdio();
|
|
6397
6397
|
}
|
|
6398
6398
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xbrowser/cli",
|
|
3
|
-
"version": "1.
|
|
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": {
|