@alwaysmeticulous/sdk-bundles-api 2.262.0 → 2.264.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.
|
@@ -235,10 +235,15 @@ export interface ReplayExecutionOptions {
|
|
|
235
235
|
uploadedContainerPort?: number;
|
|
236
236
|
uploadedContainerEnv?: ContainerEnvVariable[];
|
|
237
237
|
/**
|
|
238
|
-
*
|
|
239
|
-
*
|
|
238
|
+
* When true, skips loading and processing of source maps during replay.
|
|
239
|
+
* This disables coverage features that depend on source maps.
|
|
240
240
|
*/
|
|
241
|
-
|
|
241
|
+
disableSourceMapLoading?: boolean;
|
|
242
|
+
/**
|
|
243
|
+
* Regex patterns matching external hostnames that should be treated as
|
|
244
|
+
* app-related for asset snapshotting during replay.
|
|
245
|
+
*/
|
|
246
|
+
externalHostsToConsiderAppRelated?: string[];
|
|
242
247
|
}
|
|
243
248
|
export interface ContainerEnvVariable {
|
|
244
249
|
name: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwaysmeticulous/sdk-bundles-api",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.264.0",
|
|
4
4
|
"description": "Meticulous common types",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"depcheck": "depcheck --ignore-patterns=dist"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@alwaysmeticulous/api": "2.
|
|
22
|
+
"@alwaysmeticulous/api": "2.264.0"
|
|
23
23
|
},
|
|
24
24
|
"author": {
|
|
25
25
|
"name": "The Meticulous Team",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"bugs": {
|
|
39
39
|
"url": "https://github.com/alwaysmeticulous/meticulous-sdk/issues"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "6296ae8e1b450b160eef2c0b84134a35a9fff8db"
|
|
42
42
|
}
|