@applitools/eyes-testcafe 6.3.10 → 6.3.11

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +43 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -13,6 +13,49 @@
13
13
 
14
14
 
15
15
 
16
+ ## [6.3.11](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.10...js/eyes-testcafe@6.3.11) (2025-10-16)
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * @applitools/dom-snapshot bumped to 4.13.10
22
+ #### Bug Fixes
23
+
24
+ * sandboxing | FLD-3482 ([#3274](https://github.com/Applitools-Dev/sdk/issues/3274)) ([b452cbf](https://github.com/Applitools-Dev/sdk/commit/b452cbf831907b04cd70624c0af655246ce580f1))
25
+
26
+
27
+
28
+ * @applitools/driver bumped to 1.24.0
29
+ #### Features
30
+
31
+ * use performActions (W3C) instead of touchPerform (MJSONWP) ([#3223](https://github.com/Applitools-Dev/sdk/issues/3223)) ([d4e5da8](https://github.com/Applitools-Dev/sdk/commit/d4e5da8dc19ad3c3f76de8e762be867970df3dd2))
32
+ * @applitools/spec-driver-webdriver bumped to 1.5.0
33
+ #### Features
34
+
35
+ * use performActions (W3C) instead of touchPerform (MJSONWP) ([#3223](https://github.com/Applitools-Dev/sdk/issues/3223)) ([d4e5da8](https://github.com/Applitools-Dev/sdk/commit/d4e5da8dc19ad3c3f76de8e762be867970df3dd2))
36
+
37
+
38
+
39
+ * @applitools/core bumped to 4.50.2
40
+ #### Bug Fixes
41
+
42
+ * missed verifying environments | AD-11225 ([#3256](https://github.com/Applitools-Dev/sdk/issues/3256)) ([e8a5d78](https://github.com/Applitools-Dev/sdk/commit/e8a5d78426422614fc776b3d32ff2c375b95be18))
43
+
44
+
45
+
46
+ * @applitools/spec-driver-selenium bumped to 1.7.6
47
+
48
+ * @applitools/spec-driver-puppeteer bumped to 1.6.6
49
+
50
+ * @applitools/screenshoter bumped to 3.12.7
51
+
52
+ * @applitools/nml-client bumped to 1.11.9
53
+
54
+ * @applitools/ec-client bumped to 1.12.11
55
+
56
+ * @applitools/eyes bumped to 1.36.11
57
+
58
+
16
59
  ## [6.3.10](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.9...js/eyes-testcafe@6.3.10) (2025-10-09)
17
60
 
18
61
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-testcafe",
3
- "version": "6.3.10",
3
+ "version": "6.3.11",
4
4
  "description": "Applitools Eyes SDK for TestCafe",
5
5
  "keywords": [
6
6
  "eyes-testcafe",
@@ -68,8 +68,8 @@
68
68
  "up:framework": "echo \"$(jq '.devDependencies.testcafe = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
69
69
  },
70
70
  "dependencies": {
71
- "@applitools/driver": "1.23.5",
72
- "@applitools/eyes": "1.36.10",
71
+ "@applitools/driver": "1.24.0",
72
+ "@applitools/eyes": "1.36.11",
73
73
  "@applitools/utils": "1.12.0"
74
74
  },
75
75
  "devDependencies": {