@puppeteer/browsers
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -73,3 +73,3 @@ "use strict"; | ||
}, async (argv) => { | ||
var _a, _b; | ||
var _a, _b, _c; | ||
const args = argv; | ||
@@ -88,3 +88,8 @@ (_a = args.platform) !== null && _a !== void 0 ? _a : (args.platform = (0, detectPlatform_js_1.detectBrowserPlatform)()); | ||
}); | ||
console.log(`${args.browser.name}@${args.browser.buildId} downloaded successfully.`); | ||
console.log(`${args.browser.name}@${args.browser.buildId} ${(0, launcher_js_1.computeExecutablePath)({ | ||
browser: args.browser.name, | ||
buildId: args.browser.buildId, | ||
cacheDir: (_c = args.path) !== null && _c !== void 0 ? _c : __classPrivateFieldGet(this, _CLI_cachePath, "f"), | ||
platform: args.platform, | ||
})}`); | ||
}) | ||
@@ -91,0 +96,0 @@ .command('launch <browser>', 'Launch the specified browser', yargs => { |
@@ -67,3 +67,3 @@ /** | ||
}, async (argv) => { | ||
var _a, _b; | ||
var _a, _b, _c; | ||
const args = argv; | ||
@@ -82,3 +82,8 @@ (_a = args.platform) !== null && _a !== void 0 ? _a : (args.platform = detectBrowserPlatform()); | ||
}); | ||
console.log(`${args.browser.name}@${args.browser.buildId} downloaded successfully.`); | ||
console.log(`${args.browser.name}@${args.browser.buildId} ${computeExecutablePath({ | ||
browser: args.browser.name, | ||
buildId: args.browser.buildId, | ||
cacheDir: (_c = args.path) !== null && _c !== void 0 ? _c : __classPrivateFieldGet(this, _CLI_cachePath, "f"), | ||
platform: args.platform, | ||
})}`); | ||
}) | ||
@@ -85,0 +90,0 @@ .command('launch <browser>', 'Launch the specified browser', yargs => { |
{ | ||
"name": "@puppeteer/browsers", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Download and launch browsers", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
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
196615
3041