@applitools/eyes-nightwatch 1.26.14 → 1.26.15

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 +73 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,78 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.26.15](https://github.com/Applitools-Dev/sdk/compare/js/eyes-nightwatch@1.26.14...js/eyes-nightwatch@1.26.15) (2025-11-09)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.13.0
9
+ #### Features
10
+
11
+ * restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
12
+ * @applitools/dom-snapshot bumped to 4.15.0
13
+ #### Features
14
+
15
+ * add support for adopted stylesheets with nesting | FLD-3212 ([#3325](https://github.com/Applitools-Dev/sdk/issues/3325)) ([8587926](https://github.com/Applitools-Dev/sdk/commit/8587926b0d6ef820cfbd8f89ddb062a3d77f65ab))
16
+
17
+
18
+
19
+ * @applitools/dom-capture bumped to 11.6.6
20
+ #### Performance Improvements
21
+
22
+ * remove dynamic loading of Dom capture and Dom snapshot ([#3322](https://github.com/Applitools-Dev/sdk/issues/3322)) ([7d15ee9](https://github.com/Applitools-Dev/sdk/commit/7d15ee98d5d39c7e478b6bfe3e14b8eea93937e5))
23
+
24
+
25
+
26
+ * @applitools/core-base bumped to 1.29.0
27
+ #### Features
28
+
29
+ * restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
30
+
31
+
32
+
33
+ * @applitools/core bumped to 4.52.0
34
+ #### Features
35
+
36
+ * restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
37
+
38
+
39
+ #### Performance Improvements
40
+
41
+ * remove dynamic loading of Dom capture and Dom snapshot ([#3322](https://github.com/Applitools-Dev/sdk/issues/3322)) ([7d15ee9](https://github.com/Applitools-Dev/sdk/commit/7d15ee98d5d39c7e478b6bfe3e14b8eea93937e5))
42
+
43
+
44
+
45
+ * @applitools/logger bumped to 2.2.5
46
+
47
+ * @applitools/socket bumped to 1.3.6
48
+
49
+ * @applitools/req bumped to 1.8.5
50
+
51
+ * @applitools/image bumped to 1.2.4
52
+
53
+ * @applitools/driver bumped to 1.24.1
54
+
55
+ * @applitools/spec-driver-webdriver bumped to 1.5.1
56
+
57
+ * @applitools/spec-driver-selenium bumped to 1.7.7
58
+
59
+ * @applitools/spec-driver-puppeteer bumped to 1.6.7
60
+
61
+ * @applitools/screenshoter bumped to 3.12.8
62
+
63
+ * @applitools/nml-client bumped to 1.11.10
64
+
65
+ * @applitools/tunnel-client bumped to 1.11.3
66
+
67
+ * @applitools/ufg-client bumped to 1.18.1
68
+
69
+ * @applitools/ec-client bumped to 1.12.12
70
+
71
+ * @applitools/eyes bumped to 1.36.15
72
+
73
+ * @applitools/test-server bumped to 1.3.4
74
+
75
+
3
76
  ## [1.26.14](https://github.com/Applitools-Dev/sdk/compare/js/eyes-nightwatch@1.26.13...js/eyes-nightwatch@1.26.14) (2025-11-03)
4
77
 
5
78
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-nightwatch",
3
- "version": "1.26.14",
3
+ "version": "1.26.15",
4
4
  "description": "Applitools Eyes SDK for Nightwatch.js",
5
5
  "keywords": [
6
6
  "eyes-nightwatch",
@@ -43,10 +43,10 @@
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.24.0",
47
- "@applitools/eyes": "1.36.14",
48
- "@applitools/spec-driver-webdriver": "1.5.0",
49
- "@applitools/utils": "1.12.0",
46
+ "@applitools/driver": "1.24.1",
47
+ "@applitools/eyes": "1.36.15",
48
+ "@applitools/spec-driver-webdriver": "1.5.1",
49
+ "@applitools/utils": "1.13.0",
50
50
  "webdriver": "7.31.1"
51
51
  },
52
52
  "devDependencies": {