@percy/core
Advanced tools
Comparing version 1.0.0-beta.46 to 1.0.0-beta.47
@@ -28,9 +28,4 @@ "use strict"; | ||
directory = _path.default.resolve(__dirname, '../.local-chromium'), | ||
// default revision corresponds to v87.0.4280.x | ||
revision = selectByPlatform({ | ||
linux: '812847', | ||
win64: '812845', | ||
win32: '812822', | ||
darwin: '812851' | ||
}) | ||
// default chromium revision by platform (see installChromium.revisions) | ||
revision = selectByPlatform(installChromium.revisions) | ||
} = {}) { | ||
@@ -61,6 +56,13 @@ let extract = (i, o) => require('extract-zip')(i, { | ||
}); | ||
} // Installs an executable from a url to a local directory, returning the full path to the extracted | ||
} // default chromium revisions corresponds to v87.0.4280.x | ||
installChromium.revisions = { | ||
linux: '812847', | ||
win64: '812845', | ||
win32: '812822', | ||
darwin: '812851' | ||
}; // Installs an executable from a url to a local directory, returning the full path to the extracted | ||
// binary. Skips installation if the executable already exists at the binary path. | ||
async function install({ | ||
@@ -67,0 +69,0 @@ name, |
{ | ||
"name": "@percy/core", | ||
"version": "1.0.0-beta.46", | ||
"version": "1.0.0-beta.47", | ||
"license": "MIT", | ||
@@ -28,6 +28,6 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@percy/client": "^1.0.0-beta.46", | ||
"@percy/config": "^1.0.0-beta.46", | ||
"@percy/dom": "^1.0.0-beta.46", | ||
"@percy/logger": "^1.0.0-beta.46", | ||
"@percy/client": "^1.0.0-beta.47", | ||
"@percy/config": "^1.0.0-beta.47", | ||
"@percy/dom": "^1.0.0-beta.47", | ||
"@percy/logger": "^1.0.0-beta.47", | ||
"cross-spawn": "^7.0.3", | ||
@@ -39,3 +39,3 @@ "extract-zip": "^2.0.1", | ||
}, | ||
"gitHead": "baa91b91d971c61abd640e0b7bd68dff700d2609" | ||
"gitHead": "76ec62a8760c712cae9118a4dd2a4a6eb49e5214" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
99013
2104
Updated@percy/client@^1.0.0-beta.47
Updated@percy/config@^1.0.0-beta.47
Updated@percy/dom@^1.0.0-beta.47
Updated@percy/logger@^1.0.0-beta.47