Skip to content

Commit 384a4ed

Browse files
committed
updates
1 parent 5e8e0c8 commit 384a4ed

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

components/topmessage/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@
1111
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
1212
"publishConfig": {
1313
"access": "public"
14+
},
15+
"dependencies": {
16+
"@pipedream/platform": "^3.1.0"
1417
}
1518
}

components/topmessage/topmessage.app.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default {
2323
shortenURLs: {
2424
type: "boolean",
2525
label: "Shorten URLs",
26-
description: "Description for shorten URLs",
26+
description: "Indicates whether HTTPS URLs in the text should be replaced with shortened URLs",
2727
optional: true,
2828
},
2929
templateId: {
@@ -35,7 +35,7 @@ export default {
3535
channel: {
3636
type: "string",
3737
label: "Channel",
38-
description: "The communication channel your message sent through",
38+
description: "The communication channel your message will be sent through",
3939
options: constants.CHANNEL_OPTIONS,
4040
optional: true,
4141
},

0 commit comments

Comments
 (0)