@alwaysmeticulous/sdk-bundles-api 2.246.0 → 2.247.1
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.
|
@@ -37,6 +37,10 @@ export interface ReplayAndStoreResultsOptions {
|
|
|
37
37
|
sessionIdForApplicationStorage?: string | null;
|
|
38
38
|
cookiesFile: string | null | undefined;
|
|
39
39
|
logLevel: LogLevelNumbers;
|
|
40
|
+
/**
|
|
41
|
+
* The retry number for this replay. 0 for the initial attempt, 1 for the first retry, etc.
|
|
42
|
+
*/
|
|
43
|
+
retryNumber?: number;
|
|
40
44
|
/**
|
|
41
45
|
* Called when the user or runner closes the page or browser window
|
|
42
46
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwaysmeticulous/sdk-bundles-api",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.247.1",
|
|
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": "4b2ab9f2339c814110a71e4290422eb6e5c1e2a7"
|
|
42
42
|
}
|