alex-c-line 2.11.2 → 2.11.3
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/templates/changeRequest/template.md +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1485,7 +1485,7 @@ function template(program) {
|
|
|
1485
1485
|
//#endregion
|
|
1486
1486
|
//#region package.json
|
|
1487
1487
|
var name = "alex-c-line";
|
|
1488
|
-
var version$1 = "2.11.
|
|
1488
|
+
var version$1 = "2.11.3";
|
|
1489
1489
|
var description = "Command-line tool with commands to streamline the developer workflow.";
|
|
1490
1490
|
//#endregion
|
|
1491
1491
|
//#region src/utility/updates/checkUpdate.ts
|
package/dist/index.js
CHANGED
|
@@ -1454,7 +1454,7 @@ function template(program) {
|
|
|
1454
1454
|
//#endregion
|
|
1455
1455
|
//#region package.json
|
|
1456
1456
|
var name = "alex-c-line";
|
|
1457
|
-
var version$1 = "2.11.
|
|
1457
|
+
var version$1 = "2.11.3";
|
|
1458
1458
|
var description = "Command-line tool with commands to streamline the developer workflow.";
|
|
1459
1459
|
//#endregion
|
|
1460
1460
|
//#region src/utility/updates/checkUpdate.ts
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@ placeholders:
|
|
|
7
7
|
---
|
|
8
8
|
# Change Request
|
|
9
9
|
|
|
10
|
-
This is a request for a change to {{projectName}} by {{requestedBy}}. If this gets accepted it will trigger a new deployment to apply the change. Please see more details below
|
|
10
|
+
This is a request for a change to {{projectName}} by {{requestedBy}}. If this gets accepted it will trigger a new deployment to apply the change. Please see more details below.
|
|
11
11
|
|
|
12
12
|
## Change reason
|
|
13
13
|
|