alex-c-line 2.9.0 → 2.9.1

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/dist/index.cjs CHANGED
@@ -1356,7 +1356,7 @@ function template(program) {
1356
1356
  //#endregion
1357
1357
  //#region package.json
1358
1358
  var name = "alex-c-line";
1359
- var version$1 = "2.9.0";
1359
+ var version$1 = "2.9.1";
1360
1360
  var description = "Command-line tool with commands to streamline the developer workflow.";
1361
1361
  //#endregion
1362
1362
  //#region src/utility/updates/checkUpdate.ts
package/dist/index.js CHANGED
@@ -1325,7 +1325,7 @@ function template(program) {
1325
1325
  //#endregion
1326
1326
  //#region package.json
1327
1327
  var name = "alex-c-line";
1328
- var version$1 = "2.9.0";
1328
+ var version$1 = "2.9.1";
1329
1329
  var description = "Command-line tool with commands to streamline the developer workflow.";
1330
1330
  //#endregion
1331
1331
  //#region src/utility/updates/checkUpdate.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alex-c-line",
3
- "version": "2.9.0",
3
+ "version": "2.9.1",
4
4
  "description": "Command-line tool with commands to streamline the developer workflow.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,7 +1,7 @@
1
1
  <ul>
2
- <li>Info: {{info}}</li>
3
- <li>Low: {{low}}</li>
4
- <li>Moderate: {{moderate}}</li>
5
- <li>High: {{high}}</li>
6
2
  <li>Critical: {{critical}}</li>
3
+ <li>High: {{high}}</li>
4
+ <li>Moderate: {{moderate}}</li>
5
+ <li>Low: {{low}}</li>
6
+ <li>Info: {{info}}</li>
7
7
  </ul>