@applitools/eyes-testcafe 6.3.27 → 6.3.28

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 +49 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -13,6 +13,55 @@
13
13
 
14
14
 
15
15
 
16
+ ## [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
+
18
+
19
+ ### Dependencies
20
+
21
+ * @applitools/dom-snapshot bumped to 4.15.10
22
+ #### Bug Fixes
23
+
24
+ * video link with http live streaming - workaround | FLD-4089 ([#3567](https://github.com/Applitools-Dev/sdk/issues/3567)) ([8639c37](https://github.com/Applitools-Dev/sdk/commit/8639c37d39997915d5fcdc46c45a96d510b6ad91))
25
+ * @applitools/req bumped to 1.9.0
26
+ #### Features
27
+
28
+ * http 2 support | FLD-4085 ([#3539](https://github.com/Applitools-Dev/sdk/issues/3539)) ([b304d4a](https://github.com/Applitools-Dev/sdk/commit/b304d4a1072a201d1c3f5cea1275b6a15230d6aa))
29
+ * @applitools/core bumped to 4.57.0
30
+ #### Features
31
+
32
+ * http 2 support | FLD-4085 ([#3539](https://github.com/Applitools-Dev/sdk/issues/3539)) ([b304d4a](https://github.com/Applitools-Dev/sdk/commit/b304d4a1072a201d1c3f5cea1275b6a15230d6aa))
33
+
34
+
35
+ #### Bug Fixes
36
+
37
+ * resolve Node.js punycode deprecation warning in tests ([#3590](https://github.com/Applitools-Dev/sdk/issues/3590)) ([b759df9](https://github.com/Applitools-Dev/sdk/commit/b759df98dcce2bcfb09db105edadbc73964e4d8d))
38
+ * video link with http live streaming - workaround | FLD-4089 ([#3567](https://github.com/Applitools-Dev/sdk/issues/3567)) ([8639c37](https://github.com/Applitools-Dev/sdk/commit/8639c37d39997915d5fcdc46c45a96d510b6ad91))
39
+
40
+
41
+
42
+ * @applitools/nml-client bumped to 1.11.18
43
+
44
+ * @applitools/tunnel-client bumped to 1.11.7
45
+
46
+ * @applitools/ufg-client bumped to 1.19.3
47
+
48
+ * @applitools/core-base bumped to 1.32.0
49
+ #### Features
50
+
51
+ * http 2 support | FLD-4085 ([#3539](https://github.com/Applitools-Dev/sdk/issues/3539)) ([b304d4a](https://github.com/Applitools-Dev/sdk/commit/b304d4a1072a201d1c3f5cea1275b6a15230d6aa))
52
+
53
+
54
+ #### Bug Fixes
55
+
56
+ * video link with http live streaming - workaround | FLD-4089 ([#3567](https://github.com/Applitools-Dev/sdk/issues/3567)) ([8639c37](https://github.com/Applitools-Dev/sdk/commit/8639c37d39997915d5fcdc46c45a96d510b6ad91))
57
+
58
+
59
+
60
+ * @applitools/ec-client bumped to 1.12.20
61
+
62
+ * @applitools/eyes bumped to 1.38.6
63
+
64
+
16
65
  ## [6.3.27](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.26...js/eyes-testcafe@6.3.27) (2026-03-01)
17
66
 
18
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-testcafe",
3
- "version": "6.3.27",
3
+ "version": "6.3.28",
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.5",
72
+ "@applitools/eyes": "1.38.6",
73
73
  "@applitools/utils": "1.14.1"
74
74
  },
75
75
  "devDependencies": {