@qawolf/types
Advanced tools
Comparing version 0.7.5 to 0.7.6
@@ -5,2 +5,3 @@ export declare type Action = "click" | "type" | "scroll" | "select"; | ||
delayMs?: number; | ||
skipClear?: boolean; | ||
}; |
{ | ||
"name": "@qawolf/types", | ||
"description": "qawolf types", | ||
"version": "0.7.5", | ||
"version": "0.7.6", | ||
"license": "BSD-3.0", | ||
@@ -22,3 +22,3 @@ "main": "./lib/index.js", | ||
}, | ||
"gitHead": "ed7a68fb816e8fa2581dfa3faa7dedf87fb50ac5" | ||
"gitHead": "173c6ae3e83e5a8a487514a260753f69d0016471" | ||
} |
@@ -7,2 +7,3 @@ export type Action = "click" | "type" | "scroll" | "select"; | ||
delayMs?: number; | ||
skipClear?: boolean; | ||
}; |
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
8247
220