@applitools/eyes-nightwatch 1.27.7 → 1.27.8

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 +75 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,80 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.27.8](https://github.com/Applitools-Dev/sdk/compare/js/eyes-nightwatch@1.27.7...js/eyes-nightwatch@1.27.8) (2026-06-28)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * send bypassCSP through the ruby universal client + enable nightwatch CSP coverage test | AD-14401 ([#3934](https://github.com/Applitools-Dev/sdk/issues/3934)) ([024d25e](https://github.com/Applitools-Dev/sdk/commit/024d25ed8ed3961b92fb35aa79e506403fabbc7f))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/utils bumped to 1.15.1
14
+ #### Bug Fixes
15
+
16
+ * updated extract git fallback logic | FLD-4492 ([#3831](https://github.com/Applitools-Dev/sdk/issues/3831)) ([0d98f3c](https://github.com/Applitools-Dev/sdk/commit/0d98f3cdf828eff756ffbfc5d4cdff7b19a20557))
17
+ * @applitools/logger bumped to 2.3.0
18
+ #### Features
19
+
20
+ * stream SDK logs to Azure Blob per server flag | AD-13401 ([#3849](https://github.com/Applitools-Dev/sdk/issues/3849)) ([7f9dfec](https://github.com/Applitools-Dev/sdk/commit/7f9dfecd874aefc33104db015451a22eee500324))
21
+
22
+
23
+
24
+ * @applitools/dom-snapshot bumped to 4.17.5
25
+
26
+ * @applitools/socket bumped to 1.3.15
27
+
28
+ * @applitools/req bumped to 1.11.2
29
+
30
+ * @applitools/image bumped to 1.2.13
31
+
32
+ * @applitools/dom-capture bumped to 11.8.3
33
+
34
+ * @applitools/screenshoter bumped to 3.12.24
35
+
36
+ * @applitools/tunnel-client bumped to 1.12.2
37
+
38
+ * @applitools/core-base bumped to 1.36.0
39
+ #### Features
40
+
41
+ * stream SDK logs to Azure Blob per server flag | AD-13401 ([#3849](https://github.com/Applitools-Dev/sdk/issues/3849)) ([7f9dfec](https://github.com/Applitools-Dev/sdk/commit/7f9dfecd874aefc33104db015451a22eee500324))
42
+
43
+
44
+
45
+ * @applitools/core bumped to 4.66.0
46
+ #### Features
47
+
48
+ * stream SDK logs to Azure Blob per server flag | AD-13401 ([#3849](https://github.com/Applitools-Dev/sdk/issues/3849)) ([7f9dfec](https://github.com/Applitools-Dev/sdk/commit/7f9dfecd874aefc33104db015451a22eee500324))
49
+
50
+
51
+ #### Bug Fixes
52
+
53
+ * updated extract git fallback logic | FLD-4492 ([#3831](https://github.com/Applitools-Dev/sdk/issues/3831)) ([0d98f3c](https://github.com/Applitools-Dev/sdk/commit/0d98f3cdf828eff756ffbfc5d4cdff7b19a20557))
54
+
55
+
56
+
57
+ * @applitools/driver bumped to 1.26.5
58
+
59
+ * @applitools/spec-driver-webdriver bumped to 1.6.5
60
+
61
+ * @applitools/spec-driver-selenium bumped to 1.8.5
62
+
63
+ * @applitools/spec-driver-playwright bumped to 1.9.5
64
+
65
+ * @applitools/spec-driver-puppeteer bumped to 1.8.5
66
+
67
+ * @applitools/nml-client bumped to 1.11.34
68
+
69
+ * @applitools/ufg-client bumped to 1.22.5
70
+
71
+ * @applitools/ec-client bumped to 1.12.36
72
+
73
+ * @applitools/eyes bumped to 1.43.5
74
+
75
+ * @applitools/test-server bumped to 1.4.6
76
+
77
+
3
78
  ## [1.27.7](https://github.com/Applitools-Dev/sdk/compare/js/eyes-nightwatch@1.27.6...js/eyes-nightwatch@1.27.7) (2026-06-18)
4
79
 
5
80
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-nightwatch",
3
- "version": "1.27.7",
3
+ "version": "1.27.8",
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.26.4",
47
- "@applitools/eyes": "1.43.4",
48
- "@applitools/spec-driver-webdriver": "1.6.4",
49
- "@applitools/utils": "1.15.0",
46
+ "@applitools/driver": "1.26.5",
47
+ "@applitools/eyes": "1.43.5",
48
+ "@applitools/spec-driver-webdriver": "1.6.5",
49
+ "@applitools/utils": "1.15.1",
50
50
  "webdriver": "7.31.1"
51
51
  },
52
52
  "devDependencies": {