@applitools/screenshoter 3.8.6 → 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.
- package/CHANGELOG.md +19 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
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
|
+
|
|
3
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)
|
|
4
23
|
|
|
5
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/screenshoter",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.7",
|
|
4
4
|
"description": "Applitools universal screenshoter for web and native applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"applitools",
|
|
@@ -58,12 +58,12 @@
|
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@applitools/image": "1.1.2",
|
|
60
60
|
"@applitools/logger": "2.0.7",
|
|
61
|
-
"@applitools/snippets": "2.4.
|
|
61
|
+
"@applitools/snippets": "2.4.22",
|
|
62
62
|
"@applitools/utils": "1.5.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@applitools/driver": "^1.13.
|
|
66
|
-
"@applitools/spec-driver-webdriverio": "^1.5.
|
|
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",
|