@ms-cloudpack/create-express-app
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -22,1 +22,2 @@ /// <reference types="node" resolution-mode="require"/> | ||
export type { Express }; | ||
//# sourceMappingURL=createExpressApp.d.ts.map |
@@ -6,1 +6,2 @@ import * as express from 'express'; | ||
export { express }; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -7,1 +7,2 @@ /// <reference types="node" resolution-mode="require"/> | ||
export declare function parseHttpsConfig(config: HttpsConfig): HttpsConfig; | ||
//# sourceMappingURL=parseHttpsConfig.d.ts.map |
{ | ||
"name": "@ms-cloudpack/create-express-app", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "Helper for creating an express app server, abstracting a common plugin setup.", | ||
@@ -16,3 +16,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@ms-cloudpack/path-utilities": "^2.2.1", | ||
"@ms-cloudpack/path-utilities": "^2.2.2", | ||
"@types/express": "^4.17.16", | ||
@@ -19,0 +19,0 @@ "compression": "^1.7.4", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16721
15