@applitools/eyes-testcafe 6.3.38 → 6.3.40

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 +40 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -13,6 +13,46 @@
13
13
 
14
14
 
15
15
 
16
+ ## [6.3.40](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.39...js/eyes-testcafe@6.3.40) (2026-05-04)
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * @applitools/tunnel-client bumped to 1.11.12
22
+ #### Bug Fixes
23
+
24
+ * remove deprecated uuid dependency | FLD-4179 ([#3796](https://github.com/Applitools-Dev/sdk/issues/3796)) ([b3511f0](https://github.com/Applitools-Dev/sdk/commit/b3511f070645d356aa8edf43dd57332b5917c41e))
25
+ * @applitools/ec-client bumped to 1.12.27
26
+
27
+ * @applitools/core bumped to 4.61.1
28
+
29
+ * @applitools/eyes bumped to 1.40.1
30
+
31
+
32
+ ## [6.3.39](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.38...js/eyes-testcafe@6.3.39) (2026-04-29)
33
+
34
+
35
+ ### Dependencies
36
+
37
+ * @applitools/ufg-client bumped to 1.22.0
38
+ #### Features
39
+
40
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
41
+ * @applitools/core bumped to 4.61.0
42
+ #### Features
43
+
44
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
45
+
46
+
47
+
48
+ * @applitools/eyes bumped to 1.40.0
49
+ #### Features
50
+
51
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
52
+
53
+
54
+
55
+
16
56
  ## [6.3.38](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.37...js/eyes-testcafe@6.3.38) (2026-04-23)
17
57
 
18
58
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-testcafe",
3
- "version": "6.3.38",
3
+ "version": "6.3.40",
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.5",
72
- "@applitools/eyes": "1.39.0",
72
+ "@applitools/eyes": "1.40.1",
73
73
  "@applitools/utils": "1.14.4"
74
74
  },
75
75
  "devDependencies": {