@ms-cloudpack/cli 0.10.5 → 0.10.6

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,34 @@
2
2
  "name": "@ms-cloudpack/cli",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 28 Sep 2022 08:14:45 GMT",
5
+ "date": "Thu, 29 Sep 2022 08:12:54 GMT",
6
+ "tag": "@ms-cloudpack/cli_v0.10.6",
7
+ "version": "0.10.6",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@ms-cloudpack/cli",
13
+ "comment": "Bump @ms-cloudpack/bundler to v0.4.7",
14
+ "commit": "965236301e62bda5f94c1f54fa7ee80985e25513"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@ms-cloudpack/cli",
19
+ "comment": "Bump @ms-cloudpack/overlay to v0.1.3",
20
+ "commit": "965236301e62bda5f94c1f54fa7ee80985e25513"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@ms-cloudpack/cli",
25
+ "comment": "Bump @ms-cloudpack/package-utilities to v0.13.0",
26
+ "commit": "965236301e62bda5f94c1f54fa7ee80985e25513"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Wed, 28 Sep 2022 08:15:16 GMT",
6
33
  "tag": "@ms-cloudpack/cli_v0.10.5",
7
34
  "version": "0.10.5",
8
35
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @ms-cloudpack/cli
2
2
 
3
- This log was last generated on Wed, 28 Sep 2022 08:14:45 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 29 Sep 2022 08:12:54 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.10.6
8
+
9
+ Thu, 29 Sep 2022 08:12:54 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @ms-cloudpack/bundler to v0.4.7
14
+ - Bump @ms-cloudpack/overlay to v0.1.3
15
+ - Bump @ms-cloudpack/package-utilities to v0.13.0
16
+
7
17
  ## 0.10.5
8
18
 
9
- Wed, 28 Sep 2022 08:14:45 GMT
19
+ Wed, 28 Sep 2022 08:15:16 GMT
10
20
 
11
21
  ### Patches
12
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/cli",
3
- "version": "0.10.5",
3
+ "version": "0.10.6",
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,12 +16,12 @@
16
16
  "cloudpack": "./lib/cloudpack.js"
17
17
  },
18
18
  "dependencies": {
19
- "@ms-cloudpack/bundler": "^0.4.6",
19
+ "@ms-cloudpack/bundler": "^0.4.7",
20
20
  "@ms-cloudpack/create-express-app": "^0.1.1",
21
21
  "@ms-cloudpack/data-bus": "^0.1.0",
22
22
  "@ms-cloudpack/json-utilities": "^0.0.3",
23
- "@ms-cloudpack/overlay": "^0.1.2",
24
- "@ms-cloudpack/package-utilities": "^0.12.3",
23
+ "@ms-cloudpack/overlay": "^0.1.3",
24
+ "@ms-cloudpack/package-utilities": "^0.13.0",
25
25
  "@ms-cloudpack/path-utilities": "^0.5.0",
26
26
  "chokidar": "^3.5.3",
27
27
  "commander": "^9.1.0",