@applitools/eyes-cypress 3.58.5 → 3.58.7

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 +72 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,77 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.58.7](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress@3.58.6...js/eyes-cypress@3.58.7) (2026-03-08)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-capture bumped to 11.6.10
9
+ #### Bug Fixes
10
+
11
+ * 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))
12
+ * @applitools/core bumped to 4.57.1
13
+ #### Bug Fixes
14
+
15
+ * 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))
16
+
17
+
18
+
19
+ * @applitools/core-universal bumped to 1.0.2
20
+
21
+ * @applitools/eyes bumped to 1.38.7
22
+
23
+
24
+ ## [3.58.6](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress@3.58.5...js/eyes-cypress@3.58.6) (2026-03-02)
25
+
26
+
27
+ ### Dependencies
28
+
29
+ * @applitools/dom-snapshot bumped to 4.15.10
30
+ #### Bug Fixes
31
+
32
+ * 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))
33
+ * @applitools/req bumped to 1.9.0
34
+ #### Features
35
+
36
+ * http 2 support | FLD-4085 ([#3539](https://github.com/Applitools-Dev/sdk/issues/3539)) ([b304d4a](https://github.com/Applitools-Dev/sdk/commit/b304d4a1072a201d1c3f5cea1275b6a15230d6aa))
37
+ * @applitools/core-base bumped to 1.32.0
38
+ #### Features
39
+
40
+ * http 2 support | FLD-4085 ([#3539](https://github.com/Applitools-Dev/sdk/issues/3539)) ([b304d4a](https://github.com/Applitools-Dev/sdk/commit/b304d4a1072a201d1c3f5cea1275b6a15230d6aa))
41
+
42
+
43
+ #### Bug Fixes
44
+
45
+ * 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))
46
+
47
+
48
+
49
+ * @applitools/nml-client bumped to 1.11.18
50
+
51
+ * @applitools/tunnel-client bumped to 1.11.7
52
+
53
+ * @applitools/ufg-client bumped to 1.19.3
54
+
55
+ * @applitools/ec-client bumped to 1.12.20
56
+
57
+ * @applitools/core bumped to 4.57.0
58
+ #### Features
59
+
60
+ * http 2 support | FLD-4085 ([#3539](https://github.com/Applitools-Dev/sdk/issues/3539)) ([b304d4a](https://github.com/Applitools-Dev/sdk/commit/b304d4a1072a201d1c3f5cea1275b6a15230d6aa))
61
+
62
+
63
+ #### Bug Fixes
64
+
65
+ * 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))
66
+ * 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))
67
+
68
+
69
+
70
+ * @applitools/core-universal bumped to 1.0.1
71
+
72
+ * @applitools/eyes bumped to 1.38.6
73
+
74
+
3
75
  ## [3.58.5](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress@3.58.4...js/eyes-cypress@3.58.5) (2026-03-01)
4
76
 
5
77
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-cypress",
3
- "version": "3.58.5",
3
+ "version": "3.58.7",
4
4
  "homepage": "https://applitools.com/tutorials/sdks/cypress",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "main": "./index.js",
@@ -52,9 +52,9 @@
52
52
  "setup": "run --top-level xvfb:setup"
53
53
  },
54
54
  "dependencies": {
55
- "@applitools/core": "4.56.3",
56
- "@applitools/core-universal": "1.0.0",
57
- "@applitools/eyes": "1.38.5",
55
+ "@applitools/core": "4.57.1",
56
+ "@applitools/core-universal": "1.0.2",
57
+ "@applitools/eyes": "1.38.7",
58
58
  "@applitools/functional-commons": "1.6.0",
59
59
  "@applitools/logger": "2.2.8",
60
60
  "@applitools/utils": "1.14.1",