@applitools/eyes-testcafe 6.3.1 → 6.3.3

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 +64 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -13,6 +13,70 @@
13
13
 
14
14
 
15
15
 
16
+ ## [6.3.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.2...js/eyes-testcafe@6.3.3) (2025-08-27)
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * @applitools/dom-snapshot bumped to 4.13.4
22
+ #### Bug Fixes
23
+
24
+ * canvas blob ([#3194](https://github.com/Applitools-Dev/sdk/issues/3194)) ([d90cfca](https://github.com/Applitools-Dev/sdk/commit/d90cfcaa78df93d4bd8992d77f41eb93edd56f4c))
25
+ * canvas blobs ([#3192](https://github.com/Applitools-Dev/sdk/issues/3192)) ([f15ac4e](https://github.com/Applitools-Dev/sdk/commit/f15ac4ed68cc1746ee6cef51f2258388428fd1c7))
26
+ * @applitools/core bumped to 4.44.5
27
+ #### Bug Fixes
28
+
29
+ * browser extension | FLD-3221 ([#3185](https://github.com/Applitools-Dev/sdk/issues/3185)) ([8212155](https://github.com/Applitools-Dev/sdk/commit/8212155e51ce919beb3bcecc7da1970da4a65be7))
30
+
31
+
32
+
33
+ * @applitools/eyes bumped to 1.36.3
34
+ #### Bug Fixes
35
+
36
+ * browser extension | FLD-3221 ([#3185](https://github.com/Applitools-Dev/sdk/issues/3185)) ([8212155](https://github.com/Applitools-Dev/sdk/commit/8212155e51ce919beb3bcecc7da1970da4a65be7))
37
+
38
+
39
+
40
+
41
+ ## [6.3.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.1...js/eyes-testcafe@6.3.2) (2025-08-21)
42
+
43
+
44
+ ### Dependencies
45
+
46
+ * @applitools/socket bumped to 1.3.3
47
+ #### Bug Fixes
48
+
49
+ * tunnel uncaught error | FLD-3356 ([#3128](https://github.com/Applitools-Dev/sdk/issues/3128)) ([ed5fb8a](https://github.com/Applitools-Dev/sdk/commit/ed5fb8aad596ec0d8b45a89077a7765c24ae8a8e))
50
+ * @applitools/dom-snapshot bumped to 4.13.3
51
+
52
+ * @applitools/driver bumped to 1.23.3
53
+ #### Bug Fixes
54
+
55
+ * make orientation more robust | FLD-3470 ([#3166](https://github.com/Applitools-Dev/sdk/issues/3166)) ([3745427](https://github.com/Applitools-Dev/sdk/commit/37454279234b085dc9a159077b3f278cdccc203a))
56
+ * @applitools/tunnel-client bumped to 1.10.4
57
+ #### Bug Fixes
58
+
59
+ * tunnel uncaught error | FLD-3356 ([#3128](https://github.com/Applitools-Dev/sdk/issues/3128)) ([ed5fb8a](https://github.com/Applitools-Dev/sdk/commit/ed5fb8aad596ec0d8b45a89077a7765c24ae8a8e))
60
+
61
+
62
+
63
+ * @applitools/spec-driver-webdriver bumped to 1.4.3
64
+
65
+ * @applitools/spec-driver-selenium bumped to 1.7.3
66
+
67
+ * @applitools/spec-driver-puppeteer bumped to 1.6.3
68
+
69
+ * @applitools/screenshoter bumped to 3.12.3
70
+
71
+ * @applitools/nml-client bumped to 1.11.3
72
+
73
+ * @applitools/ec-client bumped to 1.12.4
74
+
75
+ * @applitools/core bumped to 4.44.4
76
+
77
+ * @applitools/eyes bumped to 1.36.2
78
+
79
+
16
80
  ## [6.3.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.0...js/eyes-testcafe@6.3.1) (2025-08-12)
17
81
 
18
82
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-testcafe",
3
- "version": "6.3.1",
3
+ "version": "6.3.3",
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.2",
72
- "@applitools/eyes": "1.36.1",
71
+ "@applitools/driver": "1.23.3",
72
+ "@applitools/eyes": "1.36.3",
73
73
  "@applitools/utils": "1.11.1"
74
74
  },
75
75
  "devDependencies": {