From fff19827d26dec8028899e8cb8dd6c95bdb5694b Mon Sep 17 00:00:00 2001 From: Leo Vu Date: Fri, 11 Apr 2025 10:20:20 +0700 Subject: [PATCH 1/2] Minor fix on Swell action description --- components/swell/actions/update-account/update-account.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/swell/actions/update-account/update-account.mjs b/components/swell/actions/update-account/update-account.mjs index 17ad04316bc1e..292c5ec930a9e 100644 --- a/components/swell/actions/update-account/update-account.mjs +++ b/components/swell/actions/update-account/update-account.mjs @@ -4,7 +4,7 @@ export default { key: "swell-update-account", name: "Update Account", description: "Update an existing account with the corresponding ID. [See the documentation](https://developers.swell.is/backend-api/accounts/update-an-account)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { app, @@ -57,7 +57,7 @@ export default { notes: this.notes, }, }); - $.export("$summary", "Successfully updated account with ID: " + this.id); + $.export("$summary", "Successfully updated account with ID: " + this.accountId); return response; }, }; From f8a1060e56f7aa8990e048df7240b9838c8db330 Mon Sep 17 00:00:00 2001 From: Leo Vu Date: Fri, 11 Apr 2025 10:25:25 +0700 Subject: [PATCH 2/2] Bump package.json version --- components/swell/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/swell/package.json b/components/swell/package.json index 6bb3eb92ef86d..dc3e8ef76e405 100644 --- a/components/swell/package.json +++ b/components/swell/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/swell", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Swell Components", "main": "swell.app.mjs", "keywords": [