@types/node-telegram-bot-api
Advanced tools
Comparing version 0.30.4 to 0.31.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for node-telegram-bot-api 0.30 | ||
// Type definitions for node-telegram-bot-api 0.31 | ||
// Project: https://github.com/yagop/node-telegram-bot-api | ||
@@ -81,5 +81,5 @@ // Definitions by: Alex Muench <https://github.com/ammuench> | ||
port?: number; | ||
key: string; | ||
cert: string; | ||
pfx: string; | ||
key?: string; | ||
cert?: string; | ||
pfx?: string; | ||
autoOpen?: boolean; | ||
@@ -86,0 +86,0 @@ https?: ServerOptions; |
{ | ||
"name": "@types/node-telegram-bot-api", | ||
"version": "0.30.4", | ||
"version": "0.31.0", | ||
"description": "TypeScript definitions for node-telegram-bot-api", | ||
@@ -37,3 +37,4 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/node-telegram-bot-api" | ||
}, | ||
@@ -45,4 +46,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "97e0de0a0e6f64b80bd5ebf07d6dfa3fd830351b0abf6037018c1759293e3a93", | ||
"typesPublisherContentHash": "bd0fe25e33d92bdc736dcf1344e71579c01ed75794becd350d0e6c3827ddb624", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for node-telegram-bot-api (https://github.com/yagop/node-telegram-bot-api). | ||
This package contains type definitions for node-telegram-bot-api ( https://github.com/yagop/node-telegram-bot-api ). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Sat, 19 Jan 2019 01:04:20 GMT | ||
* Last updated: Mon, 06 May 2019 08:08:20 GMT | ||
* Dependencies: @types/request, @types/node | ||
@@ -15,0 +15,0 @@ * Global values: none |
45390