@activepieces/piece-sftp 0.3.4 → 0.3.6
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/package.json +2 -2
- package/src/i18n/zh.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-sftp",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.6",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@sinclair/typebox": "0.34.11",
|
|
6
6
|
"axios": "1.8.3",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"zod": "3.25.76",
|
|
17
17
|
"@activepieces/pieces-common": "0.7.0",
|
|
18
18
|
"@activepieces/pieces-framework": "0.18.4",
|
|
19
|
-
"@activepieces/shared": "0.
|
|
19
|
+
"@activepieces/shared": "0.20.0",
|
|
20
20
|
"tslib": "2.8.1"
|
|
21
21
|
},
|
|
22
22
|
"overrides": {
|
package/src/i18n/zh.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"Host": "主机",
|
|
7
7
|
"Port": "端口",
|
|
8
8
|
"Username": "用户名",
|
|
9
|
-
"Password": "
|
|
9
|
+
"Password": "Password",
|
|
10
10
|
"The protocol to use": "The protocol to use",
|
|
11
11
|
"Allow connections to servers with self-signed certificates": "Allow connections to servers with self-signed certificates",
|
|
12
12
|
"The host of the server": "The host of the server",
|