@openacme/browser 0.5.0 → 0.5.2
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openacme/browser",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
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,7 +30,7 @@
|
|
|
30
30
|
"LICENSE"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"camoufox-js": "
|
|
33
|
+
"camoufox-js": "0.9.3",
|
|
34
34
|
"playwright-core": "^1.50.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|