@types/twit
Advanced tools
Comparing version 2.2.15 to 2.2.16
// Type definitions for twit 2.2 | ||
// Project: https://github.com/ttezel/twit | ||
// Definitions by: Volox <https://github.com/Volox> | ||
// lostfictions <https://github.com/lostfictions> | ||
// sapphiredev <https://github.com/sapphiredev> | ||
// abraham <https://github.com/abraham> | ||
// siwalik <https://github.com/siwalikm> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -267,3 +267,3 @@ // TypeScript Version: 2.3 | ||
include_email?: boolean, | ||
cursor?: number, | ||
cursor?: number | string, | ||
tweet_mode?: string, | ||
@@ -270,0 +270,0 @@ trim_user?: boolean, |
{ | ||
"name": "@types/twit", | ||
"version": "2.2.15", | ||
"version": "2.2.16", | ||
"description": "TypeScript definitions for twit", | ||
@@ -13,7 +13,2 @@ "license": "MIT", | ||
{ | ||
"name": "lostfictions", | ||
"url": "https://github.com/lostfictions", | ||
"githubUsername": "lostfictions" | ||
}, | ||
{ | ||
"name": "sapphiredev", | ||
@@ -27,2 +22,7 @@ "url": "https://github.com/sapphiredev", | ||
"githubUsername": "abraham" | ||
}, | ||
{ | ||
"name": "siwalik", | ||
"url": "https://github.com/siwalikm", | ||
"githubUsername": "siwalikm" | ||
} | ||
@@ -41,4 +41,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "d23e4cd23dfb847e157abafe82190770b2114212e07304177570dae226f569a7", | ||
"typesPublisherContentHash": "3c16b3e624718ad3b3613828001bc6de16348a981466ad14caa3de00c8a99d9d", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 26 Jun 2018 01:10:51 GMT | ||
* Last updated: Sat, 21 Jul 2018 02:05:50 GMT | ||
* Dependencies: http, events, node, geojson | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Volox <https://github.com/Volox>, lostfictions <https://github.com/lostfictions>, sapphiredev <https://github.com/sapphiredev>, abraham <https://github.com/abraham>. | ||
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>. |
12380