Skip to content

Releases: gibme-npm/ssh

v22.0.0

03 Apr 21:38
6a9c835

Choose a tag to compare

What's Changed

  • Bump minimum Node.js to >=22, drop Node 20 from CI matrix
  • Migrate test framework from mocha/ts-node to node:test/tsx
  • Migrate npm publishing to OIDC Trusted Publishing
  • Bump GitHub Actions to v4
  • Update tsconfig target to ES2024, remove deprecated options
  • Update @gibme dependencies to latest versions
  • Improve README with usage examples and API overview

v20.0.1

13 Dec 20:17
3d87d59

Choose a tag to compare

Simple SSH helper/wrapper

Documentation

https://gibme-npm.github.io/ssh/

v20.0.0

24 Aug 21:04
5d8793f

Choose a tag to compare

Simple SSH helper/wrapper

Documentation

https://gibme-npm.github.io/ssh/

v3.0.1

11 May 21:32
43664cc

Choose a tag to compare

Simple SSH helper/wrapper

Documentation

https://gibme-npm.github.io/ssh/

v3.0.0: - Updated dependencies

10 May 23:46
ea9ab97

Choose a tag to compare

- Drastically improved the stream handling

v2.0.1

27 Dec 19:13
a2904c8

Choose a tag to compare

Update for package audits

v2.0.0

08 Aug 20:01
2cc7e9b

Choose a tag to compare

stream() no longer returns a cancellation method, instead, you must p…

v1.0.3

26 Jul 01:10
0a97a8c

Choose a tag to compare

Fixed a few bugs in how we handle cancelled streams

v1.0.2

10 Jul 12:57
4a3137b

Choose a tag to compare

Do not attempt connection or disconnection if the client is not in th…

v1.0.1

09 Jul 12:43
bc5ae4b

Choose a tag to compare

Additional type exports