@zero-transfer/ftps 0.1.6 → 0.3.1

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
@@ -20,7 +20,7 @@ import { createFtpsProviderFactory } from "@zero-transfer/ftps";
20
20
 
21
21
  ## Public surface
22
22
 
23
- This package narrows [`@zero-transfer/sdk`](https://www.npmjs.com/package/@zero-transfer/sdk) to **4** exports. Every symbol is re-exported from the SDK; the table below links into the full API reference:
23
+ This package publishes a narrowed surface of **4** exports. These symbols are also available from [`@zero-transfer/sdk`](https://www.npmjs.com/package/@zero-transfer/sdk); the table below links into the full API reference:
24
24
 
25
25
  | Symbol | Kind | Notes |
26
26
  | --------------------------------------------------------------------------------------------------------------------------------------- | --------- | ------------------ |
package/dist/index.cjs CHANGED
@@ -554,7 +554,7 @@ function createPinnedHostKeyError(value) {
554
554
  function createSshAlgorithmsError(value) {
555
555
  return new ConfigurationError({
556
556
  details: { algorithms: value },
557
- message: "Connection profile ssh.algorithms must use ssh2-compatible non-empty algorithm lists",
557
+ message: "Connection profile ssh.algorithms must use SSH-compatible non-empty algorithm lists",
558
558
  retryable: false
559
559
  });
560
560
  }