@applitools/eyes-cypress 3.55.3 → 3.55.4
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 +32 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.55.4](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress@3.55.3...js/eyes-cypress@3.55.4) (2025-10-09)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-snapshot bumped to 4.13.9
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* verbose Unknown CSS object model logging | AD-11542 | FLD-3687 ([#3261](https://github.com/Applitools-Dev/sdk/issues/3261)) ([ba85d32](https://github.com/Applitools-Dev/sdk/commit/ba85d3287a81af109db1a7b407e5ead20f395d9f))
|
|
12
|
+
* @applitools/core-base bumped to 1.28.2
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* various config fixes for storybook-addon ([#3257](https://github.com/Applitools-Dev/sdk/issues/3257)) ([86fd4d1](https://github.com/Applitools-Dev/sdk/commit/86fd4d114122bbaf675b5fa361b0e967595ca296))
|
|
16
|
+
* @applitools/eyes bumped to 1.36.10
|
|
17
|
+
#### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* various config fixes for storybook-addon ([#3257](https://github.com/Applitools-Dev/sdk/issues/3257)) ([86fd4d1](https://github.com/Applitools-Dev/sdk/commit/86fd4d114122bbaf675b5fa361b0e967595ca296))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
* @applitools/nml-client bumped to 1.11.8
|
|
24
|
+
|
|
25
|
+
* @applitools/ec-client bumped to 1.12.10
|
|
26
|
+
|
|
27
|
+
* @applitools/core bumped to 4.50.1
|
|
28
|
+
#### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* various config fixes for storybook-addon ([#3257](https://github.com/Applitools-Dev/sdk/issues/3257)) ([86fd4d1](https://github.com/Applitools-Dev/sdk/commit/86fd4d114122bbaf675b5fa361b0e967595ca296))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
3
35
|
## [3.55.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress@3.55.2...js/eyes-cypress@3.55.3) (2025-10-01)
|
|
4
36
|
|
|
5
37
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-cypress",
|
|
3
|
-
"version": "3.55.
|
|
3
|
+
"version": "3.55.4",
|
|
4
4
|
"homepage": "https://applitools.com/tutorials/sdks/cypress",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
"setup": "run --top-level xvfb:setup"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@applitools/core": "4.
|
|
56
|
-
"@applitools/eyes": "1.36.
|
|
55
|
+
"@applitools/core": "4.50.1",
|
|
56
|
+
"@applitools/eyes": "1.36.10",
|
|
57
57
|
"@applitools/functional-commons": "1.6.0",
|
|
58
58
|
"@applitools/logger": "2.2.4",
|
|
59
59
|
"@applitools/utils": "1.12.0",
|