Skip to content

Commit 00f4dd3

Browse files
authored
Package publish fixes 2 (#18042)
* Dependency fixes * pnpm-lock * pnpm * pnpm * Adding native nodejs modules to "ignore list" for import checks * Version bumps for affected components * Checking for node prefix when checking package names
1 parent 5d27ebe commit 00f4dd3

File tree

31 files changed

+258
-94
lines changed

31 files changed

+258
-94
lines changed

components/campaignhq/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/campaignhq",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Pipedream CampaignHQ Components",
55
"main": "campaignhq.app.mjs",
66
"keywords": [
@@ -11,5 +11,8 @@
1111
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
1212
"publishConfig": {
1313
"access": "public"
14+
},
15+
"dependencies": {
16+
"@pipedream/platform": "^3.0.3"
1417
}
1518
}

components/credit_repair_cloud/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/credit_repair_cloud",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Pipedream Credit Repair Cloud Components",
55
"main": "credit_repair_cloud.app.mjs",
66
"keywords": [
@@ -13,7 +13,7 @@
1313
"access": "public"
1414
},
1515
"dependencies": {
16-
"axios": "^1.4.0",
16+
"@pipedream/platform": "^3.0.3",
1717
"js2xmlparser": "^5.0.0",
1818
"xml2js": "^0.6.0"
1919
}

components/getemails/actions/find-email/find-email.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
name: "Find Email",
55
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#).",
66
key: "getemails-find-email",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
app,

components/getemails/actions/status-find-email/status-find-email.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
name: "Status Find Email",
55
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).",
66
key: "getemails-status-find-email",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
app,

components/getemails/actions/verify-email/verify-email.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
name: "Verify Email",
55
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).",
66
key: "getemails-verify-email",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
app,

components/getemails/getemails.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { axios } from "@pipedreamhq/platform";
1+
import { axios } from "@pipedream/platform";
22

33
export default {
44
type: "app",

components/getemails/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/getemails",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Pipedream GetEmails Components",
55
"main": "getemails.app.mjs",
66
"keywords": [

components/spotlightr/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@pipedream/platform": "^3.1.0",
17+
"axios": "^1.11.0",
1718
"form-data": "^4.0.0",
1819
"fs": "^0.0.1-security"
1920
}

components/stack_exchange/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@pipedream/stack_exchange",
3-
"version": "0.3.7",
3+
"version": "0.3.8",
44
"description": "Pipedream Stack_exchange Components",
5-
"main": "stack_exchange.app.mjs",
5+
"main": "stack_exchange.app.js",
66
"keywords": [
77
"pipedream",
88
"stack_exchange"

components/stormboard/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/stormboard",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Pipedream Stormboard Components",
55
"main": "stormboard.app.mjs",
66
"keywords": [
@@ -11,5 +11,8 @@
1111
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
1212
"publishConfig": {
1313
"access": "public"
14+
},
15+
"dependencies": {
16+
"@pipedream/platform": "^3.0.3"
1417
}
1518
}

0 commit comments

Comments
 (0)