@alwaysmeticulous/sdk-bundles-api 2.105.0 → 2.107.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.
@@ -127,7 +127,7 @@ export interface ReplayExecutionOptions {
127
127
  */
128
128
  networkStubbingMode?: NetworkStubbingMode;
129
129
  skipPauses: boolean;
130
- moveBeforeClick: boolean;
130
+ moveBeforeMouseEvent: boolean;
131
131
  disableRemoteFonts: boolean;
132
132
  noSandbox: boolean;
133
133
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwaysmeticulous/sdk-bundles-api",
3
- "version": "2.105.0",
3
+ "version": "2.107.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.97.0"
22
+ "@alwaysmeticulous/api": "^2.107.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": "fd3ad9f804781c384cb9b357c4a9f2e64dd6246c"
49
+ "gitHead": "06535e9f7c0e28b0a552b89ef2ffe66f39976f99"
50
50
  }