@ms-cloudpack/cli 0.2.7 → 0.2.10

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,58 @@
2
2
  "name": "@ms-cloudpack/cli",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 28 Jul 2022 18:39:06 GMT",
5
+ "date": "Tue, 02 Aug 2022 20:04:01 GMT",
6
+ "tag": "@ms-cloudpack/cli_v0.2.10",
7
+ "version": "0.2.10",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@ms-cloudpack/cli",
13
+ "comment": "Bump @ms-cloudpack/bundler to v0.1.13",
14
+ "commit": "9e2c1f3578afd093c2db6a3ac82c75b2bdddf120"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@ms-cloudpack/cli",
19
+ "comment": "Bump @ms-cloudpack/package-utilities to v0.5.1",
20
+ "commit": "9e2c1f3578afd093c2db6a3ac82c75b2bdddf120"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Tue, 02 Aug 2022 19:53:54 GMT",
27
+ "tag": "@ms-cloudpack/cli_v0.2.9",
28
+ "version": "0.2.9",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "author": "beachball",
33
+ "package": "@ms-cloudpack/cli",
34
+ "comment": "Bump @ms-cloudpack/bundler to v0.1.12",
35
+ "commit": "0f6e7ba9b609d54fdfa6b614975e7682314df8d8"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Sun, 31 Jul 2022 20:15:25 GMT",
42
+ "tag": "@ms-cloudpack/cli_v0.2.8",
43
+ "version": "0.2.8",
44
+ "comments": {
45
+ "patch": [
46
+ {
47
+ "author": "beachball",
48
+ "package": "@ms-cloudpack/cli",
49
+ "comment": "Bump @ms-cloudpack/bundler to v0.1.11",
50
+ "commit": "54af9854338c335c9ea859dc23f87f4cb0c8b4a5"
51
+ }
52
+ ]
53
+ }
54
+ },
55
+ {
56
+ "date": "Thu, 28 Jul 2022 18:39:20 GMT",
6
57
  "tag": "@ms-cloudpack/cli_v0.2.7",
7
58
  "version": "0.2.7",
8
59
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,37 @@
1
1
  # Change Log - @ms-cloudpack/cli
2
2
 
3
- This log was last generated on Thu, 28 Jul 2022 18:39:06 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 02 Aug 2022 20:04:01 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.2.10
8
+
9
+ Tue, 02 Aug 2022 20:04:01 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @ms-cloudpack/bundler to v0.1.13
14
+ - Bump @ms-cloudpack/package-utilities to v0.5.1
15
+
16
+ ## 0.2.9
17
+
18
+ Tue, 02 Aug 2022 19:53:54 GMT
19
+
20
+ ### Patches
21
+
22
+ - Bump @ms-cloudpack/bundler to v0.1.12
23
+
24
+ ## 0.2.8
25
+
26
+ Sun, 31 Jul 2022 20:15:25 GMT
27
+
28
+ ### Patches
29
+
30
+ - Bump @ms-cloudpack/bundler to v0.1.11
31
+
7
32
  ## 0.2.7
8
33
 
9
- Thu, 28 Jul 2022 18:39:06 GMT
34
+ Thu, 28 Jul 2022 18:39:20 GMT
10
35
 
11
36
  ### Patches
12
37
 
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.28.6"
8
+ "packageVersion": "7.28.7"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/cli",
3
- "version": "0.2.7",
3
+ "version": "0.2.10",
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.1.10",
19
+ "@ms-cloudpack/bundler": "^0.1.13",
20
20
  "@ms-cloudpack/create-express-app": "^0.1.0",
21
21
  "@ms-cloudpack/json-utilities": "^0.0.3",
22
- "@ms-cloudpack/package-utilities": "^0.5.0",
22
+ "@ms-cloudpack/package-utilities": "^0.5.1",
23
23
  "@ms-cloudpack/path-utilities": "^0.3.1",
24
24
  "commander": "^9.1.0",
25
25
  "filenamify": "^5.1.0",