Skip to content

Commit 3b99517

Browse files
authored
Updating sftp_password_based_auth (#17278)
1 parent 438bffe commit 3b99517

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

components/sftp_password_based_auth/actions/upload-file/upload-file.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ export default {
99
key: "sftp_password_based_auth-upload-file",
1010
name: "Upload File (Password Auth)",
1111
description: "Uploads a file or string in UTF-8 format to the SFTP server. [See the documentation](https://github.com/theophilusx/ssh2-sftp-client#org99d1b64)",
12-
version: "0.2.1",
12+
version: "0.3.0",
1313
type: "action",
1414
};

components/sftp_password_based_auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/sftp_password_based_auth",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"description": "Pipedream SFTP Components",
55
"main": "sftp_password_based_auth.app.mjs",
66
"keywords": [
@@ -14,6 +14,6 @@
1414
"access": "public"
1515
},
1616
"dependencies": {
17-
"@pipedream/sftp": "^0.4.1"
17+
"@pipedream/sftp": "^0.5.0"
1818
}
1919
}

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)