@applitools/eyes-testcafe 6.3.38 → 6.3.39

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 +24 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -13,6 +13,30 @@
13
13
 
14
14
 
15
15
 
16
+ ## [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)
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * @applitools/ufg-client bumped to 1.22.0
22
+ #### Features
23
+
24
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
25
+ * @applitools/core bumped to 4.61.0
26
+ #### Features
27
+
28
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
29
+
30
+
31
+
32
+ * @applitools/eyes bumped to 1.40.0
33
+ #### Features
34
+
35
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
36
+
37
+
38
+
39
+
16
40
  ## [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
41
 
18
42
 
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.39",
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.0",
73
73
  "@applitools/utils": "1.14.4"
74
74
  },
75
75
  "devDependencies": {