@alwaysmeticulous/sdk-bundles-api
Advanced tools
Comparing version 2.116.0 to 2.121.0
@@ -47,2 +47,6 @@ import { ScreenshotAssertionsEnabledOptions, TestRunEnvironment } from "@alwaysmeticulous/api"; | ||
/** | ||
* If set all log messages will be prefixed with this string. | ||
*/ | ||
logPrefix?: string; | ||
/** | ||
* The ID of the session to use for seeding the application state (cookies, local storage, session storage), | ||
@@ -49,0 +53,0 @@ * during replay of all session in the test run. If undefined, the application state will be seeded |
{ | ||
"name": "@alwaysmeticulous/sdk-bundles-api", | ||
"version": "2.116.0", | ||
"version": "2.121.0", | ||
"description": "Meticulous common types", | ||
@@ -49,3 +49,3 @@ "license": "ISC", | ||
}, | ||
"gitHead": "7ca969d9bf0f4c0aeb1ac63f7df260f5e895476f" | ||
"gitHead": "306bc88366a6f2269235cd8a314b2f9e38d7fc7b" | ||
} |
24068
477