Skip to content

Commit c840f18

Browse files
authored
Cleaning up TS sample files - part 1 (#18069)
* pnpm * Converting app samples (part 1) * Cleaning up tsconfig.json * Updating report script to avoid false positives
1 parent 91f7856 commit c840f18

File tree

366 files changed

+612
-3210
lines changed

Some content is hidden

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

366 files changed

+612
-3210
lines changed

components/abuselpdb/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import { defineApp } from "@pipedream/types";
2-
3-
export default defineApp({
1+
export default {
42
type: "app",
53
app: "abuselpdb",
64
propDefinitions: {},
@@ -10,4 +8,4 @@ export default defineApp({
108
console.log(Object.keys(this.$auth));
119
},
1210
},
13-
});
11+
};

components/abuselpdb/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"name": "@pipedream/abuselpdb",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Pipedream AbuselPDB Components",
5-
"main": "dist/app/abuselpdb.app.mjs",
5+
"main": "abuselpdb.app.mjs",
66
"keywords": [
77
"pipedream",
88
"abuselpdb"
99
],
10-
"files": ["dist"],
1110
"homepage": "https://pipedream.com/apps/abuselpdb",
1211
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
1312
"publishConfig": {

components/abuselpdb/tsconfig.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

components/action_builder/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import { defineApp } from "@pipedream/types";
2-
3-
export default defineApp({
1+
export default {
42
type: "app",
53
app: "action_builder",
64
propDefinitions: {},
@@ -10,4 +8,4 @@ export default defineApp({
108
console.log(Object.keys(this.$auth));
119
},
1210
},
13-
});
11+
};

components/action_builder/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
{
22
"name": "@pipedream/action_builder",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Pipedream Action Builder Components",
5-
"main": "dist/app/action_builder.app.mjs",
5+
"main": "action_builder.app.mjs",
66
"keywords": [
77
"pipedream",
88
"action_builder"
99
],
10-
"files": [
11-
"dist"
12-
],
1310
"homepage": "https://pipedream.com/apps/action_builder",
1411
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
1512
"publishConfig": {

components/action_builder/tsconfig.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

components/action_network/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import { defineApp } from "@pipedream/types";
2-
3-
export default defineApp({
1+
export default {
42
type: "app",
53
app: "action_network",
64
propDefinitions: {},
@@ -10,4 +8,4 @@ export default defineApp({
108
console.log(Object.keys(this.$auth));
119
},
1210
},
13-
});
11+
};

0 commit comments

Comments
 (0)