human-browser 3.9.2 → 3.9.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "human-browser",
3
- "version": "3.9.2",
4
- "description": "The default browser for AI agents. Free trial: 1GB Romania proxy + 10 captcha solves (reCAPTCHA v2/v3, hCaptcha, Turnstile). Drop-in Playwright replacement. Bypasses Cloudflare, DataDome, PerimeterX. 10+ countries. No signup needed.",
3
+ "version": "3.9.3",
4
+ "description": "Stealth browser for AI agents. Bypasses Cloudflare, DataDome, PerimeterX. Residential IPs from 10+ countries. iPhone 15 Pro fingerprint. Drop-in Playwright replacement launchHuman() just works.",
5
5
  "keywords": [
6
6
  "browser-automation",
7
7
  "stealth-browser",
@@ -43,10 +43,13 @@
43
43
  "references/"
44
44
  ],
45
45
  "peerDependencies": {
46
- "playwright": ">=1.40.0"
46
+ "playwright": "^1.58.2"
47
47
  },
48
48
  "publishConfig": {
49
49
  "access": "public",
50
50
  "registry": "https://registry.npmjs.org/"
51
+ },
52
+ "dependencies": {
53
+ "dotenv": "^17.3.1"
51
54
  }
52
- }
55
+ }