@ms-cloudpack/cli 0.23.11 → 0.23.12
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 +22 -1
- package/CHANGELOG.md +11 -2
- package/lib/tsdoc-metadata.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,28 @@
|
|
|
2
2
|
"name": "@ms-cloudpack/cli",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Thu, 26 Jan 2023 08:12:23 GMT",
|
|
6
|
+
"tag": "@ms-cloudpack/cli_v0.23.12",
|
|
7
|
+
"version": "0.23.12",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@ms-cloudpack/cli",
|
|
13
|
+
"comment": "Bump @ms-cloudpack/bundler to v0.9.2",
|
|
14
|
+
"commit": "6b62ab60495f81a59c6d85db4f9585bcc115c7c7"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@ms-cloudpack/cli",
|
|
19
|
+
"comment": "Bump @ms-cloudpack/create-express-app to v1.1.4",
|
|
20
|
+
"commit": "6b62ab60495f81a59c6d85db4f9585bcc115c7c7"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Wed, 25 Jan 2023 08:11:21 GMT",
|
|
6
27
|
"tag": "@ms-cloudpack/cli_v0.23.11",
|
|
7
28
|
"version": "0.23.11",
|
|
8
29
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
# Change Log - @ms-cloudpack/cli
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 26 Jan 2023 08:12:23 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.23.12
|
|
8
|
+
|
|
9
|
+
Thu, 26 Jan 2023 08:12:23 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @ms-cloudpack/bundler to v0.9.2
|
|
14
|
+
- Bump @ms-cloudpack/create-express-app to v1.1.4
|
|
15
|
+
|
|
7
16
|
## 0.23.11
|
|
8
17
|
|
|
9
|
-
Wed, 25 Jan 2023 08:11:
|
|
18
|
+
Wed, 25 Jan 2023 08:11:21 GMT
|
|
10
19
|
|
|
11
20
|
### Patches
|
|
12
21
|
|
package/lib/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ms-cloudpack/cli",
|
|
3
|
-
"version": "0.23.
|
|
3
|
+
"version": "0.23.12",
|
|
4
4
|
"description": "The Cloudpack command line interface - a tool for managing fast inner and outer looping in web apps.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"cloudpack": "./bin/cloudpack.js"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@ms-cloudpack/bundler": "^0.9.
|
|
20
|
-
"@ms-cloudpack/create-express-app": "^1.1.
|
|
19
|
+
"@ms-cloudpack/bundler": "^0.9.2",
|
|
20
|
+
"@ms-cloudpack/create-express-app": "^1.1.4",
|
|
21
21
|
"@ms-cloudpack/data-bus": "^0.1.0",
|
|
22
22
|
"@ms-cloudpack/json-utilities": "^0.0.4",
|
|
23
23
|
"@ms-cloudpack/overlay": "^0.11.2",
|