release: v0.3.24 — SOCKS5 proxy support, arm64 146 upgrade, ElementHandle humanize

This commit is contained in:
CloakHQ
2026-04-10 22:42:29 +02:00
parent cb0b87873e
commit c6d3469e4c
6 changed files with 20 additions and 11 deletions
+2 -2
View File
@@ -30,8 +30,8 @@ export { WRAPPER_VERSION };
export const CHROMIUM_VERSION = "146.0.7680.177.1";
export const PLATFORM_CHROMIUM_VERSIONS: Record<string, string> = {
"linux-x64": "146.0.7680.177.1",
"linux-arm64": "145.0.7632.159.7",
"linux-x64": "146.0.7680.177.2",
"linux-arm64": "146.0.7680.177.2",
"darwin-arm64": "145.0.7632.109.2",
"darwin-x64": "145.0.7632.109.2",
"windows-x64": "145.0.7632.159.7",