@applitools/eyes-nightwatch 1.26.38 → 1.26.39

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 +24 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.26.39](https://github.com/Applitools-Dev/sdk/compare/js/eyes-nightwatch@1.26.38...js/eyes-nightwatch@1.26.39) (2026-04-29)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/ufg-client bumped to 1.22.0
9
+ #### Features
10
+
11
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
12
+ * @applitools/core bumped to 4.61.0
13
+ #### Features
14
+
15
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
16
+
17
+
18
+
19
+ * @applitools/eyes bumped to 1.40.0
20
+ #### Features
21
+
22
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
23
+
24
+
25
+
26
+
3
27
  ## [1.26.38](https://github.com/Applitools-Dev/sdk/compare/js/eyes-nightwatch@1.26.37...js/eyes-nightwatch@1.26.38) (2026-04-23)
4
28
 
5
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-nightwatch",
3
- "version": "1.26.38",
3
+ "version": "1.26.39",
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.5",
47
- "@applitools/eyes": "1.39.0",
47
+ "@applitools/eyes": "1.40.0",
48
48
  "@applitools/spec-driver-webdriver": "1.5.10",
49
49
  "@applitools/utils": "1.14.4",
50
50
  "webdriver": "7.31.1"