@agnostack/next-shopify 3.1.0-beta.7 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,30 @@
1
+ # [3.1.0](https://github.com/agnostack/next-shopify/compare/v3.0.5...v3.1.0) (2025-01-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * downgraded js-base64 to fix 'ERROR in node_modules/js-base64/base64.mjs, Cannot read properties of undefined (reading 'module')'' ([dc0b910](https://github.com/agnostack/next-shopify/commit/dc0b910e5db3dbc8f5987edd57bd00551a26fd4b))
7
+ * reverted to older js-base64 ([e98522a](https://github.com/agnostack/next-shopify/commit/e98522a03a10915e97951e332ffa2c8d39219975))
8
+ * reverted to older js-base64 ([328320b](https://github.com/agnostack/next-shopify/commit/328320bd86270a6264df014cafbac49c9a3c0abc))
9
+ * reverted to older js-base64 ([5740674](https://github.com/agnostack/next-shopify/commit/57406741c848a407cbfe627da13bd7b1391ce3b6))
10
+ * update package.json and yarn.lock ([72e3d0d](https://github.com/agnostack/next-shopify/commit/72e3d0d58d6407e262734f4ce84a9037ecce60ab))
11
+ * updated babel, added missing peerdep ([91b4b21](https://github.com/agnostack/next-shopify/commit/91b4b215c6bad5cbcb5bf2c9400118797d0e204e))
12
+ * updated env ([07170fb](https://github.com/agnostack/next-shopify/commit/07170fbd9c26837c1c0ba8b44c267c0ae8c16921))
13
+ * updated env ([66bbaeb](https://github.com/agnostack/next-shopify/commit/66bbaeb7a30bc77bdd634a864fd9d3055dcadd37))
14
+ * updated versions ([7a649b0](https://github.com/agnostack/next-shopify/commit/7a649b0b22b3b3c1d19957b3add4ab95043b9f7b))
15
+
16
+
17
+ ### Features
18
+
19
+ * moved normalizeShopifyId out of shared ([74f33c5](https://github.com/agnostack/next-shopify/commit/74f33c51466bc59984843f68a0cd997e0a7d9363))
20
+
21
+ # [3.1.0-beta.8](https://github.com/agnostack/next-shopify/compare/v3.1.0-beta.7...v3.1.0-beta.8) (2025-01-22)
22
+
23
+
24
+ ### Bug Fixes
25
+
26
+ * downgraded js-base64 to fix 'ERROR in node_modules/js-base64/base64.mjs, Cannot read properties of undefined (reading 'module')'' ([dc0b910](https://github.com/agnostack/next-shopify/commit/dc0b910e5db3dbc8f5987edd57bd00551a26fd4b))
27
+
1
28
  # [3.1.0-beta.7](https://github.com/agnostack/next-shopify/compare/v3.1.0-beta.6...v3.1.0-beta.7) (2025-01-22)
2
29
 
3
30
 
@@ -13,7 +13,7 @@ export function getVerifiedSessionData(serverRuntimeConfig: any, { signingSecret
13
13
  dest: any;
14
14
  sid: any;
15
15
  shop: string | undefined;
16
- host: string | undefined;
16
+ host: any;
17
17
  store_name: string;
18
18
  } | undefined>;
19
19
  //# sourceMappingURL=token.d.ts.map
@@ -25,7 +25,7 @@ export function decodeSessionToken(token: any): {
25
25
  dest: any;
26
26
  sid: any;
27
27
  shop: string | undefined;
28
- host: string | undefined;
28
+ host: any;
29
29
  store_name: string;
30
30
  };
31
31
  import jwt_decode from 'jwt-decode';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agnostack/next-shopify",
3
- "version": "3.1.0-beta.7",
3
+ "version": "3.1.0",
4
4
  "author": "agnoStack Dev <developers@agnostack.com> (https://agnostack.com)",
5
5
  "owner": "agnoStack",
6
6
  "description": "Please contact agnoStack via info@agnostack.com for any questions",
@@ -79,7 +79,7 @@
79
79
  "cookies": "0.8.0",
80
80
  "isbot": "3.6.12",
81
81
  "isomorphic-webcrypto": "2.3.8",
82
- "js-base64": "3.7.2",
82
+ "js-base64": "3.1.0",
83
83
  "jsonwebtoken": "9.0.1",
84
84
  "jwt-decode": "3.1.2",
85
85
  "luxon": "3.2.1",