Comparing version 0.5040.1-beta.1 to 0.5040.1-beta.2
@@ -83,2 +83,2 @@ import { StepName } from './StepName'; | ||
} | ||
export declare type ActionFunction = (state: PrescriptGlobalState, context: ITestExecutionContext) => void | Promise<any>; | ||
export declare type ActionFunction = (state: PrescriptGlobalState, context: ITestExecutionContext) => void | PromiseLike<any>; |
{ | ||
"name": "prescript", | ||
"version": "0.5040.1-beta.1", | ||
"version": "0.5040.1-beta.2", | ||
"description": "Object-oriented acceptance test tool", | ||
@@ -5,0 +5,0 @@ "main": "./lib/singletonApi.js", |
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
105751