Skip to content

Commit acf9687

Browse files
authored
Package publish fixes (#18020)
* pnpm lock * Adding missing tsconfigs and fixing package main files * Sms package fix * pnpm * version bumps * Fixing more mjs packages * pnpm * debugging post build script * Removing unused ts app files for dictionary_api and triggercmd * pnpm-lock * version bump for suitedash app
1 parent 5d7fcf0 commit acf9687

File tree

402 files changed

+1236
-114
lines changed

Some content is hidden

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

402 files changed

+1236
-114
lines changed

components/abuselpdb/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "../../tsconfig.components.json"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "../../tsconfig.components.json"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "../../tsconfig.components.json"
3+
}

components/acumbamail/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "../../tsconfig.components.json"
3+
}

components/adafruit_io/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "../../tsconfig.components.json"
3+
}

components/adp/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "../../tsconfig.components.json"
3+
}

components/agendor/package.json

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

components/aimtell/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "../../tsconfig.components.json"
3+
}

components/airnow/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "../../tsconfig.components.json"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "../../tsconfig.components.json"
3+
}

0 commit comments

Comments
 (0)