Skip to content

Refactored/removed MIT license from package.json - Part 16 #5275

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import ably from "../../ably.app.mjs";

export default {
name: "Publish Message",
version: "0.0.1",
version: "0.0.2",
key: "ably-publish-message",
description: "Publish a message in a channel. [See docs here](https://ably.com/docs/realtime/messages#message-publish)",
type: "action",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import ably from "../../ably.app.mjs";

export default {
name: "Publish Push Notification",
version: "0.0.1",
version: "0.0.2",
key: "ably-publish-push-notification",
description: "Publish a push notification for a channel. [See docs here](https://ably.com/docs/general/push/publish#channel-broadcast-example)",
type: "action",
Expand Down
3 changes: 1 addition & 2 deletions components/ably/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/ably",
"version": "0.0.1",
"version": "0.0.2",
"description": "Pipedream Ably Components",
"main": "ably.app.mjs",
"keywords": [
Expand All @@ -9,7 +9,6 @@
],
"homepage": "https://pipedream.com/apps/ably",
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
"license": "MIT",
"gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535",
"publishConfig": {
"access": "public"
Expand Down
3 changes: 1 addition & 2 deletions components/abuselpdb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/abuselpdb",
"version": "0.0.1",
"version": "0.0.2",
"description": "Pipedream AbuselPDB Components",
"main": "dist/app/abuselpdb.app.mjs",
"keywords": [
Expand All @@ -10,7 +10,6 @@
"files": ["dist"],
"homepage": "https://pipedream.com/apps/abuselpdb",
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
"license": "MIT",
"publishConfig": {
"access": "public"
}
Expand Down
3 changes: 1 addition & 2 deletions components/action_builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/action_builder",
"version": "0.0.2",
"version": "0.0.3",
"description": "Pipedream Action Builder Components",
"main": "dist/app/action_builder.app.mjs",
"keywords": [
Expand All @@ -12,7 +12,6 @@
],
"homepage": "https://pipedream.com/apps/action_builder",
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
"license": "MIT",
"publishConfig": {
"access": "public"
}
Expand Down
3 changes: 1 addition & 2 deletions components/action_network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/action_network",
"version": "0.0.2",
"version": "0.0.3",
"description": "Pipedream Action Network Components",
"main": "dist/app/action_network.app.mjs",
"keywords": [
Expand All @@ -12,7 +12,6 @@
],
"homepage": "https://pipedream.com/apps/action_network",
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
"license": "MIT",
"publishConfig": {
"access": "public"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "activecampaign-add-contact-to-automation",
name: "Add Contact to Automation",
description: "Adds an existing contact to an existing automation. See the docs [here](https://developers.activecampaign.com/reference/create-new-contactautomation).",
version: "0.2.0",
version: "0.2.1",
type: "action",
props: {
activecampaign,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
name: "Create Account",
description: "Create a new account. See the docs [here](https://developers.activecampaign.com/reference#create-an-account-new).",
type: "action",
version: "0.0.3",
version: "0.0.4",
props: {
activecampaign,
name: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
name: "Create Contact",
description: "Create a new contact. See the docs [here](https://developers.activecampaign.com/reference#create-a-contact-new).",
type: "action",
version: "0.0.4",
version: "0.0.5",
async run({ $ }) {
const response =
await this.activecampaign.createContact({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "activecampaign-create-deal",
name: "Create Deal",
description: "Creates a new deal. See the docs [here](https://developers.activecampaign.com/reference/create-a-deal-new).",
version: "0.2.0",
version: "0.2.1",
type: "action",
props: {
activecampaign,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "activecampaign-create-note",
name: "Create Note",
description: "Adds a note, arbitrary information to a contact, deal, or other Active Campaign objects. See the docs [here](https://developers.activecampaign.com/reference/create-a-note).",
version: "0.2.0",
version: "0.2.1",
type: "action",
props: {
activecampaign,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "activecampaign-create-or-update-contact",
name: "Create or Update Contact",
description: "Creates a new contact or updates an existing contact. See the docs [here](https://developers.activecampaign.com/reference/sync-a-contacts-data).",
version: "0.2.4",
version: "0.2.5",
type: "action",
props: {
...common.props,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "activecampaign-create-tracked-event",
name: "Create Tracked Event",
description: "Tracks an event using event tracking. See the docs [here](https://developers.activecampaign.com/reference/track-event).",
version: "0.2.0",
version: "0.2.1",
type: "action",
props: {
activecampaign,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "activecampaign-find-contact",
name: "Find Contact",
description: "Finds a contact. See the docs [here](https://developers.activecampaign.com/reference/list-all-contacts).",
version: "0.2.0",
version: "0.2.1",
type: "action",
props: {
activecampaign,
Expand Down
2 changes: 1 addition & 1 deletion components/activecampaign/actions/find-deal/find-deal.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "activecampaign-find-deal",
name: "Find Deal",
description: "Finds an existing deal by search field. See the docs [here](https://developers.activecampaign.com/reference/list-all-deals)",
version: "0.2.0",
version: "0.2.1",
type: "action",
props: {
activecampaign,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "activecampaign-get-all-lists",
name: "Get All Lists",
description: "Retrieves all lists. See the docs [here](https://developers.activecampaign.com/reference/retrieve-all-lists)",
version: "0.2.0",
version: "0.2.1",
type: "action",
props: {
activecampaign,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "activecampaign-get-contact-by-email",
name: "Get contact by email",
description: "Retrieves contact data from the ActiveCampaign CRM by email address. See the docs [here](https://developers.activecampaign.com/reference/list-all-contacts).",
version: "0.3.1",
version: "0.3.2",
type: "action",
props: {
activecampaign,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "activecampaign-get-contact",
name: "Get Contact",
description: "Retrieves an existing contact. See the docs [here](https://developers.activecampaign.com/reference/get-contact).",
version: "0.2.0",
version: "0.2.1",
type: "action",
props: {
activecampaign,
Expand Down
2 changes: 1 addition & 1 deletion components/activecampaign/actions/get-deal/get-deal.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "activecampaign-get-deal",
name: "Get Deal",
description: "Retrieves an existing deal. See the docs [here](https://developers.activecampaign.com/reference/retrieve-a-deal)",
version: "0.2.0",
version: "0.2.1",
type: "action",
props: {
activecampaign,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "activecampaign-get-tags-for-contact",
name: "Get Contact Tags",
description: "Get Contact Tags.",
version: "0.3.0",
version: "0.3.1",
type: "action",
props: {
activecampaign,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "activecampaign-list-all-contacts",
name: "List All Contacts",
description: "Retrieve all existing contacts. See the docs [here](https://developers.activecampaign.com/reference/list-all-contacts).",
version: "0.2.0",
version: "0.2.1",
type: "action",
props: {
activecampaign,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
name: "List Campaigns",
description: "List Campaigns. See the docs [here](https://developers.activecampaign.com/reference#list-all-campaigns).",
type: "action",
version: "0.0.3",
version: "0.0.4",
props: {
activecampaign,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "activecampaign-remove-tag-from-contact",
name: "Remove Contact Tag",
description: "Removes a tag from a contact. See the docs [here](https://developers.activecampaign.com/reference/remove-a-contacts-tag)",
version: "0.5.0",
version: "0.5.1",
type: "action",
props: {
activecampaign,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "activecampaign-tag-contact",
name: "Tag Contact",
description: "Tags a contact. See the docs [here](https://developers.activecampaign.com/reference/create-contact-tag).",
version: "0.3.0",
version: "0.3.1",
type: "action",
props: {
activecampaign,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "activecampaign-update-deal",
name: "Update Deal",
description: "Updates an existing deal. See the docs [here](https://developers.activecampaign.com/reference/update-a-deal-new).",
version: "0.2.0",
version: "0.2.1",
type: "action",
props: {
activecampaign,
Expand Down
3 changes: 1 addition & 2 deletions components/activecampaign/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/activecampaign",
"version": "0.4.2",
"version": "0.4.3",
"description": "Pipedream Activecampaing Components",
"main": "activecampaign.app.mjs",
"keywords": [
Expand All @@ -9,7 +9,6 @@
],
"homepage": "https://pipedream.com/apps/activecampaign",
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
"license": "MIT",
"gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535",
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
key: "activecampaign-campaign-bounce",
description:
"Emit new event when a contact email address bounces from a sent campaign.",
version: "0.0.5",
version: "0.0.6",
type: "source",
dedupe: "unique",
methods: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
key: "activecampaign-campaign-link-clicked",
description:
"Emit new event when a link from a campaign is clicked (will only run once for each unique link).",
version: "0.0.5",
version: "0.0.6",
type: "source",
dedupe: "unique",
methods: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
key: "activecampaign-campaign-opened",
description:
"Emit new event when a contact opens a campaign (will trigger once per contact per campaign).",
version: "0.0.5",
version: "0.0.6",
type: "source",
dedupe: "unique",
methods: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
name: "New Campaign Starts Sending (Instant)",
key: "activecampaign-campaign-starts-sending",
description: "Emit new event each time a campaign starts sending.",
version: "0.0.5",
version: "0.0.6",
type: "source",
dedupe: "unique",
methods: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
name: "New Contact Added to List (Instant)",
key: "activecampaign-contact-added-to-list",
description: "Emit new event each time a new contact is added to a list.",
version: "0.0.6",
version: "0.0.7",
type: "source",
dedupe: "unique",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
name: "New Automation Webhook",
key: "activecampaign-new-automation-webhook",
description: "Emit new event each time an automation sends out webhook data.",
version: "0.0.6",
version: "0.0.7",
type: "source",
dedupe: "unique",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
key: "activecampaign-new-campaign-unsubscribe",
description:
"Emit new event when a contact unsubscribes as a result of a campaign email sent to them.",
version: "0.0.5",
version: "0.0.6",
type: "source",
dedupe: "unique",
methods: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
name: "New Contact Note (Instant)",
key: "activecampaign-new-contact-note",
description: "Emit new event each time a new note is added to a contact.",
version: "0.0.5",
version: "0.0.6",
type: "source",
dedupe: "unique",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
name: "New Contact Task",
key: "activecampaign-new-contact-task",
description: "Emit new event each time a new contact task is created.",
version: "0.0.5",
version: "0.0.6",
type: "source",
dedupe: "unique",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
name: "New Deal Note (Instant)",
key: "activecampaign-new-deal-note",
description: "Emit new event each time a new note is added to a deal.",
version: "0.0.5",
version: "0.0.6",
type: "source",
dedupe: "unique",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
name: "New Deal Task (Instant)",
key: "activecampaign-new-deal-task",
description: "Emit new event each time a new task is added to a deal.",
version: "0.0.5",
version: "0.0.6",
type: "source",
dedupe: "unique",
props: {
Expand Down
2 changes: 1 addition & 1 deletion components/activecampaign/sources/new-event/new-event.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
key: "activecampaign-new-event",
description:
"Emit new event for the specified event type from ActiveCampaign.",
version: "0.0.5",
version: "0.0.6",
type: "source",
dedupe: "unique",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
name: "New or Updated Account",
key: "activecampaign-new-or-updated-account",
description: "Emit new event each time an account is added or updated.",
version: "0.0.4",
version: "0.0.5",
type: "source",
dedupe: "greatest",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
name: "New or Updated Calendar Feed",
key: "activecampaign-new-or-updated-calendar-feed",
description: "Emit new event each time a calendar feed is added or updated.",
version: "0.0.4",
version: "0.0.5",
type: "source",
dedupe: "greatest",
props: {
Expand Down
Loading