@alwaysmeticulous/sdk-bundles-api 2.149.0 → 2.150.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.
@@ -9,7 +9,10 @@ export interface ReplayAndStoreResultsOptions {
9
9
  generatedBy: GeneratedBy;
10
10
  testRunId: string | null;
11
11
  suppressScreenshotDiffLogging: boolean;
12
- disableAssetCache: boolean;
12
+ /**
13
+ * @deprecated Use `simulationProxyUrl` instead.
14
+ */
15
+ disableAssetCache?: boolean;
13
16
  apiToken: string | null | undefined;
14
17
  commitSha: string | null | undefined;
15
18
  /**
@@ -52,6 +55,10 @@ export interface ReplayAndStoreResultsOptions {
52
55
  * Chromium, or the version of Puppeteer.
53
56
  */
54
57
  logicalEnvironmentVersion?: number;
58
+ /**
59
+ * If present, requests for assets during simulation will be proxied through this URL
60
+ */
61
+ simulationProxyUrl?: string;
55
62
  }
56
63
  export interface BeforeUserEventOptions {
57
64
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwaysmeticulous/sdk-bundles-api",
3
- "version": "2.149.0",
3
+ "version": "2.150.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": "a4db0d275545f9d58415dcb32da999a4a98f9f65"
49
+ "gitHead": "b25707a5dbb53a20305c2b46a1bbd2a6df696ddc"
50
50
  }