Skip to content

Commit 7b71941

Browse files
Merge branch 'master' into trustpilot-public-endpoints
2 parents 6eb80ea + c840f18 commit 7b71941

File tree

1,055 files changed

+14052
-3932
lines changed

Some content is hidden

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

1,055 files changed

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

components/action_network/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_network",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Pipedream Action Network Components",
5-
"main": "dist/app/action_network.app.mjs",
5+
"main": "action_network.app.mjs",
66
"keywords": [
77
"pipedream",
88
"action_network"
99
],
10-
"files": [
11-
"dist"
12-
],
1310
"homepage": "https://pipedream.com/apps/action_network",
1411
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
1512
"publishConfig": {

components/acuity_scheduling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/acuity_scheduling",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Pipedream Acuity Scheduling Components",
55
"main": "acuity_scheduling.app.mjs",
66
"keywords": [

0 commit comments

Comments
 (0)