brave-real-browser-mcp-server 2.45.13 → 2.45.14

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,6 +1,6 @@
1
1
  {
2
2
  "name": "brave-real-browser-mcp-server",
3
- "version": "2.45.13",
3
+ "version": "2.45.14",
4
4
  "description": "MCP Server for Brave Real Browser - Puppeteer with Brave Browser, Stealth Mode, Ad Blocker, and Turnstile Auto-Solver for undetectable web automation.",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/esm/index.mjs",
@@ -74,7 +74,7 @@
74
74
  "license": "ISC",
75
75
  "dependencies": {
76
76
  "@modelcontextprotocol/sdk": "^1.25.3",
77
- "brave-real-puppeteer-core": "^24.37.5-brave.5",
77
+ "brave-real-puppeteer-core": "^24.37.5-brave.6",
78
78
  "ghost-cursor": "^1.4.2",
79
79
  "puppeteer-extra": "^3.3.6",
80
80
  "puppeteer-extra-plugin-stealth": "^2.11.2",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brave-real-blocker",
3
- "version": "1.21.13",
3
+ "version": "1.21.14",
4
4
  "description": "Advanced uBlock Origin management and stealth features for Brave Real Browser",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -56,7 +56,7 @@
56
56
  "@cliqz/adblocker-puppeteer": "^1.34.0",
57
57
  "@ghostery/adblocker-puppeteer": "^2.14.1",
58
58
  "adm-zip": "^0.5.10",
59
- "brave-real-puppeteer-core": "^24.37.5-brave.5",
59
+ "brave-real-puppeteer-core": "^24.37.5-brave.6",
60
60
  "cross-fetch": "^4.1.0",
61
61
  "fs-extra": "^11.3.3",
62
62
  "got": "^13.0.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brave-real-launcher",
3
- "version": "1.27.13",
3
+ "version": "1.27.14",
4
4
  "description": "Launch Brave Browser with ease from node. Based on chrome-launcher with Brave-specific support.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -54,7 +54,7 @@
54
54
  "typescript": "^5.0.0"
55
55
  },
56
56
  "dependencies": {
57
- "brave-real-blocker": "^1.21.13",
57
+ "brave-real-blocker": "^1.21.14",
58
58
  "escape-string-regexp": "^5.0.0",
59
59
  "is-wsl": "^3.1.1",
60
60
  "which": "^6.0.1"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brave-real-playwright-core",
3
- "version": "1.63.13",
3
+ "version": "1.63.14",
4
4
  "description": "Brave-optimized Playwright Core (v1.57.0) with comprehensive stealth patches and error stack sanitization",
5
5
  "keywords": [
6
6
  "playwright",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brave-real-puppeteer-core",
3
- "version": "24.37.5-brave.5",
3
+ "version": "24.37.5-brave.6",
4
4
  "description": "🦁 Brave Real-World Optimized Puppeteer & Playwright Core with 1-5ms ultra-fast timing, 50+ professional stealth features, intelligent browser auto-detection, and 100% bot detection bypass. Features cross-platform Brave browser integration, comprehensive anti-detection, and breakthrough performance improvements.",
5
5
  "keywords": [
6
6
  "automation",
@@ -135,7 +135,7 @@
135
135
  },
136
136
  "dependencies": {
137
137
  "@puppeteer/browsers": "2.13.0",
138
- "brave-real-launcher": "^1.27.13",
138
+ "brave-real-launcher": "^1.27.14",
139
139
  "chromium-bidi": "14.0.0",
140
140
  "debug": "^4.4.3",
141
141
  "devtools-protocol": "0.0.1566079",