Skip to content

Commit 42c2ecc

Browse files
authored
Merge branch 'master' into feat/component/airweave
2 parents 2725457 + aa877f9 commit 42c2ecc

File tree

10 files changed

+39
-10
lines changed

10 files changed

+39
-10
lines changed

components/piwik_pro/package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "@pipedream/piwik_pro",
3+
"version": "0.0.1",
4+
"description": "Pipedream Piwik PRO Components",
5+
"main": "piwik_pro.app.mjs",
6+
"keywords": [
7+
"pipedream",
8+
"piwik_pro"
9+
],
10+
"homepage": "https://pipedream.com/apps/piwik_pro",
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: "piwik_pro",
4+
propDefinitions: {},
5+
methods: {
6+
// this.$auth contains connected account data
7+
authKeys() {
8+
console.log(Object.keys(this.$auth));
9+
},
10+
},
11+
};

components/shopify_partner/actions/verify-webhook/verify-webhook.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import crypto from "crypto";
33

44
export default {
55
name: "Verify Webhook",
6-
version: "0.0.7",
6+
version: "0.0.8",
77
annotations: {
88
destructiveHint: false,
99
openWorldHint: true,

components/shopify_partner/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/shopify_partner",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Pipedream Shopify Partner Components",
55
"main": "shopify_partner.app.mjs",
66
"keywords": [
@@ -10,7 +10,7 @@
1010
],
1111
"author": "Pipedream <support@pipedream> (https://pipedream.com)",
1212
"dependencies": {
13-
"@pipedream/platform": "^1.6.0",
13+
"@pipedream/platform": "^3.1.0",
1414
"graphql": "^16.8.1",
1515
"graphql-request": "^3.7.0"
1616
},

components/shopify_partner/shopify_partner.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import "graphql/language/index.js";
22
import { GraphQLClient } from "graphql-request";
33

4-
export const PARTNER_API_VERSION = "2024-10";
4+
export const PARTNER_API_VERSION = "2025-10";
55

66
export default {
77
type: "app",

components/shopify_partner/sources/new-app-charges/new-app-charges.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "shopify_partner-new-app-charges",
66
name: "New App Charges",
77
type: "source",
8-
version: "0.0.18",
8+
version: "0.0.19",
99
description:
1010
"Emit new events when new app charges made to your partner account.",
1111
...common,

components/shopify_partner/sources/new-app-installs/new-app-installs.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "shopify_partner-new-app-installs",
77
name: "New App Installs",
88
type: "source",
9-
version: "0.1.3",
9+
version: "0.1.4",
1010
description: "Emit new events when new shops install your app.",
1111
...common,
1212
props: {

components/shopify_partner/sources/new-app-relationship-events/new-app-relationship-events.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
key: "shopify_partner-new-app-relationship-events",
88
name: "New App Relationship Events",
99
type: "source",
10-
version: "0.1.3",
10+
version: "0.1.4",
1111
description:
1212
"Emit new events when new shops installs, uninstalls, subscribes or unsubscribes your app.",
1313
...common,

components/shopify_partner/sources/new-app-uninstalls/new-app-uninstalls.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "shopify_partner-new-app-uninstalls",
77
name: "New App Uninstalls",
88
type: "source",
9-
version: "0.1.3",
9+
version: "0.1.4",
1010
description: "Emit new events when new shops uninstall your app.",
1111
...common,
1212
props: {

pnpm-lock.yaml

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)