@applitools/eyes-cypress 3.53.1 → 3.53.2

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 +29 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.53.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress@3.53.1...js/eyes-cypress@3.53.2) (2025-07-23)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/nml-client bumped to 1.10.0
9
+ #### Features
10
+
11
+ * android multi target | AD-9868 ([#2943](https://github.com/Applitools-Dev/sdk/issues/2943)) ([808aa21](https://github.com/Applitools-Dev/sdk/commit/808aa21e489c3562b93006e2e26ff7ffbb743dd6))
12
+
13
+
14
+
15
+ * @applitools/core-base bumped to 1.26.0
16
+ #### Features
17
+
18
+ * batch properties limit | FLD-3174 ([#3080](https://github.com/Applitools-Dev/sdk/issues/3080)) ([feb9e79](https://github.com/Applitools-Dev/sdk/commit/feb9e79d79f5eab3c58eac2b4ef3c15a562f079c))
19
+ * @applitools/ec-client bumped to 1.11.1
20
+
21
+ * @applitools/core bumped to 4.43.0
22
+ #### Features
23
+
24
+ * android multi target | AD-9868 ([#2943](https://github.com/Applitools-Dev/sdk/issues/2943)) ([808aa21](https://github.com/Applitools-Dev/sdk/commit/808aa21e489c3562b93006e2e26ff7ffbb743dd6))
25
+ * batch properties limit | FLD-3174 ([#3080](https://github.com/Applitools-Dev/sdk/issues/3080)) ([feb9e79](https://github.com/Applitools-Dev/sdk/commit/feb9e79d79f5eab3c58eac2b4ef3c15a562f079c))
26
+
27
+
28
+
29
+ * @applitools/eyes bumped to 1.35.3
30
+
31
+
3
32
  ## [3.53.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress@3.53.0...js/eyes-cypress@3.53.1) (2025-07-15)
4
33
 
5
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-cypress",
3
- "version": "3.53.1",
3
+ "version": "3.53.2",
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.42.0",
56
- "@applitools/eyes": "1.35.2",
55
+ "@applitools/core": "4.43.0",
56
+ "@applitools/eyes": "1.35.3",
57
57
  "@applitools/functional-commons": "1.6.0",
58
58
  "@applitools/logger": "2.1.5",
59
59
  "@applitools/utils": "1.9.0",