Skip to content

Commit 5f74294

Browse files
ActiveCampaign republish (#14616)
* republish create-or-update-contact action * pnpm-lock
1 parent 1484f42 commit 5f74294

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

components/activecampaign/actions/create-or-update-contact/create-or-update-contact.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "activecampaign-create-or-update-contact",
66
name: "Create or Update Contact",
77
description: "Creates a new contact or updates an existing contact. [See the documentation](https://developers.activecampaign.com/reference/sync-a-contacts-data).",
8-
version: "0.2.5",
8+
version: "0.2.6",
99
type: "action",
1010
async run({ $ }) {
1111
const response =

components/activecampaign/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/activecampaign",
3-
"version": "0.4.4",
3+
"version": "0.4.5",
44
"description": "Pipedream Activecampaing Components",
55
"main": "activecampaign.app.mjs",
66
"keywords": [
@@ -14,7 +14,7 @@
1414
"access": "public"
1515
},
1616
"dependencies": {
17-
"@pipedream/platform": "^1.6.0",
17+
"@pipedream/platform": "^3.0.3",
1818
"inflection": "^3.0.0"
1919
}
2020
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)