@types/cucumber
Advanced tools
Comparing version 4.0.7 to 6.0.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for cucumber-js 4.0 | ||
// Type definitions for cucumber-js 6.0 | ||
// Project: http://github.com/cucumber/cucumber-js | ||
@@ -10,2 +10,3 @@ // Definitions by: Abraão Alves <https://github.com/abraaoalves> | ||
// Don Jayamanne <https://github.com/DonJayamanne> | ||
// David Goss <https://github.com/davidjgoss> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -101,2 +102,3 @@ // TypeScript Version: 2.4 | ||
status: Status; | ||
exception?: Error; | ||
} | ||
@@ -258,4 +260,6 @@ | ||
export interface StepDefinition { | ||
// tslint:disable-next-line ban-types | ||
// tslint:disable:ban-types | ||
code: Function; | ||
unwrappedCode?: Function; | ||
// tslint:enable:ban-types | ||
line: number; | ||
@@ -262,0 +266,0 @@ options: {}; |
{ | ||
"name": "@types/cucumber", | ||
"version": "4.0.7", | ||
"version": "6.0.0", | ||
"description": "TypeScript definitions for cucumber-js", | ||
@@ -41,2 +41,7 @@ "license": "MIT", | ||
"githubUsername": "DonJayamanne" | ||
}, | ||
{ | ||
"name": "David Goss", | ||
"url": "https://github.com/davidjgoss", | ||
"githubUsername": "davidjgoss" | ||
} | ||
@@ -53,4 +58,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "980a94b2028e7cb5e257094a102c5a2427e67b788027f4b82207d99fe0ff2f94", | ||
"typesPublisherContentHash": "52c1580e0f7ecbebced6e5f02ae2130882be88e9119aaca55efdf998a1a129ab", | ||
"typeScriptVersion": "2.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 15 Jul 2019 16:56:32 GMT | ||
* Last updated: Tue, 05 Nov 2019 22:23:48 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Abraão Alves <https://github.com/abraaoalves>, Jan Molak <https://github.com/jan-molak>, Isaiah Soung <https://github.com/isoung>, BendingBender <https://github.com/BendingBender>, ErikSchierboom <https://github.com/ErikSchierboom>, Peter Morlion <https://github.com/petermorlion>, and Don Jayamanne <https://github.com/DonJayamanne>. | ||
These definitions were written by Abraão Alves <https://github.com/abraaoalves>, Jan Molak <https://github.com/jan-molak>, Isaiah Soung <https://github.com/isoung>, BendingBender <https://github.com/BendingBender>, ErikSchierboom <https://github.com/ErikSchierboom>, Peter Morlion <https://github.com/petermorlion>, Don Jayamanne <https://github.com/DonJayamanne>, and David Goss <https://github.com/davidjgoss>. |
14352
293