@types/tape
Advanced tools
Comparing version 4.2.30 to 4.2.31
@@ -1,2 +0,2 @@ | ||
// Type definitions for tape v4.2.29 | ||
// Type definitions for tape v4.2.30 | ||
// Project: https://github.com/substack/tape | ||
@@ -6,2 +6,3 @@ // Definitions by: Bart van der Schoor <https://github.com/Bartvds> | ||
// Dennis Schwartz <https://github.com/DennisSchwartz> | ||
// Michael Henretty <https://github.com/mikehenrty> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -77,2 +78,3 @@ | ||
test(name: string, cb: tape.TestCase): void; | ||
test(name: string, opts: TestOptions, cb: tape.TestCase): void; | ||
@@ -79,0 +81,0 @@ /** |
{ | ||
"name": "@types/tape", | ||
"version": "4.2.30", | ||
"version": "4.2.31", | ||
"description": "TypeScript definitions for tape", | ||
@@ -9,11 +9,19 @@ "license": "MIT", | ||
"name": "Bart van der Schoor", | ||
"url": "https://github.com/Bartvds" | ||
"url": "https://github.com/Bartvds", | ||
"githubUsername": "Bartvds" | ||
}, | ||
{ | ||
"name": "Haoqun Jiang", | ||
"url": "https://github.com/sodatea" | ||
"url": "https://github.com/sodatea", | ||
"githubUsername": "sodatea" | ||
}, | ||
{ | ||
"name": "Dennis Schwartz", | ||
"url": "https://github.com/DennisSchwartz" | ||
"url": "https://github.com/DennisSchwartz", | ||
"githubUsername": "DennisSchwartz" | ||
}, | ||
{ | ||
"name": "Michael Henretty", | ||
"url": "https://github.com/mikehenrty", | ||
"githubUsername": "mikehenrty" | ||
} | ||
@@ -30,5 +38,4 @@ ], | ||
}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "b7bbd53cbd94a1d41bc61a66a5ca1d615d6a23cf93301cbfcf9c79b395ce8bed", | ||
"typesPublisherContentHash": "2bcfe895d4c874284355e4ed3e7c512da1689273cd64f895ef3c19b3e8cc8206", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 03 May 2017 19:10:56 GMT | ||
* Last updated: Wed, 25 Oct 2017 16:18:59 GMT | ||
* Dependencies: node | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Bart van der Schoor <https://github.com/Bartvds>, Haoqun Jiang <https://github.com/sodatea>, Dennis Schwartz <https://github.com/DennisSchwartz>. | ||
These definitions were written by Bart van der Schoor <https://github.com/Bartvds>, Haoqun Jiang <https://github.com/sodatea>, Dennis Schwartz <https://github.com/DennisSchwartz>, Michael Henretty <https://github.com/mikehenrty>. |
11960
179