@ms-cloudpack/create-express-app
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -5,6 +5,36 @@ { | ||
{ | ||
"date": "Fri, 20 May 2022 04:25:53 GMT", | ||
"date": "Wed, 28 Sep 2022 08:14:45 GMT", | ||
"tag": "@ms-cloudpack/create-express-app_v0.1.1", | ||
"version": "0.1.1", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "elcraig@microsoft.com", | ||
"package": "@ms-cloudpack/create-express-app", | ||
"commit": "084168500b6320d6861a4c7e8f363fea9e4f831e", | ||
"comment": "Remove unnecessary await" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Tue, 20 Sep 2022 08:13:46 GMT", | ||
"tag": "@ms-cloudpack/create-express-app_v0.1.0", | ||
"version": "0.1.0", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"author": "email not defined", | ||
"package": "@ms-cloudpack/create-express-app", | ||
"commit": "f408318df04c9a3e4754975a28c39660abf32687", | ||
"comment": "Update devDependency @types/express to v4.17.14" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Fri, 20 May 2022 04:26:15 GMT", | ||
"tag": "@ms-cloudpack/create-express-app_v0.1.0", | ||
"version": "0.1.0", | ||
"comments": { | ||
"minor": [ | ||
@@ -11,0 +41,0 @@ { |
# Change Log - @ms-cloudpack/create-express-app | ||
This log was last generated on Fri, 20 May 2022 04:25:53 GMT and should not be manually modified. | ||
This log was last generated on Wed, 28 Sep 2022 08:14:45 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.1.1 | ||
Wed, 28 Sep 2022 08:14:45 GMT | ||
### Patches | ||
- Remove unnecessary await (elcraig@microsoft.com) | ||
## 0.1.0 | ||
Fri, 20 May 2022 04:25:53 GMT | ||
Fri, 20 May 2022 04:26:15 GMT | ||
@@ -11,0 +19,0 @@ ### Minor changes |
@@ -1,2 +0,2 @@ | ||
import express from 'express'; | ||
import express, {} from 'express'; | ||
import cors from 'cors'; | ||
@@ -16,3 +16,3 @@ import compression from 'compression'; | ||
// Call setup callback with the app. | ||
await setupCallback(app); | ||
setupCallback(app); | ||
// Listen on port. | ||
@@ -19,0 +19,0 @@ const server = app.listen(port); |
{ | ||
"name": "@ms-cloudpack/create-express-app", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Helper for creating an express app server, abstracting a common plugin setup.", | ||
@@ -26,3 +26,3 @@ "license": "MIT", | ||
"@types/cors": "2.8.12", | ||
"@types/express": "4.17.13", | ||
"@types/express": "4.17.14", | ||
"@types/get-port": "4.2.0" | ||
@@ -29,0 +29,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
6586
11
125