bumped node-pty

This commit is contained in:
Eugene Pankov 2019-01-16 16:25:43 +00:00
parent 21cfd14f1c
commit 4e4d8a0e91
3 changed files with 3 additions and 3 deletions

View File

@ -40,10 +40,10 @@
"terminus-settings": "*"
},
"dependencies": {
"@terminus-term/node-pty": "0.8.0-1",
"font-manager": "0.3.0",
"hterm-umdjs": "1.4.1",
"mz": "^2.6.0",
"node-pty": "^0.8.0",
"ps-node": "^0.1.6",
"runes": "^0.4.2"
},

View File

@ -290,7 +290,7 @@ export class SessionsService {
constructor (
log: LogService,
) {
nodePTY = require('@terminus-term/node-pty')
nodePTY = require('node-pty')
nodePTY = require('../bufferizedPTY')(nodePTY)
this.logger = log.create('sessions')
}

View File

@ -61,7 +61,7 @@ module.exports = {
'windows-process-tree',
'mz/fs',
'mz/child_process',
'@terminus-term/node-pty',
'node-pty',
/^rxjs/,
/^@angular/,
/^@ng-bootstrap/,