@shopify/shopify-app-express
Advanced tools
Comparing version 5.0.7 to 5.0.8
@@ -11,3 +11,3 @@ 'use strict'; | ||
return async (req, res, next) => { | ||
config.logger.info('Running validateAuthenticatedSession'); | ||
config.logger.debug('Running validateAuthenticatedSession'); | ||
let sessionId; | ||
@@ -52,3 +52,3 @@ try { | ||
if (await hasValidAccessToken.hasValidAccessToken(api, session)) { | ||
config.logger.info('Request session has a valid access token', { | ||
config.logger.debug('Request session has a valid access token', { | ||
shop: session.shop, | ||
@@ -55,0 +55,0 @@ }); |
'use strict'; | ||
const SHOPIFY_EXPRESS_LIBRARY_VERSION = '5.0.7'; | ||
const SHOPIFY_EXPRESS_LIBRARY_VERSION = '5.0.8'; | ||
exports.SHOPIFY_EXPRESS_LIBRARY_VERSION = SHOPIFY_EXPRESS_LIBRARY_VERSION; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const SHOPIFY_EXPRESS_LIBRARY_VERSION = "5.0.7"; | ||
export declare const SHOPIFY_EXPRESS_LIBRARY_VERSION = "5.0.8"; | ||
//# sourceMappingURL=version.d.ts.map |
{ | ||
"name": "@shopify/shopify-app-express", | ||
"version": "5.0.7", | ||
"version": "5.0.8", | ||
"description": "Shopify Express Middleware - to simplify the building of Shopify Apps with Express", | ||
@@ -33,7 +33,7 @@ "repository": { | ||
"dependencies": { | ||
"@shopify/shopify-api": "^11.5.0", | ||
"@shopify/shopify-app-session-storage": "^3.0.7", | ||
"@shopify/shopify-app-session-storage-memory": "^4.0.7", | ||
"cookie-parser": "^1.4.6", | ||
"express": "^4.19.2", | ||
"@shopify/shopify-api": "^11.6.0", | ||
"@shopify/shopify-app-session-storage": "^3.0.8", | ||
"@shopify/shopify-app-session-storage-memory": "^4.0.8", | ||
"cookie-parser": "^1.4.7", | ||
"express": "^4.21.1", | ||
"semver": "^7.6.2" | ||
@@ -40,0 +40,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
190182