brave-real-browser 1.5.90 → 1.5.92

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.
@@ -23,6 +23,8 @@ on:
23
23
  jobs:
24
24
  publish:
25
25
  runs-on: ubuntu-latest
26
+ # Skip if commit is from github-actions bot to prevent infinite loop
27
+ if: "!contains(github.event.head_commit.message, 'Auto increment')"
26
28
 
27
29
  steps:
28
30
  - name: Checkout
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brave-real-browser",
3
- "version": "1.5.90",
3
+ "version": "1.5.92",
4
4
  "description": "This package is designed to bypass puppeteer's bot-detecting captchas such as Cloudflare. It acts like a real browser and can be managed with puppeteer.",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/esm/index.mjs",
@@ -38,8 +38,8 @@
38
38
  "author": "zfc-software",
39
39
  "license": "ISC",
40
40
  "dependencies": {
41
- "brave-real-launcher": "^1.2.8",
42
- "brave-real-puppeteer-core": "^24.22.0",
41
+ "brave-real-launcher": "latest",
42
+ "brave-real-puppeteer-core": "latest",
43
43
  "ghost-cursor": "^1.4.1 ",
44
44
  "puppeteer-extra": "^3.3.6",
45
45
  "tree-kill": "^1.2.2",