@types/terminal-kit
Advanced tools
Comparing version 1.26.0 to 1.26.1
{ | ||
"name": "@types/terminal-kit", | ||
"version": "1.26.0", | ||
"version": "1.26.1", | ||
"description": "TypeScript definitions for terminal-kit", | ||
@@ -17,3 +17,4 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/terminal-kit" | ||
}, | ||
@@ -24,4 +25,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "2f8a3694a13470afe44e71535d23f5723c6a8b1c20497a276c3585c04868be8d", | ||
"typesPublisherContentHash": "8f7ddf8862d1a7e423d1ce90da424029a9d3cfd5b46ea415e26b74ed92f6e3d5", | ||
"typeScriptVersion": "2.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 25 Jan 2019 18:43:32 GMT | ||
* Last updated: Tue, 14 May 2019 20:53:20 GMT | ||
* Dependencies: @types/nextgen-events | ||
@@ -14,0 +14,0 @@ * Global values: TextBuffer |
@@ -491,3 +491,3 @@ import EventEmitter = require("nextgen-events"); | ||
x?: number; | ||
width: number; | ||
width?: number; | ||
style?: CTerminal; | ||
@@ -494,0 +494,0 @@ selectedStyle?: CTerminal; |
25998