@applitools/driver
Advanced tools
Comparing version 1.13.3 to 1.13.4
# Changelog | ||
## [1.13.4](https://github.com/applitools/eyes.sdk.javascript1/compare/js/driver@1.13.3...js/driver@1.13.4) (2023-08-03) | ||
### Bug Fixes | ||
* extract device orientation from a browser for web executions ([d8d4e91](https://github.com/applitools/eyes.sdk.javascript1/commit/d8d4e919965fb9105915e762c397ec2cc57a8a71)) | ||
### Dependencies | ||
* @applitools/snippets bumped to 2.4.22 | ||
#### Bug Fixes | ||
* improve orientation extraction for ios devices ([378d989](https://github.com/applitools/eyes.sdk.javascript1/commit/378d9894e4fbc7247087ccb8c46266dc4737e2e5)) | ||
## [1.13.3](https://github.com/applitools/eyes.sdk.javascript1/compare/js/driver@1.13.2...js/driver@1.13.3) (2023-07-21) | ||
@@ -4,0 +19,0 @@ |
@@ -737,3 +737,3 @@ "use strict"; | ||
return undefined; | ||
if (environment.isEmulation) | ||
if (environment.isWeb) | ||
return (_a = this._viewport) === null || _a === void 0 ? void 0 : _a.orientation; | ||
@@ -740,0 +740,0 @@ if (environment.isAndroid) { |
{ | ||
"name": "@applitools/driver", | ||
"version": "1.13.3", | ||
"version": "1.13.4", | ||
"description": "Applitools universal framework wrapper", | ||
@@ -77,3 +77,3 @@ "keywords": [ | ||
"@applitools/logger": "2.0.7", | ||
"@applitools/snippets": "2.4.21", | ||
"@applitools/snippets": "2.4.22", | ||
"@applitools/utils": "1.5.0", | ||
@@ -80,0 +80,0 @@ "semver": "7.5.4" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
253185
+ Added@applitools/snippets@2.4.22(transitive)
- Removed@applitools/snippets@2.4.21(transitive)
Updated@applitools/snippets@2.4.22