@types/twit
Advanced tools
Comparing version 2.2.20 to 2.2.21
@@ -8,2 +8,3 @@ // Type definitions for twit 2.2 | ||
// plhery <https://github.com/plhery> | ||
// justGoscha <https://github.com/justgoscha> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -267,3 +268,3 @@ // TypeScript Version: 2.3 | ||
long?: number, | ||
follow?: boolean | string, | ||
follow?: boolean | string | string[], | ||
include_email?: boolean, | ||
@@ -270,0 +271,0 @@ cursor?: number | string, |
{ | ||
"name": "@types/twit", | ||
"version": "2.2.20", | ||
"version": "2.2.21", | ||
"description": "TypeScript definitions for twit", | ||
@@ -31,6 +31,11 @@ "license": "MIT", | ||
"githubUsername": "plhery" | ||
}, | ||
{ | ||
"name": "justGoscha", | ||
"url": "https://github.com/justgoscha", | ||
"githubUsername": "justgoscha" | ||
} | ||
], | ||
"main": "", | ||
"types": "", | ||
"types": "index", | ||
"repository": { | ||
@@ -42,7 +47,7 @@ "type": "git", | ||
"dependencies": { | ||
"@types/node": "*", | ||
"@types/geojson": "*" | ||
"@types/geojson": "*", | ||
"@types/node": "*" | ||
}, | ||
"typesPublisherContentHash": "ffc96e17a52ba2ee46b96175c9d879b69fec507c1fe9e11d51792b280856354b", | ||
"typesPublisherContentHash": "0d94b577bebf941f2b9748f1a85bc36b7f8f76643685ec7377024092fbbc9964", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for twit (https://github.com/ttezel/twit). | ||
This package contains type definitions for twit ( https://github.com/ttezel/twit ). | ||
@@ -12,7 +12,7 @@ # Details | ||
Additional Details | ||
* Last updated: Fri, 19 Oct 2018 16:09:40 GMT | ||
* Dependencies: node, geojson | ||
* Last updated: Mon, 04 Feb 2019 23:27:32 GMT | ||
* Dependencies: @types/node, @types/geojson | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Volox <https://github.com/Volox>, sapphiredev <https://github.com/sapphiredev>, abraham <https://github.com/abraham>, siwalik <https://github.com/siwalikm>, plhery <https://github.com/plhery>. | ||
These definitions were written by Volox <https://github.com/Volox>, sapphiredev <https://github.com/sapphiredev>, abraham <https://github.com/abraham>, siwalik <https://github.com/siwalikm>, plhery <https://github.com/plhery>, justGoscha <https://github.com/justgoscha>. |
13015
324