@alwaysmeticulous/sdk-bundles-api
Advanced tools
Comparing version 2.42.1 to 2.43.0
import { ScreenshotDiffOptions } from "@alwaysmeticulous/api"; | ||
import { LogLevelNumbers } from "loglevel"; | ||
import { BeforeUserEventOptions } from "../../replay/bundle-to-sdk"; | ||
@@ -15,2 +16,3 @@ import { BeforeUserEventResult } from "../bundle-to-sdk/execute-replay"; | ||
cookiesFile: string | null | undefined; | ||
logLevel: LogLevelNumbers; | ||
/** | ||
@@ -33,4 +35,7 @@ * Called when the user or runner closes the page or browser window | ||
* the user to update to a newer version. | ||
* | ||
* Note: this is typed as a const of the latest known version, rather than a number, to ensure | ||
* that all clients bump the version number passed when they upgrade to the types. | ||
*/ | ||
maxSemanticVersionSupported: number; | ||
maxSemanticVersionSupported: 1; | ||
} | ||
@@ -37,0 +42,0 @@ /** |
import { ScreenshotAssertionsEnabledOptions, TestCaseResult, TestRunEnvironment } from "@alwaysmeticulous/api"; | ||
import { LogLevelNumbers } from "loglevel"; | ||
import { RunningTestRunExecution } from "../bundle-to-sdk/execute-test-run"; | ||
@@ -49,2 +50,3 @@ import { ReplayExecutionOptions } from "./execute-replay"; | ||
baseTestRunId: string | null; | ||
logLevel: LogLevelNumbers; | ||
onTestRunCreated?: (testRun: RunningTestRunExecution) => void; | ||
@@ -60,4 +62,7 @@ onTestFinished?: (testRun: RunningTestRunExecution) => void; | ||
* the user to update to a newer version. | ||
* | ||
* Note: this is typed as a const of the latest known version, rather than a number, to ensure | ||
* that all clients bump the version number passed when they upgrade to the types. | ||
*/ | ||
maxSemanticVersionSupported: number; | ||
maxSemanticVersionSupported: 1; | ||
} |
{ | ||
"name": "@alwaysmeticulous/sdk-bundles-api", | ||
"version": "2.42.1", | ||
"version": "2.43.0", | ||
"description": "Meticulous common types", | ||
@@ -53,3 +53,3 @@ "license": "ISC", | ||
}, | ||
"gitHead": "6c08f6e79f34f7efdc2ebd0e8e4e09baffeb8f04" | ||
"gitHead": "7664f4dfeed3b08e5523c0acb4d98d11eee4c9ff" | ||
} |
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
22233
484