browser4-cli 4.13.13 → 4.13.15

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/README.md CHANGED
@@ -122,7 +122,7 @@ Need to process multiple pages?
122
122
  ├─ List of known URLs (in a file)? → crawl --seed-file urls.txt --depth 0 --sql @query.sql
123
123
  ├─ Crawl from a start URL (follow links)? → crawl <url> --out-link-selector "..." --depth N
124
124
  ├─ Need parallel execution (high throughput)? → swarm create → swarm query --seed-file ...
125
- ├─ Repeated monitoring (check every hour)? → loop -- eval "..." -i 3600
125
+ ├─ Repeated monitoring (check every hour)? → loop -i 3600 -- eval "..."
126
126
  └─ Just a few URLs in a shell script?
127
127
  → browser4-cli open --headed "https://first-url" # humans: open once, visibly
128
128
  → for url in ...; do browser4-cli goto "$url"; ... done
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser4-cli",
3
- "version": "4.13.13",
3
+ "version": "4.13.15",
4
4
  "description": "Browser automation CLI for AI agents",
5
5
  "type": "module",
6
6
  "files": [