This repository was archived by the owner on Aug 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +432
-417
lines changed
Expand file tree Collapse file tree 4 files changed +432
-417
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,6 @@ declare class SSHConnection {
3333 private connectViaBastion ;
3434 private connect ;
3535 private getPassphrase ;
36- forward ( options : ForwardingOptions ) : Promise < { } > ;
36+ forward ( options : ForwardingOptions ) : Promise < unknown > ;
3737}
3838export { SSHConnection , Options } ;
Original file line number Diff line number Diff line change 1515 * limitations under the License.
1616 */
1717Object . defineProperty ( exports , "__esModule" , { value : true } ) ;
18+ exports . SSHConnection = void 0 ;
1819const ssh2_1 = require ( "ssh2" ) ;
1920const net = require ( "net" ) ;
2021const fs = require ( "fs" ) ;
Original file line number Diff line number Diff line change 2727 "test" : " nyc ./node_modules/mocha/bin/_mocha --ui bdd --recursive --timeout 30000 --require ts-node/register \" test/test.ts\" "
2828 },
2929 "devDependencies" : {
30- "@types/mocha" : " ^5.2.5 " ,
31- "@types/node" : " ^10.3.1 " ,
30+ "@types/mocha" : " ^8.0.3 " ,
31+ "@types/node" : " ^12.0.0 " ,
3232 "@types/ssh2" : " ^0.5.35" ,
3333 "mocha" : " ^5.2.0" ,
3434 "nyc" : " ^15.0.0" ,
35- "ts-node" : " ^7 .0.1 " ,
36- "tslint" : " ^5.10 .0" ,
35+ "ts-node" : " ^9 .0.0 " ,
36+ "tslint" : " ^6.1 .0" ,
3737 "tslint-config-airbnb" : " ^5.11.0" ,
38- "typescript" : " ^3 .0.3 "
38+ "typescript" : " ^4 .0.0 "
3939 }
4040}
You can’t perform that action at this time.
0 commit comments