@qawolf/types
Advanced tools
Comparing version 0.8.0-alpha.0 to 0.8.2
@@ -20,2 +20,3 @@ import { Action } from "./common"; | ||
action?: Action; | ||
log?: boolean; | ||
sleepMs?: number; | ||
@@ -22,0 +23,0 @@ } |
{ | ||
"name": "@qawolf/types", | ||
"description": "qawolf types", | ||
"version": "0.8.0-alpha.0", | ||
"version": "0.8.2", | ||
"license": "BSD-3.0", | ||
@@ -22,3 +22,3 @@ "main": "./lib/index.js", | ||
}, | ||
"gitHead": "50293cfb721b5cb470e81532178bfdb78fbda106" | ||
"gitHead": "74449a08eae50066278c613ca19b7c05050bc551" | ||
} |
@@ -27,2 +27,3 @@ import { Action } from "./common"; | ||
action?: Action; | ||
log?: boolean; | ||
// how long to sleep after finding the element | ||
@@ -29,0 +30,0 @@ sleepMs?: number; |
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
7757
208