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

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,10 @@
1
+ # [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)
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
+
1
8
  # [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
9
 
3
10
 
@@ -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-beta.8",
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",