@applitools/eyes-testcafe 6.3.22 → 6.3.23

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 +28 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -13,6 +13,34 @@
13
13
 
14
14
 
15
15
 
16
+ ## [6.3.23](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.22...js/eyes-testcafe@6.3.23) (2026-01-21)
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * @applitools/dom-snapshot bumped to 4.15.7
22
+ #### Bug Fixes
23
+
24
+ * add fetchConcurrency to dom-snapshot | FLD-4062 ([#3486](https://github.com/Applitools-Dev/sdk/issues/3486)) ([f523791](https://github.com/Applitools-Dev/sdk/commit/f523791b9bc60029ec0b4b6914bc54e0110bd4a2))
25
+ * @applitools/ufg-client bumped to 1.19.0
26
+ #### Features
27
+
28
+ * add `fetchConcurrency` parameter to `makeAutonomousCore` FLD-4063 ([#3480](https://github.com/Applitools-Dev/sdk/issues/3480)) ([df0c60d](https://github.com/Applitools-Dev/sdk/commit/df0c60d5e74703550dba036299db7360065524f6))
29
+ * @applitools/core bumped to 4.56.0
30
+ #### Features
31
+
32
+ * add `fetchConcurrency` parameter to `makeAutonomousCore` FLD-4063 ([#3480](https://github.com/Applitools-Dev/sdk/issues/3480)) ([df0c60d](https://github.com/Applitools-Dev/sdk/commit/df0c60d5e74703550dba036299db7360065524f6))
33
+
34
+
35
+ #### Bug Fixes
36
+
37
+ * add fetchConcurrency to dom-snapshot | FLD-4062 ([#3486](https://github.com/Applitools-Dev/sdk/issues/3486)) ([f523791](https://github.com/Applitools-Dev/sdk/commit/f523791b9bc60029ec0b4b6914bc54e0110bd4a2))
38
+
39
+
40
+
41
+ * @applitools/eyes bumped to 1.38.1
42
+
43
+
16
44
  ## [6.3.22](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.21...js/eyes-testcafe@6.3.22) (2026-01-19)
17
45
 
18
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-testcafe",
3
- "version": "6.3.22",
3
+ "version": "6.3.23",
4
4
  "description": "Applitools Eyes SDK for TestCafe",
5
5
  "keywords": [
6
6
  "eyes-testcafe",
@@ -69,7 +69,7 @@
69
69
  },
70
70
  "dependencies": {
71
71
  "@applitools/driver": "1.25.0",
72
- "@applitools/eyes": "1.38.0",
72
+ "@applitools/eyes": "1.38.1",
73
73
  "@applitools/utils": "1.14.1"
74
74
  },
75
75
  "devDependencies": {