Skip to content

Commit c376b6c

Browse files
authored
Cleaning up TS sample files - part 2 (#18119)
* Component batch #2 * pnpm
1 parent 7a52d0d commit c376b6c

File tree

377 files changed

+377
-1262
lines changed

Some content is hidden

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

377 files changed

+377
-1262
lines changed

components/digistore24/.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: "digistore24",
64
propDefinitions: {},
@@ -10,4 +8,4 @@ export default defineApp({
108
console.log(Object.keys(this.$auth));
119
},
1210
},
13-
});
11+
};

components/digistore24/package.json

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

components/digistore24/tsconfig.json

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

components/dispatch/.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: "dispatch",
64
propDefinitions: {},
@@ -10,4 +8,4 @@ export default defineApp({
108
console.log(Object.keys(this.$auth));
119
},
1210
},
13-
});
11+
};

components/dispatch/package.json

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

components/dispatch/tsconfig.json

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

components/docraptor/.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: "docraptor",
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)