alex-c-line 1.33.4 → 1.33.5

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
@@ -1357,7 +1357,7 @@ function parseZodSchemaForProgram(programError, schema, data) {
1357
1357
  //#endregion
1358
1358
  //#region package.json
1359
1359
  var name = "alex-c-line";
1360
- var version = "1.33.4";
1360
+ var version = "1.33.5";
1361
1361
  var description = "Command-line tool with commands to streamline the developer workflow.";
1362
1362
 
1363
1363
  //#endregion
@@ -1760,7 +1760,7 @@ function formatError(error) {
1760
1760
  //#region src/cache/global/createAlexCLineGlobalCache.ts
1761
1761
  async function createAlexCLineGlobalCache(cacheData) {
1762
1762
  await (0, node_fs_promises.mkdir)(ALEX_C_LINE_GLOBAL_CACHE_DIRECTORY, { recursive: true });
1763
- await (0, node_fs_promises.writeFile)(ALEX_C_LINE_GLOBAL_CACHE_PATH, JSON.stringify(cacheData, null, 2));
1763
+ await (0, node_fs_promises.writeFile)(ALEX_C_LINE_GLOBAL_CACHE_PATH, `${JSON.stringify(cacheData, null, 2)}\n`);
1764
1764
  }
1765
1765
 
1766
1766
  //#endregion
package/dist/index.js CHANGED
@@ -1319,7 +1319,7 @@ function parseZodSchemaForProgram(programError, schema, data) {
1319
1319
  //#endregion
1320
1320
  //#region package.json
1321
1321
  var name = "alex-c-line";
1322
- var version = "1.33.4";
1322
+ var version = "1.33.5";
1323
1323
  var description = "Command-line tool with commands to streamline the developer workflow.";
1324
1324
 
1325
1325
  //#endregion
@@ -1722,7 +1722,7 @@ function formatError(error) {
1722
1722
  //#region src/cache/global/createAlexCLineGlobalCache.ts
1723
1723
  async function createAlexCLineGlobalCache(cacheData) {
1724
1724
  await mkdir(ALEX_C_LINE_GLOBAL_CACHE_DIRECTORY, { recursive: true });
1725
- await writeFile(ALEX_C_LINE_GLOBAL_CACHE_PATH, JSON.stringify(cacheData, null, 2));
1725
+ await writeFile(ALEX_C_LINE_GLOBAL_CACHE_PATH, `${JSON.stringify(cacheData, null, 2)}\n`);
1726
1726
  }
1727
1727
 
1728
1728
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alex-c-line",
3
- "version": "1.33.4",
3
+ "version": "1.33.5",
4
4
  "description": "Command-line tool with commands to streamline the developer workflow.",
5
5
  "repository": {
6
6
  "type": "git",