@applitools/eyes-nightwatch 1.26.10 → 1.26.12

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 +62 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,67 @@
1
1
  # Changelog
2
2
 
3
+ ## [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)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-snapshot bumped to 4.13.11
9
+ #### Bug Fixes
10
+
11
+ * 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))
12
+ * @applitools/core bumped to 4.50.3
13
+ #### Bug Fixes
14
+
15
+ * 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))
16
+
17
+
18
+
19
+ * @applitools/eyes bumped to 1.36.12
20
+
21
+
22
+ ## [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)
23
+
24
+
25
+ ### Dependencies
26
+
27
+ * @applitools/dom-snapshot bumped to 4.13.10
28
+ #### Bug Fixes
29
+
30
+ * sandboxing | FLD-3482 ([#3274](https://github.com/Applitools-Dev/sdk/issues/3274)) ([b452cbf](https://github.com/Applitools-Dev/sdk/commit/b452cbf831907b04cd70624c0af655246ce580f1))
31
+
32
+
33
+
34
+ * @applitools/driver bumped to 1.24.0
35
+ #### Features
36
+
37
+ * use performActions (W3C) instead of touchPerform (MJSONWP) ([#3223](https://github.com/Applitools-Dev/sdk/issues/3223)) ([d4e5da8](https://github.com/Applitools-Dev/sdk/commit/d4e5da8dc19ad3c3f76de8e762be867970df3dd2))
38
+ * @applitools/spec-driver-webdriver bumped to 1.5.0
39
+ #### Features
40
+
41
+ * use performActions (W3C) instead of touchPerform (MJSONWP) ([#3223](https://github.com/Applitools-Dev/sdk/issues/3223)) ([d4e5da8](https://github.com/Applitools-Dev/sdk/commit/d4e5da8dc19ad3c3f76de8e762be867970df3dd2))
42
+
43
+
44
+
45
+ * @applitools/core bumped to 4.50.2
46
+ #### Bug Fixes
47
+
48
+ * missed verifying environments | AD-11225 ([#3256](https://github.com/Applitools-Dev/sdk/issues/3256)) ([e8a5d78](https://github.com/Applitools-Dev/sdk/commit/e8a5d78426422614fc776b3d32ff2c375b95be18))
49
+
50
+
51
+
52
+ * @applitools/spec-driver-selenium bumped to 1.7.6
53
+
54
+ * @applitools/spec-driver-puppeteer bumped to 1.6.6
55
+
56
+ * @applitools/screenshoter bumped to 3.12.7
57
+
58
+ * @applitools/nml-client bumped to 1.11.9
59
+
60
+ * @applitools/ec-client bumped to 1.12.11
61
+
62
+ * @applitools/eyes bumped to 1.36.11
63
+
64
+
3
65
  ## [1.26.10](https://github.com/Applitools-Dev/sdk/compare/js/eyes-nightwatch@1.26.9...js/eyes-nightwatch@1.26.10) (2025-10-09)
4
66
 
5
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-nightwatch",
3
- "version": "1.26.10",
3
+ "version": "1.26.12",
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.23.5",
47
- "@applitools/eyes": "1.36.10",
48
- "@applitools/spec-driver-webdriver": "1.4.5",
46
+ "@applitools/driver": "1.24.0",
47
+ "@applitools/eyes": "1.36.12",
48
+ "@applitools/spec-driver-webdriver": "1.5.0",
49
49
  "@applitools/utils": "1.12.0",
50
50
  "webdriver": "7.31.1"
51
51
  },