@alwaysmeticulous/replay-orchestrator-launcher
Advanced tools
Comparing version 2.186.0 to 2.188.0
@@ -14,2 +14,3 @@ "use strict"; | ||
const bundleLocation = await (0, downloading_helpers_1.fetchAsset)("replay/v3/replay-and-store-results.bundle.js"); | ||
// eslint-disable-next-line @typescript-eslint/no-require-imports | ||
return (await require(bundleLocation)).replayAndStoreResults({ | ||
@@ -26,2 +27,3 @@ ...options, | ||
const bundleLocation = await (0, downloading_helpers_1.fetchAsset)(EXECUTE_SCHEDULED_TEST_RUN_BUNDLE_PATH); | ||
// eslint-disable-next-line @typescript-eslint/no-require-imports | ||
return (await require(bundleLocation)).executeTestRunV2({ | ||
@@ -37,2 +39,3 @@ ...options, | ||
const bundleLocation = await (0, downloading_helpers_1.fetchAsset)(EXECUTE_SCHEDULED_TEST_RUN_BUNDLE_PATH); | ||
// eslint-disable-next-line @typescript-eslint/no-require-imports | ||
return (await require(bundleLocation)).executeTestRunChunk({ | ||
@@ -48,2 +51,3 @@ ...options, | ||
const bundleLocation = await (0, downloading_helpers_1.fetchAsset)("replay/v3/execute-test-run.bundle.js"); | ||
// eslint-disable-next-line @typescript-eslint/no-require-imports | ||
return (await require(bundleLocation)).executeTestRun({ | ||
@@ -50,0 +54,0 @@ ...options, |
{ | ||
"name": "@alwaysmeticulous/replay-orchestrator-launcher", | ||
"version": "2.186.0", | ||
"version": "2.188.0", | ||
"description": "Downloads the replay-orchestrator bundle script and executes it", | ||
@@ -16,11 +16,11 @@ "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" | ||
}, | ||
"dependencies": { | ||
"@alwaysmeticulous/common": "^2.186.0", | ||
"@alwaysmeticulous/downloading-helpers": "^2.186.0", | ||
"@alwaysmeticulous/sdk-bundles-api": "^2.186.0", | ||
"@alwaysmeticulous/common": "^2.188.0", | ||
"@alwaysmeticulous/downloading-helpers": "^2.188.0", | ||
"@alwaysmeticulous/sdk-bundles-api": "^2.188.0", | ||
"loglevel": "^1.8.0", | ||
@@ -46,3 +46,3 @@ "puppeteer": "23.5.0" | ||
}, | ||
"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
8898
68