chromeflow 0.10.10 → 0.10.11

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.
@@ -26070,7 +26070,7 @@ ${lines.join("\n")}${shadowSection}` }] };
26070
26070
  }
26071
26071
 
26072
26072
  // packages/mcp-server/src/index.ts
26073
- var PACKAGE_VERSION = true ? "0.10.10" : "dev";
26073
+ var PACKAGE_VERSION = true ? "0.10.11" : "dev";
26074
26074
  main().catch((err) => {
26075
26075
  console.error("[chromeflow] Fatal error:", err);
26076
26076
  process.exit(1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chromeflow",
3
- "version": "0.10.10",
3
+ "version": "0.10.11",
4
4
  "description": "MCP server for chromeflow — lets Claude Code or Codex CLI drive your real Chrome browser with sessions intact. Plugin install recommended; npx chromeflow for manual MCP wiring.",
5
5
  "type": "module",
6
6
  "main": "./bin/chromeflow.mjs",