@alwaysmeticulous/sdk-bundles-api 2.208.0 → 2.211.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.
|
@@ -47,6 +47,14 @@ export interface ReplayAndStoreResultsResult {
|
|
|
47
47
|
* Local directory where the data for this replay is stored.
|
|
48
48
|
*/
|
|
49
49
|
replayDir: string;
|
|
50
|
+
/**
|
|
51
|
+
* Indicates that at least one of the screenshots was compared against a replay
|
|
52
|
+
* that was generated with a different Meticulous logic/environment version, or
|
|
53
|
+
* with different project settings.
|
|
54
|
+
*
|
|
55
|
+
* Only present on replays from March 2025 and later.
|
|
56
|
+
*/
|
|
57
|
+
comparedAgainstReplayWithDifferentLogicVersion?: boolean;
|
|
50
58
|
}
|
|
51
59
|
export interface BeforeUserEventResult {
|
|
52
60
|
/**
|
|
@@ -200,6 +200,10 @@ export interface ReplayExecutionOptions {
|
|
|
200
200
|
* If true deletes window.SharedWorker (pretends the browser doesn't support shared workers).
|
|
201
201
|
*/
|
|
202
202
|
disableSharedWorkers?: boolean;
|
|
203
|
+
/**
|
|
204
|
+
* If true disables the rrweb recorder.
|
|
205
|
+
*/
|
|
206
|
+
disableRrweb?: boolean;
|
|
203
207
|
appUrlConfig?: AppUrlConfig;
|
|
204
208
|
/**
|
|
205
209
|
* If true records CSS coverage for the replay.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwaysmeticulous/sdk-bundles-api",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.211.0",
|
|
4
4
|
"description": "Meticulous common types",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"bugs": {
|
|
39
39
|
"url": "https://github.com/alwaysmeticulous/meticulous-sdk/issues"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "5accb94d81a8c003513a0b7f09bcfbb99a29fbcc"
|
|
42
42
|
}
|