@alwaysmeticulous/sdk-bundles-api 2.173.0 → 2.174.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.
@@ -88,4 +88,8 @@ export interface ExecuteTestRunOptions {
88
88
  * Chromium, or the version of Puppeteer.
89
89
  */
90
90
  logicalEnvironmentVersion?: number;
91
+ /**
92
+ * If set to true, capture snapshots of assets.
93
+ */
94
+ snapshotAssets?: boolean;
91
95
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwaysmeticulous/sdk-bundles-api",
3
- "version": "2.173.0",
3
+ "version": "2.174.0",
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": "4aa9b139353dae57284d22afa2b879eebd2487f3"
49
+ "gitHead": "55ebeb823627fe16b2c8cdeb84746ad797429a84"
50
50
  }