Skip to content
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion components/campaignhq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/campaignhq",
"version": "0.1.1",
"version": "0.1.2",
"description": "Pipedream CampaignHQ Components",
"main": "campaignhq.app.mjs",
"keywords": [
Expand All @@ -11,5 +11,8 @@
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@pipedream/platform": "^3.0.3"
}
}
4 changes: 2 additions & 2 deletions components/credit_repair_cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/credit_repair_cloud",
"version": "0.1.1",
"version": "0.1.2",
"description": "Pipedream Credit Repair Cloud Components",
"main": "credit_repair_cloud.app.mjs",
"keywords": [
Expand All @@ -13,7 +13,7 @@
"access": "public"
},
"dependencies": {
"axios": "^1.4.0",
"@pipedream/platform": "^3.0.3",
"js2xmlparser": "^5.0.0",
"xml2js": "^0.6.0"
}
Expand Down
2 changes: 1 addition & 1 deletion components/getemails/actions/find-email/find-email.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
name: "Find Email",
description: "Provide Full name of your prospect with Domain or Website and Api will provide you an email address of the prospect in response. [See the documentation](https://app2.getemail.io/dash/integration/api/v2/1#).",
key: "getemails-find-email",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
name: "Status Find Email",
description: "Use this Api when you want to know the status of any previous find-email Api request. [See the documentation](https://app2.getemail.io/dash/integration/api/v2/2).",
key: "getemails-status-find-email",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
app,
Expand Down
2 changes: 1 addition & 1 deletion components/getemails/actions/verify-email/verify-email.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
name: "Verify Email",
description: "The Api verifies your requested email address, whether it is a Good or Bad email address. [See the documentation](https://app2.getemail.io/dash/integration/api/v2/3).",
key: "getemails-verify-email",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
app,
Expand Down
2 changes: 1 addition & 1 deletion components/getemails/getemails.app.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { axios } from "@pipedreamhq/platform";
import { axios } from "@pipedream/platform";

