@applitools/ec-client 1.7.2 → 1.7.4

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 +87 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,92 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.7.4](https://github.com/applitools/eyes.sdk.javascript1/compare/js/ec-client@1.7.3...js/ec-client@1.7.4) (2023-08-03)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core-base bumped to 1.5.0
9
+ #### Features
10
+
11
+ * 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))
12
+ * mark session as component ([#1841](https://github.com/applitools/eyes.sdk.javascript1/issues/1841)) ([c579bb6](https://github.com/applitools/eyes.sdk.javascript1/commit/c579bb69de8f3bffc64e73ac8bd4fa646e96eb01))
13
+
14
+
15
+ #### Bug Fixes
16
+
17
+ * 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))
18
+ * @applitools/driver bumped to 1.13.4
19
+ #### Bug Fixes
20
+
21
+ * extract device orientation from a browser for web executions ([d8d4e91](https://github.com/applitools/eyes.sdk.javascript1/commit/d8d4e919965fb9105915e762c397ec2cc57a8a71))
22
+
23
+
24
+
25
+ * @applitools/snippets bumped to 2.4.22
26
+ #### Bug Fixes
27
+
28
+ * improve orientation extraction for ios devices ([378d989](https://github.com/applitools/eyes.sdk.javascript1/commit/378d9894e4fbc7247087ccb8c46266dc4737e2e5))
29
+ * @applitools/spec-driver-webdriver bumped to 1.0.41
30
+
31
+
32
+ ## [1.7.3](https://github.com/applitools/eyes.sdk.javascript1/compare/js/ec-client@1.7.2...js/ec-client@1.7.3) (2023-07-21)
33
+
34
+
35
+ ### Bug Fixes
36
+
37
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
38
+
39
+
40
+ ### Dependencies
41
+
42
+ * @applitools/core-base bumped to 1.4.3
43
+ #### Bug Fixes
44
+
45
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
46
+
47
+
48
+
49
+ * @applitools/image bumped to 1.1.2
50
+ #### Bug Fixes
51
+
52
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
53
+ * @applitools/logger bumped to 2.0.7
54
+ #### Bug Fixes
55
+
56
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
57
+ * @applitools/req bumped to 1.5.2
58
+ #### Bug Fixes
59
+
60
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
61
+ * @applitools/driver bumped to 1.13.3
62
+ #### Bug Fixes
63
+
64
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
65
+
66
+
67
+
68
+ * @applitools/socket bumped to 1.1.7
69
+ #### Bug Fixes
70
+
71
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
72
+
73
+
74
+
75
+ * @applitools/spec-driver-webdriver bumped to 1.0.40
76
+ #### Bug Fixes
77
+
78
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
79
+
80
+
81
+
82
+ * @applitools/tunnel-client bumped to 1.1.3
83
+ #### Bug Fixes
84
+
85
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
86
+
87
+
88
+
89
+
3
90
  ## [1.7.2](https://github.com/applitools/eyes.sdk.javascript1/compare/js/ec-client@1.7.1...js/ec-client@1.7.2) (2023-07-21)
4
91
 
5
92
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.7.2",
3
+ "version": "1.7.4",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -52,14 +52,14 @@
52
52
  "test:it": "MOCHA_GROUP=it run --top-level mocha './test/it/*.spec.ts'"
53
53
  },
54
54
  "dependencies": {
55
- "@applitools/core-base": "1.4.2",
56
- "@applitools/driver": "1.13.2",
57
- "@applitools/logger": "2.0.6",
58
- "@applitools/req": "1.5.1",
59
- "@applitools/socket": "1.1.6",
60
- "@applitools/spec-driver-webdriver": "1.0.39",
61
- "@applitools/tunnel-client": "1.1.2",
62
- "@applitools/utils": "",
55
+ "@applitools/core-base": "1.5.0",
56
+ "@applitools/driver": "1.13.4",
57
+ "@applitools/logger": "2.0.7",
58
+ "@applitools/req": "1.5.2",
59
+ "@applitools/socket": "1.1.7",
60
+ "@applitools/spec-driver-webdriver": "1.0.41",
61
+ "@applitools/tunnel-client": "1.1.3",
62
+ "@applitools/utils": "1.5.0",
63
63
  "abort-controller": "3.0.0",
64
64
  "webdriver": "7.30.0",
65
65
  "yargs": "^17.7.2"