@alwaysmeticulous/sdk-bundles-api 2.233.0 → 2.235.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.
@@ -1,4 +1,4 @@
1
- import { Cookie, InjectableRequestHeader, NetworkStubbingMode, ScreenshotAssertionsEnabledOptions, ScreenshotDiffOptions, ScreenshottingEnabledOptions, StorageEntry } from "@alwaysmeticulous/api";
1
+ import { Cookie, CompanionAssetsInfo, InjectableRequestHeader, NetworkStubbingMode, ScreenshotAssertionsEnabledOptions, ScreenshotDiffOptions, ScreenshottingEnabledOptions, StorageEntry } from "@alwaysmeticulous/api";
2
2
  import { BeforeUserEventResult } from "../bundle-to-sdk/execute-replay";
3
3
  import { LogLevelNumbers } from "./loglevel";
4
4
  export interface ReplayAndStoreResultsOptions {
@@ -214,6 +214,7 @@ export interface ReplayExecutionOptions {
214
214
  */
215
215
  enableCssCoverage?: boolean;
216
216
  networkDebuggingOptions?: NetworkDebuggingOptions;
217
+ companionAssetsInfo?: CompanionAssetsInfo;
217
218
  }
218
219
  export interface StorageEntryOverride extends StorageEntry {
219
220
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwaysmeticulous/sdk-bundles-api",
3
- "version": "2.233.0",
3
+ "version": "2.235.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.233.0"
22
+ "@alwaysmeticulous/api": "^2.235.2"
23
23
  },
24
24
  "author": {
25
25
  "name": "The Meticulous Team",
@@ -38,5 +38,5 @@
38
38
  "bugs": {
39
39
  "url": "https://github.com/alwaysmeticulous/meticulous-sdk/issues"
40
40
  },
41
- "gitHead": "8b4c86d415fb097d54084bc197b0f012f8681c3e"
41
+ "gitHead": "63237ced1ec66d0c985032baefd0b1464711e867"
42
42
  }