@alwaysmeticulous/remote-replay-launcher
Advanced tools
Comparing version 2.186.0 to 2.188.0
@@ -26,4 +26,5 @@ "use strict"; | ||
url = new URL(appUrl); | ||
// eslint-disable-next-line @typescript-eslint/no-unused-vars | ||
} | ||
catch (error) { | ||
catch (_error) { | ||
throw new Error(`Invalid app URL: ${appUrl}`); | ||
@@ -30,0 +31,0 @@ } |
{ | ||
"name": "@alwaysmeticulous/remote-replay-launcher", | ||
"version": "2.186.0", | ||
"version": "2.188.0", | ||
"description": "Executes a remote replay on Meticulous' infrastructure", | ||
@@ -16,5 +16,5 @@ "license": "ISC", | ||
"format": "prettier --write src", | ||
"lint": "eslint src --ext=ts,tsx,js --cache", | ||
"lint": "eslint \"src/**/*.{js,ts,tsx}\" --cache", | ||
"lint:commit": "eslint --cache $(git diff --relative --name-only --diff-filter=ACMRTUXB master | grep -E \"(.js$|.ts$|.tsx$)\")", | ||
"lint:fix": "eslint src --ext=ts,tsx,js --cache --fix", | ||
"lint:fix": "eslint \"src/**/*.{js,ts,tsx}\" --cache --fix", | ||
"depcheck": "depcheck --ignore-patterns=dist", | ||
@@ -24,5 +24,5 @@ "test": "jest --passWithNoTests" | ||
"dependencies": { | ||
"@alwaysmeticulous/client": "^2.186.0", | ||
"@alwaysmeticulous/common": "^2.186.0", | ||
"@alwaysmeticulous/tunnels-client": "^2.168.0", | ||
"@alwaysmeticulous/client": "^2.188.0", | ||
"@alwaysmeticulous/common": "^2.188.0", | ||
"@alwaysmeticulous/tunnels-client": "^2.188.0", | ||
"loglevel": "^1.8.0" | ||
@@ -50,3 +50,3 @@ }, | ||
}, | ||
"gitHead": "e87ff02d6e974358abcd262d74855085fd01b8a8" | ||
"gitHead": "4d6aa04424e8c7438d3bc237860594030841d152" | ||
} |
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
16937
210