Skip to content

Commit 1ba2e61

Browse files
committed
[Upgrade] Shopify Partner - api version upgrade
1 parent ba23007 commit 1ba2e61

File tree

8 files changed

+27
-159
lines changed

8 files changed

+27
-159
lines changed

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: {

0 commit comments

Comments
 (0)