@types/cucumber
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -67,11 +67,12 @@ // Type definitions for cucumber-js v1.3.1 | ||
interface HookOptions{ | ||
timeout?: number; | ||
} | ||
interface HookOptions { | ||
timeout?: number; | ||
tags?: any; | ||
} | ||
export interface Hooks { | ||
Before(code: HookCode): void; | ||
Before(options: HookOptions, code: HookCode): void; | ||
After(code: HookCode): void; | ||
After(options: HookOptions, code: HookCode): void; | ||
export interface Hooks { | ||
Before(code: HookCode): void; | ||
Before(options: HookOptions, code: HookCode): void; | ||
After(code: HookCode): void; | ||
After(options: HookOptions, code: HookCode): void; | ||
Around(code: AroundCode): void; | ||
@@ -78,0 +79,0 @@ setDefaultTimeout(time: number): void; |
{ | ||
"name": "@types/cucumber", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "TypeScript definitions for cucumber-js", | ||
@@ -28,4 +28,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "e640a5b71387ab1df2ec5d3ad88a3b5d87d1b774289a408614c0607dbba56510", | ||
"typesPublisherContentHash": "3df008ebe2761815c5b47b53eb22da7d2dd4b249c3ee7273a022653d3926a0f0", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/cucumber/v1 | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cucumber/v1 | ||
Additional Details | ||
* Last updated: Wed, 22 Mar 2017 18:41:48 GMT | ||
* Last updated: Mon, 17 Apr 2017 17:51:16 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
9778
4
186
0