Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/aws",
"version": "0.7.3",
"version": "0.7.4",
"description": "Pipedream Aws Components",
"main": "aws.app.mjs",
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default {
These events can trigger a Pipedream workflow and can be consumed via SSE or REST API.
`),
type: "source",
version: "1.2.4",
version: "1.2.5",
props: {
...base.props,
domain: {
Expand Down
2 changes: 1 addition & 1 deletion components/imap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/imap",
"version": "0.0.4",
"version": "0.0.5",
"description": "Pipedream IMAP Components",
"main": "imap.app.mjs",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion components/imap/sources/new-email/new-email.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default {
key: "imap-new-email",
name: "New Email",
description: "Emit new event for each new email in a mailbox",
version: "0.0.4",
version: "0.0.5",
type: "source",
dedupe: "unique",
props: {
Expand Down
Loading