Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
84b7e89
Refactored MIT license
lcaresia Jan 23, 2023
6ebea30
Removed MIT license from package.json
lcaresia Jan 23, 2023
d53d1e8
Removed MIT license from package.json
lcaresia Jan 23, 2023
d736e07
Removed MIT license from package.json
lcaresia Jan 23, 2023
8436722
Removed MIT license from package.json
lcaresia Jan 23, 2023
3cb04ea
Removed MIT license from package.json
lcaresia Jan 23, 2023
4a758c8
Removed MIT license from package.json
lcaresia Jan 23, 2023
c7ff3c5
Removed MIT license from package.json
lcaresia Jan 23, 2023
e8485ec
Removed MIT license from package.json
lcaresia Jan 23, 2023
ca2b8fb
Removed MIT license from package.json
lcaresia Jan 23, 2023
88904c7
Removed MIT license from package.json
lcaresia Jan 23, 2023
a4cc2f7
Removed MIT license from package.json
lcaresia Jan 23, 2023
708cf71
Removed MIT license from package.json
lcaresia Jan 23, 2023
17e48f2
Removed MIT license from package.json
lcaresia Jan 23, 2023
2995b53
Removed MIT license from package.json
lcaresia Jan 23, 2023
45bd270
Removed MIT license from package.json
lcaresia Jan 23, 2023
62c9c96
Removed MIT license from package.json
lcaresia Jan 23, 2023
27820a5
Removed MIT license from package.json
lcaresia Jan 23, 2023
8cfb545
Removed MIT license from package.json
lcaresia Jan 23, 2023
544c431
Removed MIT license from package.json
lcaresia Jan 23, 2023
45cb437
Removed MIT license from package.json
lcaresia Jan 23, 2023
191ae9f
Removed MIT license from package.json
lcaresia Jan 23, 2023
083ac3d
Removed MIT license from package.json
lcaresia Jan 23, 2023
6891bcc
Removed MIT license from package.json
lcaresia Jan 23, 2023
029041f
Removed MIT license from package.json
lcaresia Jan 23, 2023
ebd3888
Removed MIT license from package.json
lcaresia Jan 23, 2023
ed8fa07
Removed MIT license from package.json
lcaresia Jan 23, 2023
897d303
Removed MIT license from package.json
lcaresia Jan 23, 2023
ac2ce02
Increasing package.json version - Part 27
lcaresia Jan 23, 2023
8440ceb
Some fixes - Part 27
lcaresia Jan 23, 2023
83df47b
Merge remote-tracking branch 'origin/master' into remove-mit-27
lcaresia Jan 23, 2023
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed MIT license from package.json
  • Loading branch information