export default {
type: "app",
Expand Down
2 changes: 1 addition & 1 deletion components/getemails/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/getemails",
"version": "0.1.1",
"version": "0.1.2",
"description": "Pipedream GetEmails Components",
"main": "getemails.app.mjs",
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions components/spotlightr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
},
"dependencies": {
"@pipedream/platform": "^3.1.0",
"axios": "^1.11.0",
"form-data": "^4.0.0",
"fs": "^0.0.1-security"
}
Expand Down
4 changes: 2 additions & 2 deletions components/stack_exchange/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@pipedream/stack_exchange",
"version": "0.3.7",
"version": "0.3.8",
"description": "Pipedream Stack_exchange Components",
"main": "stack_exchange.app.mjs",
"main": "stack_exchange.app.js",
"keywords": [
"pipedream",
"stack_exchange"
Expand Down
5 changes: 4 additions & 1 deletion components/stormboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/stormboard",
"version": "0.0.3",
"version": "0.0.4",
"description": "Pipedream Stormboard Components",
"main": "stormboard.app.mjs",
"keywords": [
Expand All @@ -11,5 +11,8 @@
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@pipedream/platform": "^3.0.3"
}
}
4 changes: 2 additions & 2 deletions components/strava/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/strava",
"version": "0.3.6",
"version": "0.3.7",
"description": "Pipedream Strava Components",
"main": "strava.app.mjs",
"keywords": [
Expand All @@ -10,7 +10,7 @@
"homepage": "https://pipedream.com/apps/strava",
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
"dependencies": {
"axios": "^0.21.1"
"@pipedream/platform": "^3.0.3"
},
"gitHead": "e12480b94cc03bed4808ebc6b13e7fdb3a1ba535",
"publishConfig": {
Expand Down
5 changes: 4 additions & 1 deletion components/supernotes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/supernotes",
"version": "0.0.4",
"version": "0.0.5",
"description": "Pipedream Supernotes Components",
"main": "supernotes.app.mjs",
"keywords": [
Expand All @@ -11,5 +11,8 @@
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@pipedream/platform": "^3.0.3"
}
}
5 changes: 3 additions & 2 deletions components/superphone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/superphone",
"version": "0.1.0",
"version": "0.1.1",
"description": "Pipedream SuperPhone Components",
"main": "superphone.app.mjs",
"keywords": [
Expand All @@ -10,7 +10,8 @@
"homepage": "https://pipedream.com/apps/superphone",
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
"dependencies": {
"@pipedream/platform": "^1.5.1"
"@pipedream/platform": "^1.5.1",
"graphql-request": "^7.2.0"
},
"publishConfig": {
"access": "public"
Expand Down
5 changes: 4 additions & 1 deletion components/teamwork_desk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/teamwork_desk",
"version": "0.1.0",
"version": "0.1.1",
"description": "Pipedream Teamwork Desk Components",
"main": "teamwork_desk.app.mjs",
"keywords": [
Expand All @@ -11,5 +11,8 @@
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@pipedream/platform": "^3.0.3"
}
}
5 changes: 4 additions & 1 deletion components/trakt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/trakt",
"version": "0.1.1",
"version": "0.1.2",
"description": "Pipedream Trakt Components",
"main": "trakt.app.mjs",
"keywords": [
Expand All @@ -11,5 +11,8 @@
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@pipedream/platform": "^3.0.3"
}
}
5 changes: 4 additions & 1 deletion components/translate_com/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/translate_com",
"version": "0.1.0",
"version": "0.1.1",
"description": "Pipedream Translate.com Components",
"main": "translate_com.app.mjs",
"keywords": [
Expand All @@ -11,5 +11,8 @@
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@pipedream/platform": "^3.0.3"
}
}
5 changes: 4 additions & 1 deletion components/trestle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/trestle",
"version": "0.1.0",
"version": "0.1.1",
"description": "Pipedream Trestle Components",
"main": "trestle.app.mjs",
"keywords": [
Expand All @@ -11,5 +11,8 @@
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@pipedream/platform": "^3.0.3"
}
}
8 changes: 4 additions & 4 deletions components/typebot/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@pipedream/typebot",
"version": "0.0.5",
"version": "0.0.6",
"description": "Pipedream Typebot Components",
"main": "typebot.app.mjs",
"keywords": [
"pipedream",
"typebot"
],
"files": [
"dist"
],
"homepage": "https://pipedream.com/apps/typebot",
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@pipedream/platform": "^3.0.3"
}
}
5 changes: 4 additions & 1 deletion components/uipath_automation_hub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/uipath_automation_hub",
"version": "0.1.0",
"version": "0.1.1",
"description": "Pipedream UiPath Automation Hub Components",
"main": "uipath_automation_hub.app.mjs",
"keywords": [
Expand All @@ -11,5 +11,8 @@
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@pipedream/platform": "^3.0.3"
}
}
5 changes: 4 additions & 1 deletion components/universal_summarizer_by_kagi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/universal_summarizer_by_kagi",
"version": "0.1.0",
"version": "0.1.1",
"description": "Pipedream Universal Summarizer by Kagi Components",
"main": "universal_summarizer_by_kagi.app.mjs",
"keywords": [
Expand All @@ -11,5 +11,8 @@
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@pipedream/platform": "^3.0.3"
}
}
5 changes: 4 additions & 1 deletion components/upwave/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/upwave",
"version": "0.1.0",
"version": "0.1.1",
"description": "Pipedream Upwave Components",
"main": "upwave.app.mjs",
"keywords": [
Expand All @@ -11,5 +11,8 @@
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@pipedream/platform": "^3.0.3"
}
}
5 changes: 4 additions & 1 deletion components/userflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/userflow",
"version": "0.1.0",
"version": "0.1.1",
"description": "Pipedream Userflow Components",
"main": "userflow.app.mjs",
"keywords": [
Expand All @@ -11,5 +11,8 @@
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@pipedream/platform": "^3.0.3"
}
}
5 changes: 4 additions & 1 deletion components/visualping/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/visualping",
"version": "0.1.2",
"version": "0.1.3",
"description": "Pipedream VisualPing Components",
"main": "app/visualping.app.mjs",
"keywords": [
Expand All @@ -11,5 +11,8 @@
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@pipedream/platform": "^3.0.3"
}
}
5 changes: 4 additions & 1 deletion components/voice_monkey/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/voice_monkey",
"version": "0.0.4",
"version": "0.0.5",
"description": "Pipedream Voice Monkey Components",
"main": "voice_monkey.app.mjs",
"keywords": [
Expand All @@ -11,5 +11,8 @@
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@pipedream/platform": "^3.0.3"
}
}
5 changes: 4 additions & 1 deletion components/wesupply/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/wesupply",
"version": "0.0.2",
"version": "0.0.3",
"description": "Pipedream WeSupply Components",
"main": "wesupply.app.mjs",
"keywords": [
Expand All @@ -11,5 +11,8 @@
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@pipedream/platform": "^3.0.3"
}
}
5 changes: 3 additions & 2 deletions components/workflow_max/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/workflow_max",
"version": "0.1.0",
"version": "0.1.1",
"description": "Pipedream Workflow Max Components",
"main": "workflow_max.app.mjs",
"keywords": [
Expand All @@ -13,6 +13,7 @@
"access": "public"
},
"dependencies": {
"@pipedream/platform": "^3.1.0"
"@pipedream/platform": "^3.1.0",
"xml2js": "^0.6.2"
}
}
2 changes: 1 addition & 1 deletion components/yotpo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/yotpo",
"version": "0.3.6",
"version": "0.3.7",
"description": "Pipedream Yotpo Components",
"main": "yotpo.app.mjs",
"keywords": [
Expand Down
File renamed without changes.
Loading
Loading