@zero-transfer/ssh 0.4.0 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -54,9 +54,10 @@ This package publishes a narrowed surface of **23** exports. These symbols are a
54
54
 
55
55
  ## Examples
56
56
 
57
- | Example | What it shows |
58
- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- |
59
- | [`examples/sftp-private-key.ts`](https://github.com/tonywied17/zero-transfer/blob/main/examples/sftp-private-key.ts) | SFTP private-key authentication example with host-key pinning. |
57
+ | Example | What it shows |
58
+ | -------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
59
+ | [`examples/ssh-exec-command.ts`](https://github.com/tonywied17/zero-transfer/blob/main/examples/ssh-exec-command.ts) | SSH remote command execution via the standalone `@zero-transfer/ssh` stack. |
60
+ | [`examples/sftp-private-key.ts`](https://github.com/tonywied17/zero-transfer/blob/main/examples/sftp-private-key.ts) | SFTP private-key authentication example with host-key pinning. |
60
61
 
61
62
  ## Documentation
62
63