@alwaysmeticulous/sdk-bundles-api 2.225.0 → 2.226.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.
@@ -24,6 +24,10 @@ export interface MeticulousPublicReplayApi {
24
24
  * See https://app.meticulous.ai/docs/how-to/fix-false-positive-diffs#pausing-meticulous-replays
25
25
  */
26
26
  resume: () => void;
27
+ /**
28
+ * Call this method to terminate the replay.
29
+ */
30
+ terminate: () => void;
27
31
  /**
28
32
  * Call this method to retrieve custom data that was recorded during the test run.
29
33
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwaysmeticulous/sdk-bundles-api",
3
- "version": "2.225.0",
3
+ "version": "2.226.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": "615032f8b34b25b5f2048639d31cecbbc013f2e6"
41
+ "gitHead": "123441dd7700b6861cefc0a0ade0301bee781f9e"
42
42
  }