@ms-cloudpack/cli 0.2.5 → 0.2.8

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,52 @@
2
2
  "name": "@ms-cloudpack/cli",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 21 Jul 2022 00:10:53 GMT",
5
+ "date": "Sun, 31 Jul 2022 20:15:17 GMT",
6
+ "tag": "@ms-cloudpack/cli_v0.2.8",
7
+ "version": "0.2.8",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@ms-cloudpack/cli",
13
+ "comment": "Bump @ms-cloudpack/bundler to v0.1.11",
14
+ "commit": "54af9854338c335c9ea859dc23f87f4cb0c8b4a5"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 28 Jul 2022 18:39:20 GMT",
21
+ "tag": "@ms-cloudpack/cli_v0.2.7",
22
+ "version": "0.2.7",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "beachball",
27
+ "package": "@ms-cloudpack/cli",
28
+ "comment": "Bump @ms-cloudpack/bundler to v0.1.10",
29
+ "commit": "17466a01211ad947d65f6d85bfc1fd03fce7a0b9"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Thu, 28 Jul 2022 18:29:47 GMT",
36
+ "tag": "@ms-cloudpack/cli_v0.2.6",
37
+ "version": "0.2.6",
38
+ "comments": {
39
+ "patch": [
40
+ {
41
+ "author": "beachball",
42
+ "package": "@ms-cloudpack/cli",
43
+ "comment": "Bump @ms-cloudpack/bundler to v0.1.9",
44
+ "commit": "5bdc413005b3b9babcda3b31242d0b4b6431a683"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Thu, 21 Jul 2022 00:11:01 GMT",
6
51
  "tag": "@ms-cloudpack/cli_v0.2.5",
7
52
  "version": "0.2.5",
8
53
  "comments": {
@@ -11,7 +56,7 @@
11
56
  "author": "beachball",
12
57
  "package": "@ms-cloudpack/cli",
13
58
  "comment": "Bump @ms-cloudpack/bundler to v0.1.8",
14
- "commit": "0e4576858d554013ace47316f091ecca4346d4d3"
59
+ "commit": "3b88b42eac76658f9873ade080b8b11c41d0b6aa"
15
60
  }
16
61
  ]
17
62
  }
package/CHANGELOG.md CHANGED
@@ -1,12 +1,36 @@
1
1
  # Change Log - @ms-cloudpack/cli
2
2
 
3
- This log was last generated on Thu, 21 Jul 2022 00:10:53 GMT and should not be manually modified.
3
+ This log was last generated on Sun, 31 Jul 2022 20:15:17 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.2.8
8
+
9
+ Sun, 31 Jul 2022 20:15:17 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @ms-cloudpack/bundler to v0.1.11
14
+
15
+ ## 0.2.7
16
+
17
+ Thu, 28 Jul 2022 18:39:20 GMT
18
+
19
+ ### Patches
20
+
21
+ - Bump @ms-cloudpack/bundler to v0.1.10
22
+
23
+ ## 0.2.6
24
+
25
+ Thu, 28 Jul 2022 18:29:47 GMT
26
+
27
+ ### Patches
28
+
29
+ - Bump @ms-cloudpack/bundler to v0.1.9
30
+
7
31
  ## 0.2.5
8
32
 
9
- Thu, 21 Jul 2022 00:10:53 GMT
33
+ Thu, 21 Jul 2022 00:11:01 GMT
10
34
 
11
35
  ### Patches
12
36
 
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.28.3"
8
+ "packageVersion": "7.28.6"
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.5",
3
+ "version": "0.2.8",
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,7 +16,7 @@
16
16
  "cloudpack": "./lib/cloudpack.js"
17
17
  },
18
18
  "dependencies": {
19
- "@ms-cloudpack/bundler": "^0.1.8",
19
+ "@ms-cloudpack/bundler": "^0.1.11",
20
20
  "@ms-cloudpack/create-express-app": "^0.1.0",
21
21
  "@ms-cloudpack/json-utilities": "^0.0.3",
22
22
  "@ms-cloudpack/package-utilities": "^0.5.0",