@applitools/eyes-nightwatch 1.25.25 → 1.25.26

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 +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.25.26](https://github.com/Applitools-Dev/sdk/compare/js/eyes-nightwatch@1.25.25...js/eyes-nightwatch@1.25.26) (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/core bumped to 4.43.0
20
+ #### Features
21
+
22
+ * android multi target | AD-9868 ([#2943](https://github.com/Applitools-Dev/sdk/issues/2943)) ([808aa21](https://github.com/Applitools-Dev/sdk/commit/808aa21e489c3562b93006e2e26ff7ffbb743dd6))
23
+ * batch properties limit | FLD-3174 ([#3080](https://github.com/Applitools-Dev/sdk/issues/3080)) ([feb9e79](https://github.com/Applitools-Dev/sdk/commit/feb9e79d79f5eab3c58eac2b4ef3c15a562f079c))
24
+
25
+
26
+
27
+ * @applitools/ec-client bumped to 1.11.1
28
+
29
+ * @applitools/eyes bumped to 1.35.3
30
+
31
+
3
32
  ## [1.25.25](https://github.com/Applitools-Dev/sdk/compare/js/eyes-nightwatch@1.25.24...js/eyes-nightwatch@1.25.25) (2025-07-15)
4
33
 
5
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-nightwatch",
3
- "version": "1.25.25",
3
+ "version": "1.25.26",
4
4
  "description": "Applitools Eyes SDK for Nightwatch.js",
5
5
  "keywords": [
6
6
  "eyes-nightwatch",
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "dependencies": {
46
46
  "@applitools/driver": "1.22.1",
47
- "@applitools/eyes": "1.35.2",
47
+ "@applitools/eyes": "1.35.3",
48
48
  "@applitools/spec-driver-webdriver": "1.3.1",
49
49
  "@applitools/utils": "1.9.0",
50
50
  "webdriver": "7.31.1"