@applitools/eyes-nightwatch 1.15.15 → 1.15.16

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 +59 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,64 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.15.16](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-nightwatch@1.15.15...js/eyes-nightwatch@1.15.16) (2023-08-03)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/driver bumped to 1.13.4
9
+ #### Bug Fixes
10
+
11
+ * extract device orientation from a browser for web executions ([d8d4e91](https://github.com/applitools/eyes.sdk.javascript1/commit/d8d4e919965fb9105915e762c397ec2cc57a8a71))
12
+
13
+
14
+
15
+ * @applitools/snippets bumped to 2.4.22
16
+ #### Bug Fixes
17
+
18
+ * improve orientation extraction for ios devices ([378d989](https://github.com/applitools/eyes.sdk.javascript1/commit/378d9894e4fbc7247087ccb8c46266dc4737e2e5))
19
+ * @applitools/core bumped to 3.6.6
20
+ #### Bug Fixes
21
+
22
+ * populate log event settings with env vars ([#1840](https://github.com/applitools/eyes.sdk.javascript1/issues/1840)) ([0a6af60](https://github.com/applitools/eyes.sdk.javascript1/commit/0a6af60b5b988f59b7adb03f6606b3417fbeb537))
23
+
24
+
25
+
26
+ * @applitools/core-base bumped to 1.5.0
27
+ #### Features
28
+
29
+ * add stuck request retries to all requests to UFG and Eyes ([#1826](https://github.com/applitools/eyes.sdk.javascript1/issues/1826)) ([5884d42](https://github.com/applitools/eyes.sdk.javascript1/commit/5884d428b230e3a832a2110a388ebe63a94006fc))
30
+ * mark session as component ([#1841](https://github.com/applitools/eyes.sdk.javascript1/issues/1841)) ([c579bb6](https://github.com/applitools/eyes.sdk.javascript1/commit/c579bb69de8f3bffc64e73ac8bd4fa646e96eb01))
31
+
32
+
33
+ #### Bug Fixes
34
+
35
+ * populate log event settings with env vars ([#1840](https://github.com/applitools/eyes.sdk.javascript1/issues/1840)) ([0a6af60](https://github.com/applitools/eyes.sdk.javascript1/commit/0a6af60b5b988f59b7adb03f6606b3417fbeb537))
36
+ * @applitools/ufg-client bumped to 1.6.0
37
+ #### Features
38
+
39
+ * add stuck request retries to all requests to UFG and Eyes ([#1826](https://github.com/applitools/eyes.sdk.javascript1/issues/1826)) ([5884d42](https://github.com/applitools/eyes.sdk.javascript1/commit/5884d428b230e3a832a2110a388ebe63a94006fc))
40
+
41
+
42
+ #### Bug Fixes
43
+
44
+ * improve fetch error experience when fetching from tunnel ([e7d8b49](https://github.com/applitools/eyes.sdk.javascript1/commit/e7d8b49947c07beb27f110cb4952e8c3206469af))
45
+ * @applitools/eyes bumped to 1.6.6
46
+
47
+ * @applitools/ec-client bumped to 1.7.4
48
+
49
+ * @applitools/spec-driver-webdriver bumped to 1.0.41
50
+
51
+ * @applitools/nml-client bumped to 1.5.6
52
+
53
+ * @applitools/spec-driver-webdriverio bumped to 1.5.10
54
+
55
+ * @applitools/screenshoter bumped to 3.8.7
56
+
57
+ * @applitools/spec-driver-puppeteer bumped to 1.1.72
58
+
59
+ * @applitools/spec-driver-selenium bumped to 1.5.55
60
+
61
+
3
62
  ## [1.15.15](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-nightwatch@1.15.14...js/eyes-nightwatch@1.15.15) (2023-07-27)
4
63
 
5
64
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-nightwatch",
3
- "version": "1.15.15",
3
+ "version": "1.15.16",
4
4
  "description": "Applitools Eyes SDK for Nightwatch.js",
5
5
  "keywords": [
6
6
  "eyes-nightwatch",
@@ -51,16 +51,16 @@
51
51
  "up:framework": "run --top-level add-silent nightwatch"
52
52
  },
53
53
  "dependencies": {
54
- "@applitools/driver": "1.13.3",
55
- "@applitools/eyes": "1.6.5",
56
- "@applitools/spec-driver-webdriver": "1.0.40",
54
+ "@applitools/driver": "1.13.4",
55
+ "@applitools/eyes": "1.6.6",
56
+ "@applitools/spec-driver-webdriver": "1.0.41",
57
57
  "@applitools/utils": "1.5.0",
58
58
  "webdriver": "7.30.0"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@applitools/api-extractor": "^1.2.21",
62
- "@applitools/bongo": "^5.3.0",
63
- "@applitools/generic": "^3.2.2",
62
+ "@applitools/bongo": "^5.4.2",
63
+ "@applitools/generic": "^3.3.5",
64
64
  "@applitools/test-utils": "^1.5.17",
65
65
  "@types/nightwatch": "^2.3.16",
66
66
  "@types/node": "^12.20.55",