Comparing version 3.14.0-beta4 to 3.14.0-beta5
@@ -20,3 +20,3 @@ "use strict"; | ||
var EventEmitter2_1 = require("./common/EventEmitter2"); | ||
var Lifecycle_1 = require("../lib/common/Lifecycle"); | ||
var Lifecycle_1 = require("./common/Lifecycle"); | ||
exports.MAX_BUFFER_SIZE = 4294967295; | ||
@@ -23,0 +23,0 @@ var Buffer = (function () { |
{ | ||
"name": "xterm", | ||
"description": "Full xterm terminal, in your browser", | ||
"version": "3.14.0-beta4", | ||
"version": "3.14.0-beta5", | ||
"main": "lib/public/Terminal.js", | ||
@@ -6,0 +6,0 @@ "types": "typings/xterm.d.ts", |
@@ -13,3 +13,3 @@ /** | ||
import { EventEmitter2, IEvent } from './common/EventEmitter2'; | ||
import { Disposable } from '../lib/common/Lifecycle'; | ||
import { Disposable } from './common/Lifecycle'; | ||
@@ -16,0 +16,0 @@ export const MAX_BUFFER_SIZE = 4294967295; // 2^32 - 1 |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2571709