@kritchoff/agent-browser 0.9.50 → 0.9.51

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.
@@ -15,6 +15,7 @@ services:
15
15
  - EMULATOR_NAME=Pixel_6_API_34
16
16
  - BROWSER=wootzapp
17
17
  - EMULATOR_ACCEL=1
18
+ - EMULATOR_SNAPSHOT_NAME=${EMULATOR_SNAPSHOT_NAME:-}
18
19
  devices:
19
20
  - /dev/kvm:/dev/kvm
20
21
  volumes:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kritchoff/agent-browser",
3
- "version": "0.9.50",
3
+ "version": "0.9.51",
4
4
  "description": "Headless browser automation CLI for AI agents",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",