@replayio/replay
Advanced tools
Comparing version 0.14.2 to 0.14.3
{ | ||
"name": "@replayio/replay", | ||
"version": "0.14.2", | ||
"version": "0.14.3", | ||
"description": "CLI tool for uploading and managing recordings", | ||
@@ -42,3 +42,3 @@ "bin": { | ||
}, | ||
"gitHead": "3a8eed9cb03f143d4b292388f2bc8cd906aeedff", | ||
"gitHead": "1a3fa439fbe37885ceba46fb3816871b45c4c7d2", | ||
"devDependencies": { | ||
@@ -45,0 +45,0 @@ "@types/debug": "^4.1.7", |
@@ -48,2 +48,3 @@ "use strict"; | ||
.option("-b, --browser <browser>", "Browser to launch", "chromium") | ||
.allowUnknownOption() | ||
.action(commandLaunchBrowser); | ||
@@ -50,0 +51,0 @@ commander_1.program |
@@ -36,5 +36,6 @@ "use strict"; | ||
case "darwin:chromium": | ||
return process.env.RECORD_REPLAY_CHROMIUM_DOWNLOAD_FILE || process.arch.startsWith("arm") | ||
? "macOS-replay-chromium-arm.tar.xz" | ||
: "macOS-replay-chromium.tar.xz"; | ||
return (process.env.RECORD_REPLAY_CHROMIUM_DOWNLOAD_FILE || | ||
(process.arch.startsWith("arm") | ||
? "macOS-replay-chromium-arm.tar.xz" | ||
: "macOS-replay-chromium.tar.xz")); | ||
case "linux:chromium": | ||
@@ -62,3 +63,3 @@ return process.env.RECORD_REPLAY_CHROMIUM_DOWNLOAD_FILE || "linux-replay-chromium.tar.xz"; | ||
if (["all", "chromium"].includes(kind)) { | ||
yield installReplayBrowser(getBrowserDownloadFileName("darwin:chromium"), process.arch.startsWith("arm") ? "Replay-Chromium-ARM.app" : "Replay-Chromium.app", "Replay-Chromium.app", force, opts); | ||
yield installReplayBrowser(getBrowserDownloadFileName("darwin:chromium"), "Replay-Chromium.app", "Replay-Chromium.app", force, opts); | ||
} | ||
@@ -65,0 +66,0 @@ break; |
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
8190
433817