@applitools/screenshoter 3.8.5 → 3.8.7

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 +52 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,57 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.8.7](https://github.com/applitools/eyes.sdk.javascript1/compare/js/screenshoter@3.8.6...js/screenshoter@3.8.7) (2023-08-03)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/snippets bumped to 2.4.22
9
+ #### Bug Fixes
10
+
11
+ * improve orientation extraction for ios devices ([378d989](https://github.com/applitools/eyes.sdk.javascript1/commit/378d9894e4fbc7247087ccb8c46266dc4737e2e5))
12
+ * @applitools/driver bumped to 1.13.4
13
+ #### Bug Fixes
14
+
15
+ * extract device orientation from a browser for web executions ([d8d4e91](https://github.com/applitools/eyes.sdk.javascript1/commit/d8d4e919965fb9105915e762c397ec2cc57a8a71))
16
+
17
+
18
+
19
+ * @applitools/spec-driver-webdriverio bumped to 1.5.10
20
+
21
+
22
+ ## [3.8.6](https://github.com/applitools/eyes.sdk.javascript1/compare/js/screenshoter@3.8.5...js/screenshoter@3.8.6) (2023-07-21)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
28
+
29
+
30
+ ### Dependencies
31
+
32
+ * @applitools/image bumped to 1.1.2
33
+ #### Bug Fixes
34
+
35
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
36
+ * @applitools/logger bumped to 2.0.7
37
+ #### Bug Fixes
38
+
39
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
40
+ * @applitools/driver bumped to 1.13.3
41
+ #### Bug Fixes
42
+
43
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
44
+
45
+
46
+
47
+ * @applitools/spec-driver-webdriverio bumped to 1.5.9
48
+ #### Bug Fixes
49
+
50
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
51
+
52
+
53
+
54
+
3
55
  ## [3.8.5](https://github.com/applitools/eyes.sdk.javascript1/compare/js/screenshoter@3.8.4...js/screenshoter@3.8.5) (2023-07-21)
4
56
 
5
57
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/screenshoter",
3
- "version": "3.8.5",
3
+ "version": "3.8.7",
4
4
  "description": "Applitools universal screenshoter for web and native applications",
5
5
  "keywords": [
6
6
  "applitools",
@@ -56,14 +56,14 @@
56
56
  "appium:setup": "mkdir -p ./logs && appium --address 127.0.0.1 --port 4723 --base-path /wd/hub --log-level error:info --log ./logs/appium.log --relaxed-security &"
57
57
  },
58
58
  "dependencies": {
59
- "@applitools/image": "1.1.1",
60
- "@applitools/logger": "2.0.6",
61
- "@applitools/snippets": "",
62
- "@applitools/utils": ""
59
+ "@applitools/image": "1.1.2",
60
+ "@applitools/logger": "2.0.7",
61
+ "@applitools/snippets": "2.4.22",
62
+ "@applitools/utils": "1.5.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@applitools/driver": "^1.13.2",
66
- "@applitools/spec-driver-webdriverio": "^1.5.8",
65
+ "@applitools/driver": "^1.13.4",
66
+ "@applitools/spec-driver-webdriverio": "^1.5.10",
67
67
  "@applitools/test-utils": "^1.5.17",
68
68
  "appium": "^1.22.3",
69
69
  "chromedriver": "^114.0.3",