@openacme/browser 0.5.0 → 0.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.
Files changed (1) hide show
  1. package/package.json +5 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openacme/browser",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Per-agent browser sessions for OpenAcme — pluggable provider (local Chrome / Browserbase / Browser-Use / Firecrawl), per-agent profile dirs, transparent CDP reconnect.",
5
5
  "license": "MIT",
6
6
  "author": "Utkarsh Kanwat",
@@ -30,9 +30,12 @@
30
30
  "LICENSE"
31
31
  ],
32
32
  "dependencies": {
33
- "camoufox-js": "^0.10.2",
34
33
  "playwright-core": "^1.50.0"
35
34
  },
35
+ "//optionalDependencies": "camoufox-js carries a transitive `impit` that pins itself to pnpm via a `preinstall: npx only-allow pnpm` hook, which breaks npm-based global installs of @openacme/cli. Camoufox is one of several browser providers — chromium, browserbase, browser-use, and firecrawl all work without it — so we ship it as optional. The provider code already lazy-imports `camoufox-js` and surfaces a clear runtime error if it isn't available. Users who want Camoufox can `pnpm add -g camoufox-js` themselves.",
36
+ "optionalDependencies": {
37
+ "camoufox-js": "^0.10.2"
38
+ },
36
39
  "devDependencies": {
37
40
  "@types/node": "^22.15.3",
38
41
  "typescript": "5.9.2",