@applitools/types
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -6,2 +6,6 @@ # Changelog | ||
## 1.0.15 - 2021/10/12 | ||
- add `waitBeforeCapture` property | ||
## 1.0.14 - 2021/9/15 | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@applitools/types", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "applitools", |
@@ -68,2 +68,3 @@ import { LogHandler, DebugScreenshotHandler } from './debug'; | ||
scaleRatio?: number; | ||
waitBeforeCapture?: number; | ||
}; | ||
@@ -70,0 +71,0 @@ export declare type EyesUFGConfig = { |
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
47757
728