@applitools/ec-client 1.7.3 → 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 +29 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
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
+
3
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)
4
33
 
5
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.7.3",
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,12 +52,12 @@
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.3",
56
- "@applitools/driver": "1.13.3",
55
+ "@applitools/core-base": "1.5.0",
56
+ "@applitools/driver": "1.13.4",
57
57
  "@applitools/logger": "2.0.7",
58
58
  "@applitools/req": "1.5.2",
59
59
  "@applitools/socket": "1.1.7",
60
- "@applitools/spec-driver-webdriver": "1.0.40",
60
+ "@applitools/spec-driver-webdriver": "1.0.41",
61
61
  "@applitools/tunnel-client": "1.1.3",
62
62
  "@applitools/utils": "1.5.0",
63
63
  "abort-controller": "3.0.0",