@applitools/eyes-nightwatch 1.26.21 → 1.26.22

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 +43 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,48 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.26.22](https://github.com/Applitools-Dev/sdk/compare/js/eyes-nightwatch@1.26.21...js/eyes-nightwatch@1.26.22) (2026-01-19)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-snapshot bumped to 4.15.6
9
+
10
+ * @applitools/driver bumped to 1.25.0
11
+ #### Features
12
+
13
+ * multi-page support - FLD-3827 ([#3410](https://github.com/Applitools-Dev/sdk/issues/3410)) ([a55b982](https://github.com/Applitools-Dev/sdk/commit/a55b9827c2218c11da5ed61b38bf12a70ce4c8db))
14
+ * @applitools/spec-driver-puppeteer bumped to 1.7.0
15
+ #### Features
16
+
17
+ * multi-page support - FLD-3827 ([#3410](https://github.com/Applitools-Dev/sdk/issues/3410)) ([a55b982](https://github.com/Applitools-Dev/sdk/commit/a55b9827c2218c11da5ed61b38bf12a70ce4c8db))
18
+
19
+
20
+
21
+ * @applitools/core bumped to 4.55.0
22
+ #### Features
23
+
24
+ * multi-page support - FLD-3827 ([#3410](https://github.com/Applitools-Dev/sdk/issues/3410)) ([a55b982](https://github.com/Applitools-Dev/sdk/commit/a55b9827c2218c11da5ed61b38bf12a70ce4c8db))
25
+
26
+
27
+
28
+ * @applitools/spec-driver-webdriver bumped to 1.5.5
29
+
30
+ * @applitools/spec-driver-selenium bumped to 1.7.11
31
+
32
+ * @applitools/screenshoter bumped to 3.12.12
33
+
34
+ * @applitools/nml-client bumped to 1.11.15
35
+
36
+ * @applitools/ec-client bumped to 1.12.17
37
+
38
+ * @applitools/eyes bumped to 1.38.0
39
+ #### Features
40
+
41
+ * multi-page support - FLD-3827 ([#3410](https://github.com/Applitools-Dev/sdk/issues/3410)) ([a55b982](https://github.com/Applitools-Dev/sdk/commit/a55b9827c2218c11da5ed61b38bf12a70ce4c8db))
42
+
43
+
44
+
45
+
3
46
  ## [1.26.21](https://github.com/Applitools-Dev/sdk/compare/js/eyes-nightwatch@1.26.20...js/eyes-nightwatch@1.26.21) (2026-01-14)
4
47
 
5
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-nightwatch",
3
- "version": "1.26.21",
3
+ "version": "1.26.22",
4
4
  "description": "Applitools Eyes SDK for Nightwatch.js",
5
5
  "keywords": [
6
6
  "eyes-nightwatch",
@@ -43,9 +43,9 @@
43
43
  "up:framework": "echo \"$(jq '.devDependencies.nightwatch = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
44
44
  },
45
45
  "dependencies": {
46
- "@applitools/driver": "1.24.4",
47
- "@applitools/eyes": "1.37.0",
48
- "@applitools/spec-driver-webdriver": "1.5.4",
46
+ "@applitools/driver": "1.25.0",
47
+ "@applitools/eyes": "1.38.0",
48
+ "@applitools/spec-driver-webdriver": "1.5.5",
49
49
  "@applitools/utils": "1.14.1",
50
50
  "webdriver": "7.31.1"
51
51
  },