Skip to content

Commit db31dbe

Browse files
committed
Merge upstream master into fork
2 parents f50626e + 318669f commit db31dbe

File tree

542 files changed

+11398
-49750
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

542 files changed

+11398
-49750
lines changed

.github/actions/git-diff-on-components/package-lock.json

Lines changed: 0 additions & 2343 deletions
This file was deleted.

.github/actions/push-registry-app-files-supabase/package-lock.json

Lines changed: 0 additions & 407 deletions
This file was deleted.

blog/pi/create_index.ipynb

Lines changed: 0 additions & 618 deletions
This file was deleted.
-9 MB
Binary file not shown.

blog/pi/poetry.lock

Lines changed: 0 additions & 5389 deletions
This file was deleted.

blog/pi/pyproject.toml

Lines changed: 0 additions & 35 deletions
This file was deleted.

components/_1crm/yarn.lock

Lines changed: 0 additions & 85 deletions
This file was deleted.

components/_2markdown/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/_2markdown",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Pipedream 2markdown Components",
55
"main": "_2markdown.app.mjs",
66
"keywords": [
@@ -14,6 +14,6 @@
1414
},
1515
"dependencies": {
1616
"@pipedream/platform": "^3.1.0",
17-
"form-data": "^4.0.1"
17+
"form-data": "^4.0.4"
1818
}
1919
}

components/activecampaign/actions/add-contact-to-automation/add-contact-to-automation.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "activecampaign-add-contact-to-automation",
55
name: "Add Contact to Automation",
66
description: "Adds an existing contact to an existing automation. See the docs [here](https://developers.activecampaign.com/reference/create-new-contactautomation).",
7-
version: "0.2.1",
7+
version: "0.2.2",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/activecampaign/actions/create-account/create-account.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
name: "Create Account",
66
description: "Create a new account. See the docs [here](https://developers.activecampaign.com/reference#create-an-account-new).",
77
type: "action",
8-
version: "0.0.4",
8+
version: "0.0.5",
99
annotations: {
1010
destructiveHint: false,
1111
openWorldHint: true,

0 commit comments

Comments
 (0)