@alwaysmeticulous/sdk-bundles-api 2.169.0 → 2.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -183,6 +183,10 @@ export interface ReplayExecutionOptions {
|
|
|
183
183
|
*/
|
|
184
184
|
disableSharedWorkers?: boolean;
|
|
185
185
|
appUrlConfig?: AppUrlConfig;
|
|
186
|
+
/**
|
|
187
|
+
* If true records CSS coverage for the replay.
|
|
188
|
+
*/
|
|
189
|
+
enableCssCoverage?: boolean;
|
|
186
190
|
}
|
|
187
191
|
export interface VercelExecutionSettings {
|
|
188
192
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwaysmeticulous/sdk-bundles-api",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.170.0",
|
|
4
4
|
"description": "Meticulous common types",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"bugs": {
|
|
47
47
|
"url": "https://github.com/alwaysmeticulous/meticulous-sdk/issues"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "80bceca517f9cbf55f04f6db69745980e0323915"
|
|
50
50
|
}
|