@applitools/eyes-nightwatch 1.26.1 → 1.26.2

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 +39 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,44 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.26.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-nightwatch@1.26.1...js/eyes-nightwatch@1.26.2) (2025-08-21)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/socket bumped to 1.3.3
9
+ #### Bug Fixes
10
+
11
+ * tunnel uncaught error | FLD-3356 ([#3128](https://github.com/Applitools-Dev/sdk/issues/3128)) ([ed5fb8a](https://github.com/Applitools-Dev/sdk/commit/ed5fb8aad596ec0d8b45a89077a7765c24ae8a8e))
12
+ * @applitools/dom-snapshot bumped to 4.13.3
13
+
14
+ * @applitools/driver bumped to 1.23.3
15
+ #### Bug Fixes
16
+
17
+ * make orientation more robust | FLD-3470 ([#3166](https://github.com/Applitools-Dev/sdk/issues/3166)) ([3745427](https://github.com/Applitools-Dev/sdk/commit/37454279234b085dc9a159077b3f278cdccc203a))
18
+ * @applitools/tunnel-client bumped to 1.10.4
19
+ #### Bug Fixes
20
+
21
+ * tunnel uncaught error | FLD-3356 ([#3128](https://github.com/Applitools-Dev/sdk/issues/3128)) ([ed5fb8a](https://github.com/Applitools-Dev/sdk/commit/ed5fb8aad596ec0d8b45a89077a7765c24ae8a8e))
22
+
23
+
24
+
25
+ * @applitools/spec-driver-webdriver bumped to 1.4.3
26
+
27
+ * @applitools/spec-driver-selenium bumped to 1.7.3
28
+
29
+ * @applitools/spec-driver-puppeteer bumped to 1.6.3
30
+
31
+ * @applitools/screenshoter bumped to 3.12.3
32
+
33
+ * @applitools/nml-client bumped to 1.11.3
34
+
35
+ * @applitools/ec-client bumped to 1.12.4
36
+
37
+ * @applitools/core bumped to 4.44.4
38
+
39
+ * @applitools/eyes bumped to 1.36.2
40
+
41
+
3
42
  ## [1.26.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-nightwatch@1.26.0...js/eyes-nightwatch@1.26.1) (2025-08-12)
4
43
 
5
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-nightwatch",
3
- "version": "1.26.1",
3
+ "version": "1.26.2",
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.2",
47
- "@applitools/eyes": "1.36.1",
48
- "@applitools/spec-driver-webdriver": "1.4.2",
46
+ "@applitools/driver": "1.23.3",
47
+ "@applitools/eyes": "1.36.2",
48
+ "@applitools/spec-driver-webdriver": "1.4.3",
49
49
  "@applitools/utils": "1.11.1",
50
50
  "webdriver": "7.31.1"
51
51
  },