@ms-cloudpack/create-express-app 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +16 -1
- package/CHANGELOG.md +10 -2
- package/lib/tsdoc-metadata.json +1 -1
- package/package.json +2 -1
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@ms-cloudpack/create-express-app",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Wed, 02 Nov 2022 08:10:59 GMT",
|
|
6
|
+
"tag": "@ms-cloudpack/create-express-app_v1.0.1",
|
|
7
|
+
"version": "1.0.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "dzearing@microsoft.com",
|
|
12
|
+
"package": "@ms-cloudpack/create-express-app",
|
|
13
|
+
"commit": "3439c51ff4eb7cb624cf84fb2881a781eabca83f",
|
|
14
|
+
"comment": "Adding devDependency."
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Tue, 18 Oct 2022 08:16:24 GMT",
|
|
6
21
|
"tag": "@ms-cloudpack/create-express-app_v1.0.0",
|
|
7
22
|
"version": "1.0.0",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
# Change Log - @ms-cloudpack/create-express-app
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 02 Nov 2022 08:10:59 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.0.1
|
|
8
|
+
|
|
9
|
+
Wed, 02 Nov 2022 08:10:59 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Adding devDependency. (dzearing@microsoft.com)
|
|
14
|
+
|
|
7
15
|
## 1.0.0
|
|
8
16
|
|
|
9
|
-
Tue, 18 Oct 2022 08:
|
|
17
|
+
Tue, 18 Oct 2022 08:16:24 GMT
|
|
10
18
|
|
|
11
19
|
### Major changes
|
|
12
20
|
|
package/lib/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ms-cloudpack/create-express-app",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Helper for creating an express app server, abstracting a common plugin setup.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@ms-cloudpack/scripts": "*",
|
|
24
24
|
"@ms-cloudpack/eslint-config-base": "*",
|
|
25
|
+
"@ms-cloudpack/test-utilities": "*",
|
|
25
26
|
"@types/compression": "1.7.2",
|
|
26
27
|
"@types/cors": "2.8.12",
|
|
27
28
|
"@types/express": "4.17.14",
|