@applitools/eyes-cypress 3.55.1 → 3.55.3

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 +55 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,60 @@
1
1
  # Changelog
2
2
 
3
+ ## [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
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/screenshoter bumped to 3.12.6
9
+ #### Bug Fixes
10
+
11
+ * wait after scroll | FLD-3594 ([#3252](https://github.com/Applitools-Dev/sdk/issues/3252)) ([e452422](https://github.com/Applitools-Dev/sdk/commit/e4524229b64e40d9b9596a92bfa94daf5824286a))
12
+ * @applitools/core-base bumped to 1.28.1
13
+ #### Bug Fixes
14
+
15
+ * unexpected concurrency values from server | AD-11465 ([#3248](https://github.com/Applitools-Dev/sdk/issues/3248)) ([0dd28c7](https://github.com/Applitools-Dev/sdk/commit/0dd28c7b297d5ad3aabc6b87e427e3e09a993825))
16
+ * @applitools/nml-client bumped to 1.11.7
17
+
18
+ * @applitools/ec-client bumped to 1.12.9
19
+
20
+ * @applitools/core bumped to 4.49.0
21
+ #### Features
22
+
23
+ * storybook addon ([#3104](https://github.com/Applitools-Dev/sdk/issues/3104)) ([16e09cb](https://github.com/Applitools-Dev/sdk/commit/16e09cba8928c3a24b9e0d9d41e0936fbaec2773))
24
+
25
+
26
+ #### Bug Fixes
27
+
28
+ * duplicate concurrency warnings ([#3255](https://github.com/Applitools-Dev/sdk/issues/3255)) ([ef2f94a](https://github.com/Applitools-Dev/sdk/commit/ef2f94ab4137c78396583f166344285beeb49be7))
29
+
30
+
31
+
32
+ * @applitools/eyes bumped to 1.36.9
33
+
34
+
35
+ ## [3.55.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress@3.55.1...js/eyes-cypress@3.55.2) (2025-09-22)
36
+
37
+
38
+ ### Dependencies
39
+
40
+ * @applitools/core-base bumped to 1.28.0
41
+ #### Features
42
+
43
+ * use concurrency from server | AD-10015 ([#3207](https://github.com/Applitools-Dev/sdk/issues/3207)) ([5336c9e](https://github.com/Applitools-Dev/sdk/commit/5336c9e6578a8f935b2b255344e7172beadeb551))
44
+ * @applitools/nml-client bumped to 1.11.6
45
+
46
+ * @applitools/ec-client bumped to 1.12.8
47
+
48
+ * @applitools/core bumped to 4.48.0
49
+ #### Features
50
+
51
+ * use concurrency from server | AD-10015 ([#3207](https://github.com/Applitools-Dev/sdk/issues/3207)) ([5336c9e](https://github.com/Applitools-Dev/sdk/commit/5336c9e6578a8f935b2b255344e7172beadeb551))
52
+
53
+
54
+
55
+ * @applitools/eyes bumped to 1.36.8
56
+
57
+
3
58
  ## [3.55.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress@3.55.0...js/eyes-cypress@3.55.1) (2025-09-16)
4
59
 
5
60
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-cypress",
3
- "version": "3.55.1",
3
+ "version": "3.55.3",
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.47.1",
56
- "@applitools/eyes": "1.36.7",
55
+ "@applitools/core": "4.49.0",
56
+ "@applitools/eyes": "1.36.9",
57
57
  "@applitools/functional-commons": "1.6.0",
58
58
  "@applitools/logger": "2.2.4",
59
59
  "@applitools/utils": "1.12.0",