@applitools/spec-driver-webdriver 1.0.39 → 1.0.41

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 +39 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,44 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.41](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-webdriver@1.0.40...js/spec-driver-webdriver@1.0.41) (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
+
20
+ ## [1.0.40](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-webdriver@1.0.39...js/spec-driver-webdriver@1.0.40) (2023-07-21)
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
26
+
27
+
28
+ ### Dependencies
29
+
30
+ * @applitools/driver bumped to 1.13.3
31
+ #### Bug Fixes
32
+
33
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
34
+
35
+
36
+
37
+ * @applitools/logger bumped to 2.0.7
38
+ #### Bug Fixes
39
+
40
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
41
+
3
42
  ## [1.0.39](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-webdriver@1.0.38...js/spec-driver-webdriver@1.0.39) (2023-07-21)
4
43
 
5
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/spec-driver-webdriver",
3
- "version": "1.0.39",
3
+ "version": "1.0.41",
4
4
  "keywords": [
5
5
  "webdriver",
6
6
  "chrome devtools protocol",
@@ -48,8 +48,8 @@
48
48
  "setup": "run --top-level browsers:setup"
49
49
  },
50
50
  "dependencies": {
51
- "@applitools/driver": "1.13.2",
52
- "@applitools/utils": "",
51
+ "@applitools/driver": "1.13.4",
52
+ "@applitools/utils": "1.5.0",
53
53
  "http-proxy-agent": "5.0.0",
54
54
  "https-proxy-agent": "5.0.1"
55
55
  },