@applitools/types
Advanced tools
Comparing version 1.0.22 to 1.0.23
@@ -6,2 +6,6 @@ # Changelog | ||
## 1.0.23 - 2021/12/22 | ||
- add `orientation` property to `DriverInfo` type | ||
## 1.0.22 - 2021/12/16 | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@applitools/types", | ||
"version": "1.0.22", | ||
"version": "1.0.23", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "applitools", |
@@ -12,2 +12,3 @@ /// <reference types="node" /> | ||
viewportSize?: Size; | ||
orientation?: 'portrait' | 'landscape'; | ||
pixelRatio?: number; | ||
@@ -14,0 +15,0 @@ safeArea?: Region; |
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
44428
649