@types/tape
Advanced tools
Comparing version 4.2.33 to 4.2.34
@@ -8,2 +8,3 @@ // Type definitions for tape v4.2.30 | ||
// Rafał Ostrowski <https://github.com/rostrowski> | ||
// Jordan Harband <https://github.com/ljharb> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -10,0 +11,0 @@ |
{ | ||
"name": "@types/tape", | ||
"version": "4.2.33", | ||
"version": "4.2.34", | ||
"description": "TypeScript definitions for tape", | ||
@@ -31,9 +31,15 @@ "license": "MIT", | ||
"githubUsername": "rostrowski" | ||
}, | ||
{ | ||
"name": "Jordan Harband", | ||
"url": "https://github.com/ljharb", | ||
"githubUsername": "ljharb" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/tape" | ||
}, | ||
@@ -44,4 +50,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "a12b3ed5273e4b841863e7b10b5087b989f593be8a133ba6c3283c7110c20f10", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "ba022a98dc8cd719bd759c8a35c10473fd7a536afd19a52b3b98f1f412d0fc26", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tape | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tape. | ||
Additional Details | ||
* Last updated: Wed, 19 Dec 2018 18:13:32 GMT | ||
* Dependencies: @types/node | ||
### Additional Details | ||
* Last updated: Fri, 07 Feb 2020 18:24:08 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
* 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>, Michael Henretty <https://github.com/mikehenrty>, Rafał Ostrowski <https://github.com/rostrowski>. | ||
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), Rafał Ostrowski (https://github.com/rostrowski), and Jordan Harband (https://github.com/ljharb). |
12817
187