Comparing version 3.15.0-beta27 to 3.15.0-beta28
{ | ||
"name": "xterm", | ||
"description": "Full xterm terminal, in your browser", | ||
"version": "3.15.0-beta27", | ||
"version": "3.15.0-beta28", | ||
"main": "lib/xterm.js", | ||
@@ -6,0 +6,0 @@ "types": "typings/xterm.d.ts", |
@@ -14,3 +14,3 @@ /** | ||
import { CharacterJoinerHandler } from '../Types'; | ||
import { IOptionsService } from 'common/options/Types'; | ||
import { IOptionsService } from 'common/services/Services'; | ||
import { ICharSizeService } from 'ui/services/Services'; | ||
@@ -17,0 +17,0 @@ |
@@ -11,3 +11,3 @@ /** | ||
import { IColorSet } from 'ui/Types'; | ||
import { IOptionsService } from 'common/options/Types'; | ||
import { IOptionsService } from 'common/services/Services'; | ||
@@ -14,0 +14,0 @@ export type CustomKeyEventHandler = (event: KeyboardEvent) => boolean; |
@@ -6,3 +6,3 @@ /** | ||
import { IOptionsService } from 'common/options/Types'; | ||
import { IOptionsService } from 'common/services/Services'; | ||
import { IEvent, EventEmitter2 } from 'common/EventEmitter2'; | ||
@@ -9,0 +9,0 @@ import { ICharSizeService } from 'ui/services/Services'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
1623304
16403