From e2dcb188af740bd4dfe65e5868f6614267f62aa4 Mon Sep 17 00:00:00 2001 From: Biz Melesse Date: Mon, 10 Feb 2025 14:21:10 -0600 Subject: [PATCH 1/6] Update lock file --- pnpm-lock.yaml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2cefda171d512..deff9cd507ab0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3258,8 +3258,7 @@ importers: specifier: ^0.12.7 version: 0.12.7 - components/elastic_cloud: - specifiers: {} + components/elastic_cloud: {} components/elastic_email: {} @@ -4209,8 +4208,7 @@ importers: components/glide: {} - components/globalping: - specifiers: {} + components/globalping: {} components/gloria_ai: dependencies: @@ -6343,8 +6341,7 @@ importers: specifier: ^3.0.0 version: 3.0.3 - components/mailtrap: - specifiers: {} + components/mailtrap: {} components/mailwizz: dependencies: @@ -9906,8 +9903,7 @@ importers: components/simplybook_me: {} - components/sinch_messagemedia: - specifiers: {} + components/sinch_messagemedia: {} components/sitecreator_io: dependencies: From f3133c3f709eba5e0c31218e8f512a2180da9ffe Mon Sep 17 00:00:00 2001 From: Biz Melesse Date: Mon, 10 Feb 2025 14:23:00 -0600 Subject: [PATCH 2/6] Add an empty change --- components/slack/slack.app.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/slack/slack.app.mjs b/components/slack/slack.app.mjs index 443a99e60dbeb..17dfdcabecb81 100644 --- a/components/slack/slack.app.mjs +++ b/components/slack/slack.app.mjs @@ -41,6 +41,7 @@ export default { }; }, }, + group: { type: "string", label: "Group", From 45c93693a712620db21143a04c3a5ad1c065d0d4 Mon Sep 17 00:00:00 2001 From: Biz Melesse Date: Mon, 10 Feb 2025 14:28:52 -0600 Subject: [PATCH 3/6] Bump component version --- components/slack/slack.app.mjs | 1 - components/slottable/package.json | 2 +- components/slottable/slottable.app.mjs | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/slack/slack.app.mjs b/components/slack/slack.app.mjs index 17dfdcabecb81..443a99e60dbeb 100644 --- a/components/slack/slack.app.mjs +++ b/components/slack/slack.app.mjs @@ -41,7 +41,6 @@ export default { }; }, }, - group: { type: "string", label: "Group", diff --git a/components/slottable/package.json b/components/slottable/package.json index 5b7020934afe3..6c3422dd43aaf 100644 --- a/components/slottable/package.json +++ b/components/slottable/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/slottable", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Slottable Components", "main": "slottable.app.mjs", "keywords": [ diff --git a/components/slottable/slottable.app.mjs b/components/slottable/slottable.app.mjs index 3fe7271c55880..8abdaaff8dd0d 100644 --- a/components/slottable/slottable.app.mjs +++ b/components/slottable/slottable.app.mjs @@ -1,6 +1,7 @@ import { axios } from "@pipedream/platform"; export default { + foo: "bar", type: "app", app: "slottable", propDefinitions: {}, From 064be28c1b756d0df39f6399d0f92c8956fe8d5e Mon Sep 17 00:00:00 2001 From: Biz Melesse Date: Mon, 10 Feb 2025 14:30:22 -0600 Subject: [PATCH 4/6] Comment out the change --- components/slottable/slottable.app.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/slottable/slottable.app.mjs b/components/slottable/slottable.app.mjs index 8abdaaff8dd0d..0480fed548e4b 100644 --- a/components/slottable/slottable.app.mjs +++ b/components/slottable/slottable.app.mjs @@ -1,7 +1,7 @@ import { axios } from "@pipedream/platform"; export default { - foo: "bar", + // foo: "bar", type: "app", app: "slottable", propDefinitions: {}, From 3ee1a483d8a615538437c1abf72c78d464de4c3c Mon Sep 17 00:00:00 2001 From: Biz Melesse Date: Mon, 10 Feb 2025 14:30:57 -0600 Subject: [PATCH 5/6] Add a comment --- components/slottable/slottable.app.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/slottable/slottable.app.mjs b/components/slottable/slottable.app.mjs index 0480fed548e4b..cd0224187d621 100644 --- a/components/slottable/slottable.app.mjs +++ b/components/slottable/slottable.app.mjs @@ -1,7 +1,7 @@ import { axios } from "@pipedream/platform"; +// Please remove this comment after testing DJ-2872 export default { - // foo: "bar", type: "app", app: "slottable", propDefinitions: {}, From 3535aca6810a5f1a5f4d650ab15c540aa3c281bd Mon Sep 17 00:00:00 2001 From: Biz Melesse Date: Mon, 10 Feb 2025 15:28:51 -0600 Subject: [PATCH 6/6] Bump version --- .../sources/booking-contact-updated/booking-contact-updated.mjs | 2 +- .../slottable/sources/contact-updated/contact-updated.mjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/slottable/sources/booking-contact-updated/booking-contact-updated.mjs b/components/slottable/sources/booking-contact-updated/booking-contact-updated.mjs index c3a8b7cc35593..4a717479cf3d8 100644 --- a/components/slottable/sources/booking-contact-updated/booking-contact-updated.mjs +++ b/components/slottable/sources/booking-contact-updated/booking-contact-updated.mjs @@ -4,7 +4,7 @@ export default { ...common, key: "slottable-booking-contact-updated", name: "Booking Contact Updated", - version: "0.0.1", + version: "0.0.2", description: "Emit new event when a booking contact is changed (new, updated, or deleted) in Slottable.", type: "source", dedupe: "unique", diff --git a/components/slottable/sources/contact-updated/contact-updated.mjs b/components/slottable/sources/contact-updated/contact-updated.mjs index 865b84a1fa2e8..e9f8c4893eb0e 100644 --- a/components/slottable/sources/contact-updated/contact-updated.mjs +++ b/components/slottable/sources/contact-updated/contact-updated.mjs @@ -4,7 +4,7 @@ export default { ...common, key: "slottable-contact-updated", name: "Contact Updated", - version: "0.0.1", + version: "0.0.2", description: "Emit new event when a contact is changed (new, updated, or deleted) in Slottable.", type: "source", dedupe: "unique",