@alwaysmeticulous/sdk-bundles-api 2.46.0 → 2.48.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.
|
@@ -112,6 +112,11 @@ export interface ReplayExecutionOptions {
|
|
|
112
112
|
moveBeforeClick: boolean;
|
|
113
113
|
disableRemoteFonts: boolean;
|
|
114
114
|
noSandbox: boolean;
|
|
115
|
+
/**
|
|
116
|
+
* Despite the naming, logPossibleNonDeterminism does actually change how a replay executes.
|
|
117
|
+
* The purpose is logging, but the implementation of how that logging happens changes the way a replay executes in a substantial way.
|
|
118
|
+
*/
|
|
119
|
+
logPossibleNonDeterminism: boolean;
|
|
115
120
|
maxDurationMs: number | null;
|
|
116
121
|
maxEventCount: number | null;
|
|
117
122
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwaysmeticulous/sdk-bundles-api",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.48.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
|
"devDependencies": {
|
|
22
|
-
"@alwaysmeticulous/api": "^2.
|
|
22
|
+
"@alwaysmeticulous/api": "^2.48.0"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"loglevel": "^1.8.0"
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"bugs": {
|
|
47
47
|
"url": "https://github.com/alwaysmeticulous/meticulous-sdk/issues"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "a2f7ae87ab240ad2f996b648e2af33dcc7ab126d"
|
|
50
50
|
}
|