@ms-cloudpack/create-express-app 1.0.0 → 1.0.2

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 CHANGED
@@ -2,7 +2,37 @@
2
2
  "name": "@ms-cloudpack/create-express-app",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 18 Oct 2022 08:15:52 GMT",
5
+ "date": "Tue, 15 Nov 2022 08:12:36 GMT",
6
+ "tag": "@ms-cloudpack/create-express-app_v1.0.2",
7
+ "version": "1.0.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@ms-cloudpack/create-express-app",
13
+ "comment": "Bump @ms-cloudpack/path-utilities to v1.1.1",
14
+ "commit": "a71972309b615d683a5a3bac7a85c981fb6e89af"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 02 Nov 2022 08:11:20 GMT",
21
+ "tag": "@ms-cloudpack/create-express-app_v1.0.1",
22
+ "version": "1.0.1",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "dzearing@microsoft.com",
27
+ "package": "@ms-cloudpack/create-express-app",
28
+ "commit": "3439c51ff4eb7cb624cf84fb2881a781eabca83f",
29
+ "comment": "Adding devDependency."
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Tue, 18 Oct 2022 08:16:24 GMT",
6
36
  "tag": "@ms-cloudpack/create-express-app_v1.0.0",
7
37
  "version": "1.0.0",
8
38
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,28 @@
1
1
  # Change Log - @ms-cloudpack/create-express-app
2
2
 
3
- This log was last generated on Tue, 18 Oct 2022 08:15:52 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 15 Nov 2022 08:12:36 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.0.2
8
+
9
+ Tue, 15 Nov 2022 08:12:36 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @ms-cloudpack/path-utilities to v1.1.1
14
+
15
+ ## 1.0.1
16
+
17
+ Wed, 02 Nov 2022 08:11:20 GMT
18
+
19
+ ### Patches
20
+
21
+ - Adding devDependency. (dzearing@microsoft.com)
22
+
7
23
  ## 1.0.0
8
24
 
9
- Tue, 18 Oct 2022 08:15:52 GMT
25
+ Tue, 18 Oct 2022 08:16:24 GMT
10
26
 
11
27
  ### Major changes
12
28
 
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.33.1"
8
+ "packageVersion": "7.33.6"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/create-express-app",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Helper for creating an express app server, abstracting a common plugin setup.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -13,7 +13,7 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "@ms-cloudpack/path-utilities": "^1.1.0",
16
+ "@ms-cloudpack/path-utilities": "^1.1.1",
17
17
  "compression": "^1.7.4",
18
18
  "cors": "^2.8.5",
19
19
  "express": "^4.17.3",
@@ -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",