@applitools/eyes-nightwatch 1.26.11 → 1.26.13
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.
- package/CHANGELOG.md +42 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,47 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.26.13](https://github.com/Applitools-Dev/sdk/compare/js/eyes-nightwatch@1.26.12...js/eyes-nightwatch@1.26.13) (2025-10-22)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-snapshot bumped to 4.13.12
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* upgrade from @applitools/css-tree fork to official css-tree v3.1.0 | AD-11642 ([#3286](https://github.com/Applitools-Dev/sdk/issues/3286)) ([187ac4b](https://github.com/Applitools-Dev/sdk/commit/187ac4bbca0921ed692b2a676200c6a967c0fb33))
|
|
12
|
+
* @applitools/ufg-client bumped to 1.17.5
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* upgrade from @applitools/css-tree fork to official css-tree v3.1.0 | AD-11642 ([#3286](https://github.com/Applitools-Dev/sdk/issues/3286)) ([187ac4b](https://github.com/Applitools-Dev/sdk/commit/187ac4bbca0921ed692b2a676200c6a967c0fb33))
|
|
16
|
+
* @applitools/core bumped to 4.50.4
|
|
17
|
+
#### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* upgrade from @applitools/css-tree fork to official css-tree v3.1.0 | AD-11642 ([#3286](https://github.com/Applitools-Dev/sdk/issues/3286)) ([187ac4b](https://github.com/Applitools-Dev/sdk/commit/187ac4bbca0921ed692b2a676200c6a967c0fb33))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
* @applitools/eyes bumped to 1.36.13
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## [1.26.12](https://github.com/Applitools-Dev/sdk/compare/js/eyes-nightwatch@1.26.11...js/eyes-nightwatch@1.26.12) (2025-10-21)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Dependencies
|
|
30
|
+
|
|
31
|
+
* @applitools/dom-snapshot bumped to 4.13.11
|
|
32
|
+
#### Bug Fixes
|
|
33
|
+
|
|
34
|
+
* don't throw on CSSNestedDeclarations | AD-11640 ([#3284](https://github.com/Applitools-Dev/sdk/issues/3284)) ([d0a0f31](https://github.com/Applitools-Dev/sdk/commit/d0a0f31f6749cbe5b44f090c05af9da7676ad131))
|
|
35
|
+
* @applitools/core bumped to 4.50.3
|
|
36
|
+
#### Bug Fixes
|
|
37
|
+
|
|
38
|
+
* don't throw on CSSNestedDeclarations | AD-11640 ([#3284](https://github.com/Applitools-Dev/sdk/issues/3284)) ([d0a0f31](https://github.com/Applitools-Dev/sdk/commit/d0a0f31f6749cbe5b44f090c05af9da7676ad131))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
* @applitools/eyes bumped to 1.36.12
|
|
43
|
+
|
|
44
|
+
|
|
3
45
|
## [1.26.11](https://github.com/Applitools-Dev/sdk/compare/js/eyes-nightwatch@1.26.10...js/eyes-nightwatch@1.26.11) (2025-10-16)
|
|
4
46
|
|
|
5
47
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-nightwatch",
|
|
3
|
-
"version": "1.26.
|
|
3
|
+
"version": "1.26.13",
|
|
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.24.0",
|
|
47
|
-
"@applitools/eyes": "1.36.
|
|
47
|
+
"@applitools/eyes": "1.36.13",
|
|
48
48
|
"@applitools/spec-driver-webdriver": "1.5.0",
|
|
49
49
|
"@applitools/utils": "1.12.0",
|
|
50
50
|
"webdriver": "7.31.1"
|