crawlio-browser 1.5.0 → 1.5.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.
@@ -1,7 +1,7 @@
1
1
  // src/shared/constants.ts
2
2
  import { homedir } from "os";
3
3
  import { join } from "path";
4
- var PKG_VERSION = "1.5.0";
4
+ var PKG_VERSION = "1.5.1";
5
5
  var WS_PORT = 9333;
6
6
  var WS_PORT_MAX = 9342;
7
7
  var WS_HOST = "127.0.0.1";
@@ -9,7 +9,7 @@ import {
9
9
  WS_PORT_MAX,
10
10
  WS_RECONNECT_GRACE,
11
11
  WS_STALE_THRESHOLD
12
- } from "./chunk-GJH6PLST.js";
12
+ } from "./chunk-DY3E5LV6.js";
13
13
 
14
14
  // src/mcp-server/index.ts
15
15
  import { randomBytes as randomBytes2 } from "crypto";
@@ -4112,7 +4112,7 @@ function createCodeModeTools(bridge2, crawlio2) {
4112
4112
  process.title = "Crawlio Agent";
4113
4113
  var initMode = process.argv.includes("init") || process.argv.includes("--setup") || process.argv.includes("setup");
4114
4114
  if (initMode) {
4115
- const { runInit } = await import("./init-CG5XREFD.js");
4115
+ const { runInit } = await import("./init-JRSGXDVD.js");
4116
4116
  await runInit(process.argv.slice(2));
4117
4117
  process.exit(0);
4118
4118
  }
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  PKG_VERSION
3
- } from "./chunk-GJH6PLST.js";
3
+ } from "./chunk-DY3E5LV6.js";
4
4
 
5
5
  // src/mcp-server/init.ts
6
6
  import { execFileSync, spawn } from "child_process";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crawlio-browser",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "MCP server with 96 CDP-backed tools for browser automation — screenshots, DOM, network capture, framework detection, cookies, storage, session recording, performance metrics via Chrome",
5
5
  "type": "module",
6
6
  "main": "dist/mcp-server/index.js",