camofox-browser 2.4.5 → 2.4.6

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/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [2.4.6] - 2026-06-17
6
+
7
+ ### Fixed
8
+ - Pinned `playwright-core` to the Camoufox-compatible `1.58.1` protocol version so fresh npm installs no longer float to newer Playwright builds that send unsupported Firefox protocol fields during tab launch.
9
+
10
+ ### Tests
11
+ - Added package release-contract coverage for the Playwright protocol dependency pin.
12
+
5
13
  ## [2.4.5] - 2026-05-25
6
14
 
7
15
  ### Added
@@ -2,7 +2,7 @@
2
2
  "id": "camofox-browser",
3
3
  "name": "Camofox Browser",
4
4
  "description": "Anti-detection browser automation for AI agents using Camoufox (Firefox-based)",
5
- "version": "2.4.5",
5
+ "version": "2.4.6",
6
6
  "configSchema": {
7
7
  "type": "object",
8
8
  "properties": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "camofox-browser",
3
- "version": "2.4.5",
3
+ "version": "2.4.6",
4
4
  "description": "Anti-detection browser server for AI agents — REST API wrapping Camoufox engine with OpenClaw plugin support",
5
5
  "type": "commonjs",
6
6
  "main": "dist/src/server.js",
@@ -72,7 +72,7 @@
72
72
  "css-tree": "^3.2.1",
73
73
  "express": "^4.18.2",
74
74
  "openapi-types": "^12.1.3",
75
- "playwright-core": "^1.58.0",
75
+ "playwright-core": "1.58.1",
76
76
  "swagger-ui-express": "^5.0.1"
77
77
  },
78
78
  "devDependencies": {