@types/cucumber
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -63,2 +63,3 @@ // Type definitions for cucumber-js 4.0 | ||
export function defineStep(pattern: RegExp | string, code: StepDefinitionCode): void; | ||
export function defineStep(pattern: RegExp | string, options: StepDefinitionOptions, code: StepDefinitionCode): void; | ||
@@ -65,0 +66,0 @@ export function Given(pattern: RegExp | string, code: StepDefinitionCode): void; |
{ | ||
"name": "@types/cucumber", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "TypeScript definitions for cucumber-js", | ||
@@ -40,4 +40,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "f1ca38dd7cb69d716561b7223a4a3701f7e64829c1d9ccefd652901603e94e44", | ||
"typesPublisherContentHash": "9182347a8ae0840d9916cfaa8b057c664e433acdb1fcc678254ad2143a745401", | ||
"typeScriptVersion": "2.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 29 Jan 2018 21:19:39 GMT | ||
* Last updated: Tue, 13 Feb 2018 20:54:39 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
12835
278
0