@applitools/eyes-nightwatch 1.26.35 → 1.26.36

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 +32 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.26.36](https://github.com/Applitools-Dev/sdk/compare/js/eyes-nightwatch@1.26.35...js/eyes-nightwatch@1.26.36) (2026-04-13)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-snapshot bumped to 4.16.3
9
+ #### Bug Fixes
10
+
11
+ * protect page render target from pointing to html instead of cdt | FLD-4313 ([#3758](https://github.com/Applitools-Dev/sdk/issues/3758)) ([fd8008a](https://github.com/Applitools-Dev/sdk/commit/fd8008af0f6b491d3a3a9dce648bef1c18118b9b))
12
+ * @applitools/nml-client bumped to 1.11.23
13
+ #### Bug Fixes
14
+
15
+ * log nml responses | FLD-4433 ([#3757](https://github.com/Applitools-Dev/sdk/issues/3757)) ([70f0bcd](https://github.com/Applitools-Dev/sdk/commit/70f0bcdaa00b60f6fe8f2177b1713b92c8232c27))
16
+ * @applitools/ufg-client bumped to 1.20.2
17
+ #### Bug Fixes
18
+
19
+ * protect page render target from pointing to html instead of cdt | FLD-4313 ([#3758](https://github.com/Applitools-Dev/sdk/issues/3758)) ([fd8008a](https://github.com/Applitools-Dev/sdk/commit/fd8008af0f6b491d3a3a9dce648bef1c18118b9b))
20
+ * @applitools/core bumped to 4.59.2
21
+ #### Bug Fixes
22
+
23
+ * protect page render target from pointing to html instead of cdt | FLD-4313 ([#3758](https://github.com/Applitools-Dev/sdk/issues/3758)) ([fd8008a](https://github.com/Applitools-Dev/sdk/commit/fd8008af0f6b491d3a3a9dce648bef1c18118b9b))
24
+
25
+
26
+
27
+ * @applitools/eyes bumped to 1.38.14
28
+ #### Bug Fixes
29
+
30
+ * protect page render target from pointing to html instead of cdt | FLD-4313 ([#3758](https://github.com/Applitools-Dev/sdk/issues/3758)) ([fd8008a](https://github.com/Applitools-Dev/sdk/commit/fd8008af0f6b491d3a3a9dce648bef1c18118b9b))
31
+
32
+
33
+
34
+
3
35
  ## [1.26.35](https://github.com/Applitools-Dev/sdk/compare/js/eyes-nightwatch@1.26.34...js/eyes-nightwatch@1.26.35) (2026-04-06)
4
36
 
5
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-nightwatch",
3
- "version": "1.26.35",
3
+ "version": "1.26.36",
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.25.4",
47
- "@applitools/eyes": "1.38.13",
47
+ "@applitools/eyes": "1.38.14",
48
48
  "@applitools/spec-driver-webdriver": "1.5.9",
49
49
  "@applitools/utils": "1.14.3",
50
50
  "webdriver": "7.31.1"