@alwaysmeticulous/sdk-bundles-api 2.141.0 → 2.141.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.
|
@@ -25,6 +25,11 @@ export interface ReplayAndStoreResultsResult {
|
|
|
25
25
|
* This will be 0 if `screenshottingOptions.enabled` was false.
|
|
26
26
|
*/
|
|
27
27
|
totalNumberOfScreenshots: number;
|
|
28
|
+
/**
|
|
29
|
+
* The total number of original source files covered by the replay.
|
|
30
|
+
* This will be 0 if no source maps are being served.
|
|
31
|
+
*/
|
|
32
|
+
totalNumberOfSourceFiles: number;
|
|
28
33
|
/**
|
|
29
34
|
* Local directory where the data for this replay is stored.
|
|
30
35
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwaysmeticulous/sdk-bundles-api",
|
|
3
|
-
"version": "2.141.
|
|
3
|
+
"version": "2.141.1",
|
|
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": "a46d9a7b8b8431c06342baaa344b1eb6fdc1ac53"
|
|
50
50
|
}
|