cloakbrowser 0.3.21 → 0.3.22

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/dist/config.d.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  */
5
5
  declare let WRAPPER_VERSION: string;
6
6
  export { WRAPPER_VERSION };
7
- export declare const CHROMIUM_VERSION = "145.0.7632.159.9";
7
+ export declare const CHROMIUM_VERSION = "146.0.7680.177.1";
8
8
  export declare const PLATFORM_CHROMIUM_VERSIONS: Record<string, string>;
9
9
  export declare function getChromiumVersion(): string;
10
10
  export declare function getPlatformTag(): string;
package/dist/config.js CHANGED
@@ -25,9 +25,9 @@ export { WRAPPER_VERSION };
25
25
  // CHROMIUM_VERSION is the latest across all platforms (for display/reference).
26
26
  // Use getChromiumVersion() for the current platform's actual version.
27
27
  // ---------------------------------------------------------------------------
28
- export const CHROMIUM_VERSION = "145.0.7632.159.9";
28
+ export const CHROMIUM_VERSION = "146.0.7680.177.1";
29
29
  export const PLATFORM_CHROMIUM_VERSIONS = {
30
- "linux-x64": "145.0.7632.159.9",
30
+ "linux-x64": "146.0.7680.177.1",
31
31
  "linux-arm64": "145.0.7632.159.7",
32
32
  "darwin-arm64": "145.0.7632.109.2",
33
33
  "darwin-x64": "145.0.7632.109.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloakbrowser",
3
- "version": "0.3.21",
3
+ "version": "0.3.22",
4
4
  "description": "Stealth Chromium that passes every bot detection test. Drop-in Playwright/Puppeteer replacement with source-level fingerprint patches.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",