Skip to content

Commit b9f0f1b

Browse files
committed
Merge branch 'master' into 18029-actionhubspot-cms-and-marketing-api
2 parents be50b87 + 3463db1 commit b9f0f1b

File tree

2,172 files changed

+11441
-12543
lines changed

Some content is hidden

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

2,172 files changed

+11441
-12543
lines changed

components/abuselpdb/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
export default {
2+
type: "app",
3+
app: "abuselpdb",
4+
propDefinitions: {},
5+
methods: {
6+
// this.$auth contains connected account data
7+
authKeys() {
8+
console.log(Object.keys(this.$auth));
9+
},
10+
},
11+
};

components/abuselpdb/app/abuselpdb.app.ts

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

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.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
export default {
2+
type: "app",
3+
app: "action_builder",
4+
propDefinitions: {},
5+
methods: {
6+
// this.$auth contains connected account data
7+
authKeys() {
8+
console.log(Object.keys(this.$auth));
9+
},
10+
},
11+
};

components/action_builder/app/action_builder.app.ts

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

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.

0 commit comments

Comments
 (0)