@alwaysmeticulous/sdk-bundles-api 2.172.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.
@@ -59,6 +59,10 @@ export interface ReplayAndStoreResultsOptions {
59
59
  * If present, requests for assets during simulation will be proxied through this URL
60
60
  */
61
61
  simulationProxyUrl?: string;
62
+ /**
63
+ * If set to true, capture snapshots of assets.
64
+ */
65
+ snapshotAssets?: boolean;
62
66
  }
63
67
  export interface BeforeUserEventOptions {
64
68
  /**
@@ -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.172.0",
3
+ "version": "2.174.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.172.0"
22
+ "@alwaysmeticulous/api": "^2.173.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": "24e2059b89347c3f07ea38c9aa32973ac15f9a48"
49
+ "gitHead": "55ebeb823627fe16b2c8cdeb84746ad797429a84"
50
50
  }