telnet-client
Advanced tools
Comparing version 2.0.9 to 2.1.0
@@ -10,9 +10,9 @@ /// <reference types="node" /> | ||
execTimeout?: number; | ||
failedLoginMatch?: string; | ||
failedLoginMatch?: string | RegExp; | ||
irs?: string; | ||
loginPrompt?: string; | ||
loginPrompt?: string | RegExp; | ||
maxBufferLength?: number; | ||
newlineReplace?: string; | ||
ors?: string; | ||
shellPrompt?: string; | ||
shellPrompt?: string | RegExp; | ||
stripControls?: boolean; | ||
@@ -19,0 +19,0 @@ timeout?: number; |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "2.0.9", | ||
"version": "2.1.0", | ||
"main": "./lib/index.js", | ||
@@ -11,0 +11,0 @@ "types": "./lib/index.d.ts", |
63587