@agnostack/next-shopify 1.13.1-beta.1 → 1.13.1
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 +7 -0
- package/dist/lib/utils/session.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.13.1](https://github.com/agnostack/next-shopify/compare/v1.13.0...v1.13.1) (2023-11-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* updated helpers, added VITE ([c60efed](https://github.com/agnostack/next-shopify/commit/c60efed7f29bb10a02c79a133ab02b074c1628e2))
|
|
7
|
+
|
|
1
8
|
## [1.13.1-beta.1](https://github.com/agnostack/next-shopify/compare/v1.13.0...v1.13.1-beta.1) (2023-11-17)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -20,7 +20,7 @@ const getShopifyHelpers = (serverRuntimeConfig, config) => tslib_1.__awaiter(voi
|
|
|
20
20
|
const isReviewMode = ((SHOPIFY_RUN_MODE === 'review') &&
|
|
21
21
|
(PAYMENT_CONFIG === null || PAYMENT_CONFIG === void 0 ? void 0 : PAYMENT_CONFIG.required) &&
|
|
22
22
|
API_PATHS[shared_1.API_ROUTE_NAMES.AUTH_OFFLINE]);
|
|
23
|
-
// TODO: should this use
|
|
23
|
+
// TODO: should this use our helper instead (and/or as a fallback)??
|
|
24
24
|
const shopId = (_b = (_a = shopify === null || shopify === void 0 ? void 0 : shopify.utils) === null || _a === void 0 ? void 0 : _a.sanitizeShop) === null || _b === void 0 ? void 0 : _b.call(_a, shop);
|
|
25
25
|
const cryptoHandler = crypto_1.CryptoHandler.getInstance(SESSION_CONFIG);
|
|
26
26
|
const sessionHandler = firebase_1.FirebaseSessionHandler.getInstance(FB_CONFIG, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agnostack/next-shopify",
|
|
3
|
-
"version": "1.13.1
|
|
3
|
+
"version": "1.13.1",
|
|
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",
|