Skip to content

v11.0.0

Compare
Choose a tag to compare
@steelbrain steelbrain released this 03 Sep 16:31
  • Add ESM module exports for upcoming Node.js versions
  • BREAKING: Changed export to named, so it becomes const {NodeSSH} = require('node-ssh') and import {NodeSSH} from 'node-ssh'
  • Export Typescript types from package
  • Set default concurrency to 1 to ensure compatibility with wider array of servers