@shopify/shopify-app-express
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -5,4 +5,4 @@ 'use strict'; | ||
const SHOPIFY_EXPRESS_LIBRARY_VERSION = '2.2.1'; | ||
const SHOPIFY_EXPRESS_LIBRARY_VERSION = '2.2.2'; | ||
exports.SHOPIFY_EXPRESS_LIBRARY_VERSION = SHOPIFY_EXPRESS_LIBRARY_VERSION; |
@@ -1,2 +0,2 @@ | ||
export declare const SHOPIFY_EXPRESS_LIBRARY_VERSION = "2.2.1"; | ||
export declare const SHOPIFY_EXPRESS_LIBRARY_VERSION = "2.2.2"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SHOPIFY_EXPRESS_LIBRARY_VERSION = void 0; | ||
exports.SHOPIFY_EXPRESS_LIBRARY_VERSION = '2.2.1'; | ||
exports.SHOPIFY_EXPRESS_LIBRARY_VERSION = '2.2.2'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@shopify/shopify-app-express", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "Shopify Express Middleware - to simplify the building of Shopify Apps with Express", | ||
@@ -33,5 +33,5 @@ "repository": { | ||
"dependencies": { | ||
"@shopify/shopify-api": "^7.5.1", | ||
"@shopify/shopify-app-session-storage": "^1.1.7", | ||
"@shopify/shopify-app-session-storage-memory": "^1.0.10", | ||
"@shopify/shopify-api": "^7.5.2", | ||
"@shopify/shopify-app-session-storage": "^1.1.8", | ||
"@shopify/shopify-app-session-storage-memory": "^1.0.11", | ||
"cookie-parser": "^1.4.6", | ||
@@ -38,0 +38,0 @@ "express": "^4.18.1", |
Sorry, the diff of this file is not supported yet
170327