@applitools/eyes-testcafe 6.3.28 → 6.3.29

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 +19 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -13,6 +13,25 @@
13
13
 
14
14
 
15
15
 
16
+ ## [6.3.29](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.28...js/eyes-testcafe@6.3.29) (2026-03-08)
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * @applitools/dom-capture bumped to 11.6.10
22
+ #### Bug Fixes
23
+
24
+ * handle empty data URLs in CSS extraction | FLD-4158 ([#3606](https://github.com/Applitools-Dev/sdk/issues/3606)) ([8adef70](https://github.com/Applitools-Dev/sdk/commit/8adef702c7136b0b4a15f150b3d7ca6f649b30a2))
25
+ * @applitools/core bumped to 4.57.1
26
+ #### Bug Fixes
27
+
28
+ * remove checkNetwork from public API, add unit tests ([#3598](https://github.com/Applitools-Dev/sdk/issues/3598)) ([d0a70a3](https://github.com/Applitools-Dev/sdk/commit/d0a70a3b7319aab6e1ca9dbca5e6a94069955447))
29
+
30
+
31
+
32
+ * @applitools/eyes bumped to 1.38.7
33
+
34
+
16
35
  ## [6.3.28](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.27...js/eyes-testcafe@6.3.28) (2026-03-02)
17
36
 
18
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-testcafe",
3
- "version": "6.3.28",
3
+ "version": "6.3.29",
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.1",
72
- "@applitools/eyes": "1.38.6",
72
+ "@applitools/eyes": "1.38.7",
73
73
  "@applitools/utils": "1.14.1"
74
74
  },
75
75
  "devDependencies": {