@alwaysmeticulous/sdk-bundles-api
Advanced tools
Comparing version 2.46.0 to 2.47.0
@@ -15,2 +15,3 @@ import { ScreenshotDiffOptions } from "@alwaysmeticulous/api"; | ||
cookiesFile: string | null | undefined; | ||
logPossibleNonDeterminism: boolean; | ||
logLevel: LogLevelNumbers; | ||
@@ -116,2 +117,7 @@ /** | ||
noSandbox: boolean; | ||
/** | ||
* Despite the naming, logPossibleNonDeterminism does actually change how a replay executes. | ||
* The purpose is logging, but the implementation of how that logging happens changes the way a replay executes in a substantial way. | ||
*/ | ||
logPossibleNonDeterminism: boolean; | ||
maxDurationMs: number | null; | ||
@@ -118,0 +124,0 @@ maxEventCount: number | null; |
{ | ||
"name": "@alwaysmeticulous/sdk-bundles-api", | ||
"version": "2.46.0", | ||
"version": "2.47.0", | ||
"description": "Meticulous common types", | ||
@@ -49,3 +49,3 @@ "license": "ISC", | ||
}, | ||
"gitHead": "c03e5e034eb89d79d16f0eee09f95fa58341e038" | ||
"gitHead": "43b9ec5e4280fce86eff065f3e3999854427e75f" | ||
} |
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
18517
401