Skip to content

Commit 2a6c7fd

Browse files
Merge branch 'master' into danny/connect-react/adding-pagination
2 parents d63c51b + ca56be6 commit 2a6c7fd

File tree

81 files changed

+631
-252
lines changed

Some content is hidden

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

81 files changed

+631
-252
lines changed
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: "azure_cosmos_db",
4+
propDefinitions: {},
5+
methods: {
6+
// this.$auth contains connected account data
7+
authKeys() {
8+
console.log(Object.keys(this.$auth));
9+
},
10+
},
11+
};
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "@pipedream/azure_cosmos_db",
3+
"version": "0.0.1",
4+
"description": "Pipedream Azure Cosmos DB Components",
5+
"main": "azure_cosmos_db.app.mjs",
6+
"keywords": [
7+
"pipedream",
8+
"azure_cosmos_db"
9+
],
10+
"homepage": "https://pipedream.com/apps/azure_cosmos_db",
11+
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
12+
"publishConfig": {
13+
"access": "public"
14+
}
15+
}
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: "binalyze_air",
4+
propDefinitions: {},
5+
methods: {
6+
// this.$auth contains connected account data
7+
authKeys() {
8+
console.log(Object.keys(this.$auth));
9+
},
10+
},
11+
};
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "@pipedream/binalyze_air",
3+
"version": "0.0.1",
4+
"description": "Pipedream Binalyze AIR Components",
5+
"main": "binalyze_air.app.mjs",
6+
"keywords": [
7+
"pipedream",
8+
"binalyze_air"
9+
],
10+
"homepage": "https://pipedream.com/apps/binalyze_air",
11+
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
12+
"publishConfig": {
13+
"access": "public"
14+
}
15+
}
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: "browserflow",
4+
propDefinitions: {},
5+
methods: {
6+
// this.$auth contains connected account data
7+
authKeys() {
8+
console.log(Object.keys(this.$auth));
9+
},
10+
},
11+
};
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "@pipedream/browserflow",
3+
"version": "0.0.1",
4+
"description": "Pipedream Browserflow Components",
5+
"main": "browserflow.app.mjs",
6+
"keywords": [
7+
"pipedream",
8+
"browserflow"
9+
],
10+
"homepage": "https://pipedream.com/apps/browserflow",
11+
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
12+
"publishConfig": {
13+
"access": "public"
14+
}
15+
}

components/bump_sh/bump_sh.app.mjs

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: "bump_sh",
4+
propDefinitions: {},
5+
methods: {
6+
// this.$auth contains connected account data
7+
authKeys() {
8+
console.log(Object.keys(this.$auth));
9+
},
10+
},
11+
};

components/bump_sh/package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "@pipedream/bump_sh",
3+
"version": "0.0.1",
4+
"description": "Pipedream Bump.sh Components",
5+
"main": "bump_sh.app.mjs",
6+
"keywords": [
7+
"pipedream",
8+
"bump_sh"
9+
],
10+
"homepage": "https://pipedream.com/apps/bump_sh",
11+
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
12+
"publishConfig": {
13+
"access": "public"
14+
}
15+
}

components/fathom/fathom.app.mjs

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: "fathom",
4+
propDefinitions: {},
5+
methods: {
6+
// this.$auth contains connected account data
7+
authKeys() {
8+
console.log(Object.keys(this.$auth));
9+
},
10+
},
11+
};

components/fathom/package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "@pipedream/fathom",
3+
"version": "0.0.1",
4+
"description": "Pipedream Fathom Components",
5+
"main": "fathom.app.mjs",
6+
"keywords": [
7+
"pipedream",
8+
"fathom"
9+
],
10+
"homepage": "https://pipedream.com/apps/fathom",
11+
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
12+
"publishConfig": {
13+
"access": "public"
14+
}
15+
}

0 commit comments

Comments
 (0)