Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import crypto from "crypto";

export default {
name: "Verify Webhook",
version: "0.0.7",
version: "0.0.8",
annotations: {
destructiveHint: false,
openWorldHint: true,
Expand Down
4 changes: 2 additions & 2 deletions components/shopify_partner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/shopify_partner",
"version": "0.1.5",
"version": "0.1.6",
"description": "Pipedream Shopify Partner Components",
"main": "shopify_partner.app.mjs",
"keywords": [
Expand All @@ -10,7 +10,7 @@
],
"author": "Pipedream <support@pipedream> (https://pipedream.com)",
"dependencies": {
"@pipedream/platform": "^1.6.0",
"@pipedream/platform": "^3.1.0",
"graphql": "^16.8.1",
"graphql-request": "^3.7.0"
},
Expand Down
2 changes: 1 addition & 1 deletion components/shopify_partner/shopify_partner.app.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import "graphql/language/index.js";
import { GraphQLClient } from "graphql-request";

export const PARTNER_API_VERSION = "2024-10";
export const PARTNER_API_VERSION = "2025-10";

export default {
type: "app",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "shopify_partner-new-app-charges",
name: "New App Charges",
type: "source",
version: "0.0.18",
version: "0.0.19",
description:
"Emit new events when new app charges made to your partner account.",
...common,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
key: "shopify_partner-new-app-installs",
name: "New App Installs",
type: "source",
version: "0.1.3",
version: "0.1.4",
description: "Emit new events when new shops install your app.",
...common,
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
key: "shopify_partner-new-app-relationship-events",
name: "New App Relationship Events",
type: "source",
version: "0.1.3",
version: "0.1.4",
description:
"Emit new events when new shops installs, uninstalls, subscribes or unsubscribes your app.",
...common,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
key: "shopify_partner-new-app-uninstalls",
name: "New App Uninstalls",
type: "source",
version: "0.1.3",
version: "0.1.4",
description: "Emit new events when new shops uninstall your app.",
...common,
props: {
Expand Down
Loading
Loading