@alwaysmeticulous/sdk-bundles-api 2.210.0 → 2.211.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.
@@ -47,6 +47,14 @@ export interface ReplayAndStoreResultsResult {
47
47
  * Local directory where the data for this replay is stored.
48
48
  */
49
49
  replayDir: string;
50
+ /**
51
+ * Indicates that at least one of the screenshots was compared against a replay
52
+ * that was generated with a different Meticulous logic/environment version, or
53
+ * with different project settings.
54
+ *
55
+ * Only present on replays from March 2025 and later.
56
+ */
57
+ comparedAgainstReplayWithDifferentLogicVersion?: boolean;
50
58
  }
51
59
  export interface BeforeUserEventResult {
52
60
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwaysmeticulous/sdk-bundles-api",
3
- "version": "2.210.0",
3
+ "version": "2.211.0",
4
4
  "description": "Meticulous common types",
5
5
  "license": "ISC",
6
6
  "main": "dist/index.js",
@@ -38,5 +38,5 @@
38
38
  "bugs": {
39
39
  "url": "https://github.com/alwaysmeticulous/meticulous-sdk/issues"
40
40
  },
41
- "gitHead": "0c1334b963386abb7cc50756ffa237ef36f24dea"
41
+ "gitHead": "5accb94d81a8c003513a0b7f09bcfbb99a29fbcc"
42
42
  }