@applitools/eyes-cypress 3.58.5 → 3.58.6

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 +51 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,56 @@
1
1
  # Changelog
2
2
 
3
+ ## [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)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-snapshot bumped to 4.15.10
9
+ #### Bug Fixes
10
+
11
+ * 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))
12
+ * @applitools/req bumped to 1.9.0
13
+ #### Features
14
+
15
+ * http 2 support | FLD-4085 ([#3539](https://github.com/Applitools-Dev/sdk/issues/3539)) ([b304d4a](https://github.com/Applitools-Dev/sdk/commit/b304d4a1072a201d1c3f5cea1275b6a15230d6aa))
16
+ * @applitools/core-base bumped to 1.32.0
17
+ #### Features
18
+
19
+ * http 2 support | FLD-4085 ([#3539](https://github.com/Applitools-Dev/sdk/issues/3539)) ([b304d4a](https://github.com/Applitools-Dev/sdk/commit/b304d4a1072a201d1c3f5cea1275b6a15230d6aa))
20
+
21
+
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
+
26
+
27
+
28
+ * @applitools/nml-client bumped to 1.11.18
29
+
30
+ * @applitools/tunnel-client bumped to 1.11.7
31
+
32
+ * @applitools/ufg-client bumped to 1.19.3
33
+
34
+ * @applitools/ec-client bumped to 1.12.20
35
+
36
+ * @applitools/core bumped to 4.57.0
37
+ #### Features
38
+
39
+ * http 2 support | FLD-4085 ([#3539](https://github.com/Applitools-Dev/sdk/issues/3539)) ([b304d4a](https://github.com/Applitools-Dev/sdk/commit/b304d4a1072a201d1c3f5cea1275b6a15230d6aa))
40
+
41
+
42
+ #### Bug Fixes
43
+
44
+ * 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))
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/core-universal bumped to 1.0.1
50
+
51
+ * @applitools/eyes bumped to 1.38.6
52
+
53
+
3
54
  ## [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
55
 
5
56
 
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.6",
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.0",
56
+ "@applitools/core-universal": "1.0.1",
57
+ "@applitools/eyes": "1.38.6",
58
58
  "@applitools/functional-commons": "1.6.0",
59
59
  "@applitools/logger": "2.2.8",
60
60
  "@applitools/utils": "1.14.1",