@shopify/shopify-app-express
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -5,4 +5,4 @@ 'use strict'; | ||
const SHOPIFY_EXPRESS_LIBRARY_VERSION = '1.0.2'; | ||
const SHOPIFY_EXPRESS_LIBRARY_VERSION = '1.2.0'; | ||
exports.SHOPIFY_EXPRESS_LIBRARY_VERSION = SHOPIFY_EXPRESS_LIBRARY_VERSION; |
@@ -1,2 +0,2 @@ | ||
export declare const SHOPIFY_EXPRESS_LIBRARY_VERSION = "1.0.2"; | ||
export declare const SHOPIFY_EXPRESS_LIBRARY_VERSION = "1.2.0"; | ||
//# 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 = '1.0.2'; | ||
exports.SHOPIFY_EXPRESS_LIBRARY_VERSION = '1.2.0'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@shopify/shopify-app-express", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Shopify Express Middleware - to simplify the building of Shopify Apps with Express", | ||
@@ -33,5 +33,5 @@ "repository": { | ||
"dependencies": { | ||
"@shopify/shopify-api": "^6.1.0", | ||
"@shopify/shopify-app-session-storage": "^1.0.2", | ||
"@shopify/shopify-app-session-storage-memory": "^1.0.2", | ||
"@shopify/shopify-api": "^6.2.0", | ||
"@shopify/shopify-app-session-storage": "^1.1.0", | ||
"@shopify/shopify-app-session-storage-memory": "^1.0.3", | ||
"cookie-parser": "^1.4.6", | ||
@@ -47,6 +47,6 @@ "express": "^4.18.1", | ||
"@types/cookie-parser": "^1.4.3", | ||
"@types/express": "^4.17.13", | ||
"@types/express": "^4.17.16", | ||
"@types/jest": "^29.1.1", | ||
"@types/jsonwebtoken": "^8.5.9", | ||
"@types/pg": "^8.6.5", | ||
"@types/pg": "^8.6.6", | ||
"@types/sqlite3": "^3.1.8", | ||
@@ -59,12 +59,12 @@ "eslint": "^8.24.0", | ||
"jsonwebtoken": "^9.0.0", | ||
"mongodb": "^4.11.0", | ||
"mongodb": "^5.0.0", | ||
"mysql2": "^2.3.3", | ||
"pg": "^8.8.0", | ||
"pg": "^8.6.6", | ||
"prettier": "^2.7.1", | ||
"redis": "^4.4.0", | ||
"sqlite3": "^5.0.8", | ||
"supertest": "^6.3.0", | ||
"supertest": "^6.3.3", | ||
"ts-jest": "^28.0.8", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.7.4" | ||
"typescript": "^4.9.5" | ||
}, | ||
@@ -71,0 +71,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
167666