@alwaysmeticulous/sdk-bundles-api 2.87.0 → 2.88.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.
@@ -139,11 +139,15 @@ export interface ReplayExecutionOptions {
139
139
  * This flag is useful to reduce noise when debugging.
140
140
  */
141
141
  essentialFeaturesOnly: boolean;
142
- vercel?: VercelExecutionSettings;
143
142
  /**
144
143
  * If populated, each header will be injected into all requests when fetching resources during a replay.
145
144
  */
146
145
  customRequestHeaders?: InjectableRequestHeader[];
146
+ /**
147
+ * Hash of the project settings at the time the test run or replay was initiated. Used as part of `ReplayLogicVersion`
148
+ * to ensure that we don't compare screenshots that were generated from replays with different project settings.
149
+ */
150
+ projectSettingsHash?: string;
147
151
  }
148
152
  export interface VercelExecutionSettings {
149
153
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwaysmeticulous/sdk-bundles-api",
3
- "version": "2.87.0",
3
+ "version": "2.88.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": "4091ab8ed2425a3e7afd8322c15403ed3fe97be8"
49
+ "gitHead": "8f1863bdf5e0fabded4baada00a672360d61afa5"
50
50
  }