alex-c-line 2.11.0 → 2.11.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 +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1144,7 +1144,7 @@ function templateChangeRequestCreate(program) {
|
|
|
1144
1144
|
const newFileName = getNextFileName(await (0, node_fs_promises.readdir)(resolvedOutputDirectory), `${resolveBasename(templateVariables.reason)}.md`);
|
|
1145
1145
|
const outputPath = node_path.default.join(resolvedOutputDirectory, newFileName);
|
|
1146
1146
|
await (0, node_fs_promises.writeFile)(outputPath, newDocumentContents);
|
|
1147
|
-
console.info(
|
|
1147
|
+
console.info(outputPath);
|
|
1148
1148
|
});
|
|
1149
1149
|
}
|
|
1150
1150
|
//#endregion
|
|
@@ -1484,7 +1484,7 @@ function template(program) {
|
|
|
1484
1484
|
//#endregion
|
|
1485
1485
|
//#region package.json
|
|
1486
1486
|
var name = "alex-c-line";
|
|
1487
|
-
var version$1 = "2.11.
|
|
1487
|
+
var version$1 = "2.11.1";
|
|
1488
1488
|
var description = "Command-line tool with commands to streamline the developer workflow.";
|
|
1489
1489
|
//#endregion
|
|
1490
1490
|
//#region src/utility/updates/checkUpdate.ts
|
package/dist/index.js
CHANGED
|
@@ -1113,7 +1113,7 @@ function templateChangeRequestCreate(program) {
|
|
|
1113
1113
|
const newFileName = getNextFileName(await readdir(resolvedOutputDirectory), `${resolveBasename(templateVariables.reason)}.md`);
|
|
1114
1114
|
const outputPath = path.join(resolvedOutputDirectory, newFileName);
|
|
1115
1115
|
await writeFile(outputPath, newDocumentContents);
|
|
1116
|
-
console.info(
|
|
1116
|
+
console.info(outputPath);
|
|
1117
1117
|
});
|
|
1118
1118
|
}
|
|
1119
1119
|
//#endregion
|
|
@@ -1453,7 +1453,7 @@ function template(program) {
|
|
|
1453
1453
|
//#endregion
|
|
1454
1454
|
//#region package.json
|
|
1455
1455
|
var name = "alex-c-line";
|
|
1456
|
-
var version$1 = "2.11.
|
|
1456
|
+
var version$1 = "2.11.1";
|
|
1457
1457
|
var description = "Command-line tool with commands to streamline the developer workflow.";
|
|
1458
1458
|
//#endregion
|
|
1459
1459
|
//#region src/utility/updates/checkUpdate.ts
|