@types/twit
Advanced tools
Comparing version 2.2.10 to 2.2.11
@@ -5,2 +5,3 @@ // Type definitions for twit 2.2 | ||
// lostfictions <https://github.com/lostfictions> | ||
// sapphiredev <https://github.com/sapphiredev> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -35,3 +36,3 @@ // TypeScript Version: 2.3 | ||
export interface HashtagEntity { | ||
indices: number[], | ||
indices: [number, number], | ||
text: string, | ||
@@ -53,3 +54,3 @@ } | ||
id_str: string, | ||
indices: number[], | ||
indices: [number, number], | ||
url: string, | ||
@@ -69,3 +70,3 @@ display_url: string, | ||
expanded_url: string, | ||
indices: number[], | ||
indices: [number, number], | ||
} | ||
@@ -75,3 +76,3 @@ export interface UserMentionEntity { | ||
id_str: string, | ||
indices: number[], | ||
indices: [number, number], | ||
name: string, | ||
@@ -78,0 +79,0 @@ screen_name: string, |
{ | ||
"name": "@types/twit", | ||
"version": "2.2.10", | ||
"version": "2.2.11", | ||
"description": "TypeScript definitions for twit", | ||
@@ -16,2 +16,7 @@ "license": "MIT", | ||
"githubUsername": "lostfictions" | ||
}, | ||
{ | ||
"name": "sapphiredev", | ||
"url": "https://github.com/sapphiredev", | ||
"githubUsername": "sapphiredev" | ||
} | ||
@@ -30,4 +35,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "a1700523d49101a9c164975883cd851efa71405f3b1a196d00df4f00e2d3554b", | ||
"typesPublisherContentHash": "9de1bb225e714f3636735fe8bf2c29f8d8591fe80a1599a40b874af6612785b6", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 11 Jan 2018 22:07:40 GMT | ||
* Last updated: Tue, 23 Jan 2018 20:08:10 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>. | ||
These definitions were written by Volox <https://github.com/Volox>, lostfictions <https://github.com/lostfictions>, sapphiredev <https://github.com/sapphiredev>. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11888
308