@askjo/camoufox-browser 1.0.1 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -35,7 +35,7 @@ This project wraps Camoufox in a simple REST API optimized for AI agents: access
35
35
  Install as an OpenClaw plugin for agent tool access:
36
36
 
37
37
  ```bash
38
- openclaw plugins install @jo-inc/camoufox-browser
38
+ openclaw plugins install @askjo/camoufox-browser
39
39
  ```
40
40
 
41
41
  Then start the server and configure:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@askjo/camoufox-browser",
3
- "version": "1.0.1",
4
- "description": "Headless browser automation server for AI agents - REST API with anti-detection, element refs, and session isolation",
3
+ "version": "1.0.2",
4
+ "description": "Headless browser automation server and OpenClaw plugin for AI agents - anti-detection, element refs, and session isolation",
5
5
  "main": "server-camoufox.js",
6
6
  "openclaw": {
7
7
  "extensions": ["plugin.ts"]