@puppeteer/browsers
Advanced tools
Comparing version
@@ -35,2 +35,3 @@ "use strict"; | ||
switch (platform) { | ||
case types_js_1.BrowserPlatform.LINUX_ARM: | ||
case types_js_1.BrowserPlatform.LINUX: | ||
@@ -40,3 +41,2 @@ return 'Linux_x64'; | ||
return 'Mac_Arm'; | ||
case types_js_1.BrowserPlatform.LINUX_ARM: | ||
case types_js_1.BrowserPlatform.MAC: | ||
@@ -43,0 +43,0 @@ return 'Mac'; |
@@ -194,3 +194,3 @@ "use strict"; | ||
// jest-puppeteer asserts that no error message is emitted by the console | ||
'browser.contentblocking.features.standard': '-tp,tpPrivate,cookieBehavior0,-cm,-fp', | ||
'browser.contentblocking.features.standard': '-tp,tpPrivate,cookieBehavior0,-cryptoTP,-fp', | ||
// Enable the dump function: which sends messages to the system | ||
@@ -197,0 +197,0 @@ // console |
/** | ||
* @internal | ||
*/ | ||
export declare const packageVersion = "2.10.5"; | ||
export declare const packageVersion = "2.10.6"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -7,3 +7,3 @@ "use strict"; | ||
*/ | ||
exports.packageVersion = '2.10.5'; | ||
exports.packageVersion = '2.10.6'; | ||
//# sourceMappingURL=version.js.map |
@@ -25,2 +25,3 @@ /** | ||
switch (platform) { | ||
case BrowserPlatform.LINUX_ARM: | ||
case BrowserPlatform.LINUX: | ||
@@ -30,3 +31,2 @@ return 'Linux_x64'; | ||
return 'Mac_Arm'; | ||
case BrowserPlatform.LINUX_ARM: | ||
case BrowserPlatform.MAC: | ||
@@ -33,0 +33,0 @@ return 'Mac'; |
@@ -182,3 +182,3 @@ /** | ||
// jest-puppeteer asserts that no error message is emitted by the console | ||
'browser.contentblocking.features.standard': '-tp,tpPrivate,cookieBehavior0,-cm,-fp', | ||
'browser.contentblocking.features.standard': '-tp,tpPrivate,cookieBehavior0,-cryptoTP,-fp', | ||
// Enable the dump function: which sends messages to the system | ||
@@ -185,0 +185,0 @@ // console |
/** | ||
* @internal | ||
*/ | ||
export declare const packageVersion = "2.10.5"; | ||
export declare const packageVersion = "2.10.6"; | ||
//# sourceMappingURL=version.d.ts.map |
/** | ||
* @internal | ||
*/ | ||
export const packageVersion = '2.10.5'; | ||
export const packageVersion = '2.10.6'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@puppeteer/browsers", | ||
"version": "2.10.5", | ||
"version": "2.10.6", | ||
"description": "Download and launch browsers", | ||
@@ -113,3 +113,3 @@ "scripts": { | ||
"proxy-agent": "^6.5.0", | ||
"tar-fs": "^3.0.8", | ||
"tar-fs": "^3.1.0", | ||
"yargs": "^17.7.2", | ||
@@ -116,0 +116,0 @@ "semver": "^7.7.2" |
@@ -30,2 +30,3 @@ /** | ||
switch (platform) { | ||
case BrowserPlatform.LINUX_ARM: | ||
case BrowserPlatform.LINUX: | ||
@@ -35,3 +36,2 @@ return 'Linux_x64'; | ||
return 'Mac_Arm'; | ||
case BrowserPlatform.LINUX_ARM: | ||
case BrowserPlatform.MAC: | ||
@@ -38,0 +38,0 @@ return 'Mac'; |
@@ -221,3 +221,3 @@ /** | ||
'browser.contentblocking.features.standard': | ||
'-tp,tpPrivate,cookieBehavior0,-cm,-fp', | ||
'-tp,tpPrivate,cookieBehavior0,-cryptoTP,-fp', | ||
@@ -224,0 +224,0 @@ // Enable the dump function: which sends messages to the system |
/** | ||
* @internal | ||
*/ | ||
export const packageVersion = '2.10.5'; | ||
export const packageVersion = '2.10.6'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
540737
0Updated