Skip to content

Commit cdd0ddb

Browse files
authored
Fixing app main file imports (#15994)
* pnpm * Updating package main files
1 parent 9b70290 commit cdd0ddb

File tree

67 files changed

+133
-136
lines changed

Some content is hidden

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

67 files changed

+133
-136
lines changed

components/algolia/package.json

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

components/amazon_ses/package.json

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

components/bandwidth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@pipedream/bandwidth",
33
"version": "1.0.3",
44
"description": "Pipedream Bandwidth Components",
5-
"main": "index.js",
5+
"main": "bandwidth.app.js",
66
"keywords": [
77
"pipedream",
88
"bandwidth"

components/basecamp/package.json

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

components/blogger/package.json

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

components/brex/package.json

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

components/brex_staging/package.json

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

components/chartmogul/package.json

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

components/chatbot/package.json

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

components/commercehq/package.json

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

0 commit comments

Comments
 (0)