@applitools/eyes-nightwatch 1.25.12 → 1.25.14

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 +80 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,85 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.25.14](https://github.com/Applitools-Dev/sdk/compare/js/eyes-nightwatch-v1.25.13...js/eyes-nightwatch@1.25.14) (2024-12-18)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * plain object target syntax ([#2515](https://github.com/Applitools-Dev/sdk/issues/2515)) ([71842b8](https://github.com/Applitools-Dev/sdk/commit/71842b89bd05b68482df7ed16a6483ec716ddf55))
9
+
10
+
11
+ ### Code Refactoring
12
+
13
+ * start linting "no-floating-promises" (wip) ([#2539](https://github.com/Applitools-Dev/sdk/issues/2539)) ([51b91cb](https://github.com/Applitools-Dev/sdk/commit/51b91cb15603f7d68e4bd6a16eb0f80e3f380295))
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * @applitools/utils bumped to 1.7.6
19
+ #### Bug Fixes
20
+
21
+ * support webdriver.io 9 ([baee5ce](https://github.com/Applitools-Dev/sdk/commit/baee5ce96e8220c337b007e3a517b5546ce0fedc))
22
+ * @applitools/spec-driver-webdriver bumped to 1.1.21
23
+ #### Bug Fixes
24
+
25
+ * support webdriver.io 9 ([baee5ce](https://github.com/Applitools-Dev/sdk/commit/baee5ce96e8220c337b007e3a517b5546ce0fedc))
26
+
27
+
28
+
29
+ * @applitools/core-base bumped to 1.21.0
30
+ #### Features
31
+
32
+ * check for new ufg balancer - cache result in getAccountInfo instead of makeCoreRequests ([#2692](https://github.com/Applitools-Dev/sdk/issues/2692)) ([e2a9705](https://github.com/Applitools-Dev/sdk/commit/e2a970594ffa6527798c5fac7a72188e30da986d))
33
+ * check for new ufg balancer ([#2683](https://github.com/Applitools-Dev/sdk/issues/2683)) ([60ca9f9](https://github.com/Applitools-Dev/sdk/commit/60ca9f98d37374c918e9c634af46d7f8266b95fc))
34
+
35
+
36
+ #### Bug Fixes
37
+
38
+ * move apiKey from query param to request header ([d1d2642](https://github.com/Applitools-Dev/sdk/commit/d1d26424c64d8e03981b1482ca49870a866bc164))
39
+
40
+
41
+
42
+ * @applitools/core bumped to 4.27.0
43
+ #### Features
44
+
45
+ * check for new ufg balancer - cache result in getAccountInfo instead of makeCoreRequests ([#2692](https://github.com/Applitools-Dev/sdk/issues/2692)) ([e2a9705](https://github.com/Applitools-Dev/sdk/commit/e2a970594ffa6527798c5fac7a72188e30da986d))
46
+
47
+
48
+ #### Bug Fixes
49
+
50
+ * support webdriver.io 9 ([baee5ce](https://github.com/Applitools-Dev/sdk/commit/baee5ce96e8220c337b007e3a517b5546ce0fedc))
51
+
52
+
53
+
54
+ * @applitools/logger bumped to 2.0.20
55
+
56
+ * @applitools/dom-snapshot bumped to 4.11.12
57
+
58
+ * @applitools/socket bumped to 1.1.20
59
+
60
+ * @applitools/req bumped to 1.7.5
61
+
62
+ * @applitools/image bumped to 1.1.15
63
+
64
+ * @applitools/driver bumped to 1.20.1
65
+
66
+ * @applitools/spec-driver-selenium bumped to 1.5.92
67
+
68
+ * @applitools/spec-driver-puppeteer bumped to 1.4.21
69
+
70
+ * @applitools/screenshoter bumped to 3.10.1
71
+
72
+ * @applitools/nml-client bumped to 1.8.20
73
+
74
+ * @applitools/tunnel-client bumped to 1.5.11
75
+
76
+ * @applitools/ufg-client bumped to 1.15.1
77
+
78
+ * @applitools/ec-client bumped to 1.9.17
79
+
80
+ * @applitools/eyes bumped to 1.29.3
81
+
82
+
3
83
  ## [1.25.12](https://github.com/Applitools-Dev/sdk/compare/js/eyes-nightwatch@1.25.11...js/eyes-nightwatch@1.25.12) (2024-11-27)
4
84
 
5
85
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-nightwatch",
3
- "version": "1.25.12",
3
+ "version": "1.25.14",
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.20.0",
47
- "@applitools/eyes": "1.28.0",
48
- "@applitools/spec-driver-webdriver": "1.1.20",
49
- "@applitools/utils": "1.7.5",
46
+ "@applitools/driver": "1.20.1",
47
+ "@applitools/eyes": "1.29.3",
48
+ "@applitools/spec-driver-webdriver": "1.1.21",
49
+ "@applitools/utils": "1.7.6",
50
50
  "webdriver": "7.31.1"
51
51
  },
52
52
  "devDependencies": {