@ms-cloudpack/cli 0.0.6 → 0.0.7

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,28 @@
2
2
  "name": "@ms-cloudpack/cli",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 14 May 2022 04:35:56 GMT",
5
+ "date": "Thu, 19 May 2022 21:03:49 GMT",
6
+ "tag": "@ms-cloudpack/cli_v0.0.7",
7
+ "version": "0.0.7",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@ms-cloudpack/cli",
13
+ "comment": "Bump @ms-cloudpack/bundler to v0.0.7",
14
+ "commit": "d701b1fd3997bfb2f2c67f06a94bd79fadbcac6d"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@ms-cloudpack/cli",
19
+ "comment": "Bump @ms-cloudpack/package-utilities to v0.1.7",
20
+ "commit": "d701b1fd3997bfb2f2c67f06a94bd79fadbcac6d"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Sat, 14 May 2022 04:36:11 GMT",
6
27
  "tag": "@ms-cloudpack/cli_v0.0.6",
7
28
  "version": "0.0.6",
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 Sat, 14 May 2022 04:35:56 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 19 May 2022 21:03:49 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.0.7
8
+
9
+ Thu, 19 May 2022 21:03:49 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @ms-cloudpack/bundler to v0.0.7
14
+ - Bump @ms-cloudpack/package-utilities to v0.1.7
15
+
7
16
  ## 0.0.6
8
17
 
9
- Sat, 14 May 2022 04:35:56 GMT
18
+ Sat, 14 May 2022 04:36:11 GMT
10
19
 
11
20
  ### Patches
12
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/cli",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
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,10 +16,10 @@
16
16
  "cloudpack": "./lib/cloudpack.js"
17
17
  },
18
18
  "dependencies": {
19
- "@ms-cloudpack/bundler": "^0.0.6",
19
+ "@ms-cloudpack/bundler": "^0.0.7",
20
20
  "@ms-cloudpack/create-express-app": "^0.0.2",
21
21
  "@ms-cloudpack/json-utilities": "^0.0.3",
22
- "@ms-cloudpack/package-utilities": "^0.1.6",
22
+ "@ms-cloudpack/package-utilities": "^0.1.7",
23
23
  "@ms-cloudpack/path-utilities": "^0.1.0",
24
24
  "commander": "^9.1.0",
25
25
  "filenamify": "^5.1.0",