@zero-transfer/ftp 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 +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +18 -4
- package/dist/index.d.ts +18 -4
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ import { createFtpProviderFactory } from "@zero-transfer/ftp";
|
|
|
20
20
|
|
|
21
21
|
## Public surface
|
|
22
22
|
|
|
23
|
-
This package
|
|
23
|
+
This package publishes a narrowed surface of **14** 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
|
@@ -562,7 +562,7 @@ function createPinnedHostKeyError(value) {
|
|
|
562
562
|
function createSshAlgorithmsError(value) {
|
|
563
563
|
return new ConfigurationError({
|
|
564
564
|
details: { algorithms: value },
|
|
565
|
-
message: "Connection profile ssh.algorithms must use
|
|
565
|
+
message: "Connection profile ssh.algorithms must use SSH-compatible non-empty algorithm lists",
|
|
566
566
|
retryable: false
|
|
567
567
|
});
|
|
568
568
|
}
|