lcaresia committed Jan 23, 2023
commit c7ff3c5e37bb66bea41dfee95bc79449f62c57e5
3 changes: 1 addition & 2 deletions components/eversign/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/eversign",
"version": "0.0.1",
"version": "0.0.2",
"description": "Pipedream Eversign Components",
"main": "eversign.app.js",
"keywords": [
Expand All @@ -9,7 +9,6 @@
],
"homepage": "https://pipedream.com/apps/eversign",
"author": "Pipedream <support@pipedream.com> (https://pipedream.com/)",
"license": "MIT",
"gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion components/eversign/sources/new-event/new-event.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
type: "source",
name: "New Event",
description: "Emit new event when a new event occurs in EverSign. To begin receiving events, navigate to your Developer dashboard, and enter the URL of this source/workflow as the Webhook URL. https://eversign.com/api/documentation/webhooks",
version: "0.0.1",
version: "0.0.2",
dedupe: "unique",
props: {
app,
Expand Down
3 changes: 1 addition & 2 deletions components/exact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/exact",
"version": "0.0.2",
"version": "0.0.3",
"description": "Pipedream Exact Components",
"main": "dist/app/exact.app.mjs",
"keywords": [
Expand All @@ -12,7 +12,6 @@
],
"homepage": "https://pipedream.com/apps/exact",
"author": "Pipedream <support@pipedream.com> (https://pipedream.com/)",
"license": "MIT",
"publishConfig": {
"access": "public"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import expensify from "../../app/expensify.app";

export default defineAction({
key: "expensify-create-expense",
version: "0.0.2",
version: "0.0.3",
name: "Create Expense",
description: "Creates a new expense. [See docs here](https://integrations.expensify.com/Integration-Server/doc/#expense-creator)",
type: "action",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import fs from "fs";

export default defineAction({
key: "expensify-export-report-to-pdf",
version: "0.0.2",
version: "0.0.3",
name: "Export Report To PDF",
description: "Export a report to PDF. [See docs here](https://integrations.expensify.com/Integration-Server/doc/#report-exporter)",
type: "action",
Expand Down
3 changes: 1 addition & 2 deletions components/expensify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/expensify",
"version": "0.0.2",
"version": "0.0.3",
"description": "Pipedream Expensify Components",
"main": "dist/app/expensify.app.mjs",
"keywords": [
Expand All @@ -12,7 +12,6 @@
],
"homepage": "https://pipedream.com/apps/expensify",
"author": "Pipedream <support@pipedream.com> (https://pipedream.com/)",
"license": "MIT",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion components/expofp/actions/add-exhibitor/add-exhibitor.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import common from "../common/add-or-update-exhibitor.mjs";
export default {
...common,
name: "Add Exhibitor",
version: "0.0.1",
version: "0.0.2",
key: "expofp-add-exhibitor",
description:
"Adds an exhibitor. [See docs here](https://expofp.docs.apiary.io/#reference/0/add-exhibitor/add-exhibitor)",
Expand Down
2 changes: 1 addition & 1 deletion components/expofp/actions/get-booth/get-booth.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import expofp from "../../expofp.app.mjs";

export default {
name: "Get Booth",
version: "0.0.2",
version: "0.0.3",
key: "expofp-get-booth",
description: "Get details of a booth. [See docs here](https://expofp.docs.apiary.io/#reference/0/get-booth-details/get-booth-details)",
type: "action",
Expand Down
2 changes: 1 addition & 1 deletion components/expofp/actions/get-exhibitor/get-exhibitor.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import expofp from "../../expofp.app.mjs";

export default {
name: "Get Exhibitor",
version: "0.0.2",
version: "0.0.3",
key: "expofp-get-exhibitor",
description: "Get details of an exhibitor. [See docs here](https://expofp.docs.apiary.io/#reference/0/get-exhibitor-details/get-exhibitor-details)",
type: "action",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import expofp from "../../expofp.app.mjs";

export default {
name: "List All Events",
version: "0.0.1",
version: "0.0.2",
key: "expofp-list-all-events",
description:
"List all events. [See docs here](https://expofp.docs.apiary.io/#reference/0/list-all-events/list-all-events)",
Expand Down
2 changes: 1 addition & 1 deletion components/expofp/actions/update-booth/update-booth.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import expofp from "../../expofp.app.mjs";

export default {
name: "Update Booth",
version: "0.0.2",
version: "0.0.3",
key: "expofp-update-booth",
description: "Updates a booth. [See docs here](https://expofp.docs.apiary.io/#reference/0/update-booth/update-booth)",
type: "action",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import common from "../common/add-or-update-exhibitor.mjs";
export default {
...common,
name: "Update Exhibitor",
version: "0.0.2",
version: "0.0.3",
key: "expofp-update-exhibitor",
description: "Updates an exhibitor. [See docs here](https://expofp.docs.apiary.io/#reference/0/update-exhibitor/update-exhibitor)",
type: "action",
Expand Down
3 changes: 1 addition & 2 deletions components/expofp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/expofp",
"version": "0.1.0",
"version": "0.1.1",
"description": "Pipedream ExpoFP Components",
"main": "expofp.app.mjs",
"keywords": [
Expand All @@ -12,7 +12,6 @@
],
"homepage": "https://pipedream.com/apps/expofp",
"author": "Pipedream <support@pipedream.com> (https://pipedream.com/)",
"license": "MIT",
"publishConfig": {
"access": "public"
},
Expand Down
3 changes: 1 addition & 2 deletions components/f15five/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/f15five",
"version": "0.0.2",
"version": "0.0.3",
"description": "Pipedream 15Five Components",
"main": "dist/app/f15five.app.mjs",
"keywords": [
Expand All @@ -12,7 +12,6 @@
],
"homepage": "https://pipedream.com/apps/f15five",
"author": "Pipedream <support@pipedream.com> (https://pipedream.com/)",
"license": "MIT",
"publishConfig": {
"access": "public"
}
Expand Down
3 changes: 1 addition & 2 deletions components/facebook_groups/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/facebook_groups",
"version": "0.0.1",
"version": "0.0.2",
"description": "Pipedream Facebook Groups Components",
"main": "dist/app/facebook_groups.app.mjs",
"keywords": [
Expand All @@ -10,7 +10,6 @@
"files": ["dist"],
"homepage": "https://pipedream.com/apps/facebook_groups",
"author": "Pipedream <support@pipedream.com> (https://pipedream.com/)",
"license": "MIT",
"publishConfig": {
"access": "public"
}
Expand Down
3 changes: 1 addition & 2 deletions components/facturadirecta/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/facturadirecta",
"version": "0.0.1",
"version": "0.0.2",
"description": "Pipedream FacturaDirecta Components",
"main": "dist/app/facturadirecta.app.mjs",
"keywords": [
Expand All @@ -10,7 +10,6 @@
"files": ["dist"],
"homepage": "https://pipedream.com/apps/facturadirecta",
"author": "Pipedream <support@pipedream.com> (https://pipedream.com/)",
"license": "MIT",
"publishConfig": {
"access": "public"
}
Expand Down
3 changes: 1 addition & 2 deletions components/faire/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/faire",
"version": "0.0.1",
"version": "0.0.2",
"description": "Pipedream Faire Components",
"main": "dist/app/faire.app.mjs",
"keywords": [
Expand All @@ -10,7 +10,6 @@
"files": ["dist"],
"homepage": "https://pipedream.com/apps/faire",
"author": "Pipedream <support@pipedream.com> (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: "faunadb-execute-graphql-query",
name: "Execute GraphQL Query",
description: "Performs an arbitrary authorized GraphQL query. [See docs here](https://docs.fauna.com/fauna/current/api/graphql/endpoints#graphql)",
version: "0.0.2",
version: "0.0.3",
type: "action",
props: {
faunadb,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "faunadb-import-graphql-schema",
name: "Import GraphQL schema",
description: "Import graphQL schema to a database. [See docs here](https://docs.fauna.com/fauna/current/api/graphql/endpoints#import)",
version: "0.0.2",
version: "0.0.3",
type: "action",
props: {
faunadb,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "faunadb-read-from-collection",
name: "Read From FaunaDB Collection",
description: "Reads all documents from a given FaunaDB collection. [See docs here](https://docs.fauna.com/fauna/current/api/fql/functions/documents)",
version: "0.4.3",
version: "0.4.4",
type: "action",
props: {
faunadb,
Expand Down
3 changes: 1 addition & 2 deletions components/faunadb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/faunadb",
"version": "0.3.6",
"version": "0.3.7",
"description": "Pipedream Faunadb Components",
"main": "faunadb.app.mjs",
"keywords": [
Expand All @@ -9,7 +9,6 @@
],
"homepage": "https://pipedream.com/apps/faunadb",
"author": "Pipedream <support@pipedream.com> (https://pipedream.com/)",
"license": "MIT",
"dependencies": {
"@pipedream/platform": "^1.2.0",
"faunadb": "^4.5.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
key: "faunadb-changes-to-collection",
name: "New or Removed Documents in a Collection",
description: "Emit new event each time you add or remove a document from a specific collection, with the details of the document.",
version: "0.0.8",
version: "0.0.9",
dedupe: "unique", // Dedupe events based on the concatenation of event + document ref id
props: {
timer: {
Expand Down
3 changes: 1 addition & 2 deletions components/fedex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/fedex",
"version": "0.0.2",
"version": "0.0.3",
"description": "Pipedream FedEx Components",
"main": "dist/app/fedex.app.mjs",
"keywords": [
Expand All @@ -12,7 +12,6 @@
],
"homepage": "https://pipedream.com/apps/fedex",
"author": "Pipedream <support@pipedream.com> (https://pipedream.com/)",
"license": "MIT",
"publishConfig": {
"access": "public"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
name: "Get Subscriptions",
description: "Return all subscriptions. [See the docs here](https://github.com/feedbin/feedbin-api/blob/master/content/subscriptions.md#get-subscriptions).",
type: "action",
version: "0.1.2",
version: "0.1.3",
props: {
feedbin,
},
Expand Down
3 changes: 1 addition & 2 deletions components/feedbin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/feedbin",
"version": "0.0.3",
"version": "0.0.4",
"description": "Pipedream Feedbin Components",
"main": "feedbin.app.mjs",
"keywords": [
Expand All @@ -9,7 +9,6 @@
],
"homepage": "https://pipedream.com/apps/feedbin",
"author": "Pipedream <support@pipedream.com> (https://pipedream.com/)",
"license": "MIT",
"dependencies": {
"@pipedream/platform": "^1.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion components/feedbin/sources/liked-item/liked-item.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
name: "New Liked Item",
description: "Emit new event when a new item is liked. [See the docs here](https://github.com/feedbin/feedbin-api/blob/master/content/starred-entries.md#get-starred-entries)",
type: "source",
version: "0.0.2",
version: "0.0.3",
dedupe: "unique",
methods: {
...common.methods,
Expand Down
2 changes: 1 addition & 1 deletion components/feedbin/sources/new-search/new-search.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
name: "New Search",
description: "Emit new event when a new search is created. [See the docs here](https://github.com/feedbin/feedbin-api/blob/master/content/saved-searches.md#get-saved-searches)",
type: "source",
version: "0.0.2",
version: "0.0.3",
dedupe: "unique",
methods: {
...common.methods,
Expand Down
2 changes: 1 addition & 1 deletion components/feedbin/sources/saved-item/saved-item.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
name: "New Saved Item",
description: "Emit new event when a new item is saved. [See the docs here](https://github.com/feedbin/feedbin-api/blob/master/content/entries.md#get-v2entriesjson)",
type: "source",
version: "0.0.2",
version: "0.0.3",
dedupe: "unique",
props: {
...common.props,
Expand Down
2 changes: 1 addition & 1 deletion components/figma/actions/delete-comment/delete-comment.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
name: "Delete a Comment",
description: "Delete a comment to a file. [See the docs here](https://www.figma.com/developers/api#delete-comments-endpoint)",
key: "figma-delete-comment",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
figmaApp,
Expand Down
2 changes: 1 addition & 1 deletion components/figma/actions/list-comments/list-comments.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
name: "List Comments",
description: "Lists all comments left on a file. [See the docs here](https://www.figma.com/developers/api#get-comments-endpoint)",
key: "figma-list-comments",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
figmaApp,
Expand Down
2 changes: 1 addition & 1 deletion components/figma/actions/post-a-comment/post-a-comment.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
name: "Post a Comment",
description: "Posts a comment to a file. [See the docs here](https://www.figma.com/developers/api#post-comments-endpoint)",
key: "figma-post-a-comment",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
figmaApp,
Expand Down
3 changes: 1 addition & 2 deletions components/figma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/figma",
"version": "0.0.2",
"version": "0.0.3",
"description": "Pipedream Figma Components",
"main": "figma.app.js",
"keywords": [
Expand All @@ -9,7 +9,6 @@
],
"homepage": "https://pipedream.com/apps/figma",
"author": "Pipedream <support@pipedream.com> (https://pipedream.com/)",
"license": "MIT",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion components/figma/sources/new-comment/new-comment.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "figma-new-comment",
name: "New Comment (Instant)",
description: "Emit new event when someone comments on a file",
version: "0.0.1",
version: "0.0.2",
type: "source",
dedupe: "unique",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import common from "../common/common.mjs";
export default {
...common,
name: "Continue execution if a condition Is met",
version: "0.0.1",
version: "0.0.2",
key: "filter-continue-based-on-condition",
description: "Continue workflow execution only if a condition is met",
type: "action",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import common from "../common/common.mjs";
export default {
...common,
name: "End execution if a condition is met",
version: "0.0.1",
version: "0.0.2",
key: "filter-end-based-on-condition",
description: "End workflow execution if a condition is met",
type: "action",
Expand Down
Loading