@alwaysmeticulous/sdk-bundles-api 2.274.2 → 2.276.2

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.
@@ -236,6 +236,10 @@ export interface ReplayExecutionOptions {
236
236
  * If true records CSS coverage for the replay.
237
237
  */
238
238
  enableCssCoverage?: boolean;
239
+ /**
240
+ * If true collects per-screenshot JS coverage.
241
+ */
242
+ enablePerScreenshotCoverage?: boolean;
239
243
  networkDebuggingOptions?: NetworkDebuggingOptions;
240
244
  companionAssetsInfo?: CompanionAssetsInfo;
241
245
  uploadedContainerPort?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwaysmeticulous/sdk-bundles-api",
3
- "version": "2.274.2",
3
+ "version": "2.276.2",
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.274.2"
22
+ "@alwaysmeticulous/api": "2.276.2"
23
23
  },
24
24
  "author": {
25
25
  "name": "The Meticulous Team",
@@ -27,7 +27,7 @@
27
27
  "url": "https://meticulous.ai"
28
28
  },
29
29
  "engines": {
30
- "node": ">= 12"
30
+ "node": ">= 18"
31
31
  },
32
32
  "homepage": "https://github.com/alwaysmeticulous/meticulous-sdk",
33
33
  "repository": {
@@ -38,5 +38,5 @@
38
38
  "bugs": {
39
39
  "url": "https://github.com/alwaysmeticulous/meticulous-sdk/issues"
40
40
  },
41
- "gitHead": "7b1a347522e8a24086052ade3ff7e492fa56b764"
41
+ "gitHead": "01bc1fa14391f4a39322c7a70e5f51b5ebb45032"
42
42
  }