@shopify/shopify-app-express
Advanced tools
Comparing version 4.1.1 to 4.1.2
@@ -5,4 +5,4 @@ 'use strict'; | ||
const SHOPIFY_EXPRESS_LIBRARY_VERSION = '4.1.1'; | ||
const SHOPIFY_EXPRESS_LIBRARY_VERSION = '4.1.2'; | ||
exports.SHOPIFY_EXPRESS_LIBRARY_VERSION = SHOPIFY_EXPRESS_LIBRARY_VERSION; |
@@ -1,2 +0,2 @@ | ||
export declare const SHOPIFY_EXPRESS_LIBRARY_VERSION = "4.1.1"; | ||
export declare const SHOPIFY_EXPRESS_LIBRARY_VERSION = "4.1.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 = '4.1.1'; | ||
exports.SHOPIFY_EXPRESS_LIBRARY_VERSION = '4.1.2'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@shopify/shopify-app-express", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "Shopify Express Middleware - to simplify the building of Shopify Apps with Express", | ||
@@ -38,3 +38,3 @@ "repository": { | ||
"express": "^4.18.1", | ||
"semver": "^7.5.4" | ||
"semver": "^7.6.0" | ||
}, | ||
@@ -41,0 +41,0 @@ "devDependencies": { |
Updatedsemver@^7.6.0