@alwaysmeticulous/sdk-bundles-api 2.83.1 → 2.85.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.
@@ -1,4 +1,4 @@
1
- import { NetworkStubbingMode, ScreenshotAssertionsEnabledOptions, ScreenshotDiffOptions, ScreenshottingEnabledOptions } from "@alwaysmeticulous/api";
1
+ import { InjectableRequestHeader, NetworkStubbingMode, ScreenshotAssertionsEnabledOptions, ScreenshotDiffOptions, ScreenshottingEnabledOptions } from "@alwaysmeticulous/api";
2
2
  import { LogLevelNumbers } from "loglevel";
3
3
  import { BeforeUserEventResult } from "../bundle-to-sdk/execute-replay";
4
4
  export interface ReplayAndStoreResultsOptions {
@@ -140,6 +140,10 @@ export interface ReplayExecutionOptions {
140
140
  */
141
141
  essentialFeaturesOnly: boolean;
142
142
  vercel?: VercelExecutionSettings;
143
+ /**
144
+ * If populated, each header will be injected into all requests when fetching resources during a replay.
145
+ */
146
+ customRequestHeaders?: InjectableRequestHeader[];
143
147
  }
144
148
  export interface VercelExecutionSettings {
145
149
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwaysmeticulous/sdk-bundles-api",
3
- "version": "2.83.1",
3
+ "version": "2.85.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.83.1"
22
+ "@alwaysmeticulous/api": "^2.85.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": "f9efc9fb1dedaf906cfb9b2d3af41570e43b0300"
49
+ "gitHead": "38fc0244b2c119f69c4ff8007bb8b62d04c3e68a"
50
50
  }