From 7f5ea62b15c81fe88a923ec676ebbce3446f6814 Mon Sep 17 00:00:00 2001 From: Robert Reinhard Date: Fri, 28 Apr 2023 05:39:34 -0700 Subject: [PATCH] 1.5.0 --- index.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index f7a1082..24c7d6a 100644 --- a/index.js +++ b/index.js @@ -875,7 +875,7 @@ var _default = ShopifyGtmInstrumentor = /*#__PURE__*/function () { case 0: _context12.next = 2; return (0, _axios["default"])({ - url: "".concat(this.storeUrl, "/api/2022-10/graphql"), + url: "".concat(this.storeUrl, "/api/2023-04/graphql"), method: 'post', headers: { 'Accept': 'application/json', diff --git a/package.json b/package.json index 619bbf7..d98fff3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shopify-gtm-instrumentor", - "version": "1.4.0", + "version": "1.5.0", "description": "Helpers for sending standardized dataLayer events from a Shopify site", "main": "index.js", "scripts": {