@applitools/eyes-cypress 3.58.6 → 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.
- package/CHANGELOG.md +21 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
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
|
+
|
|
3
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)
|
|
4
25
|
|
|
5
26
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-cypress",
|
|
3
|
-
"version": "3.58.
|
|
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.57.
|
|
56
|
-
"@applitools/core-universal": "1.0.
|
|
57
|
-
"@applitools/eyes": "1.38.
|
|
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",
|