alex-c-line 1.33.2 → 1.33.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 CHANGED
@@ -767,7 +767,10 @@ function outdatedDependencies(program) {
767
767
  code: "PNPM_OUDATED_ERROR"
768
768
  });
769
769
  const outdatedDependencies = JSON.parse(stdout.trim());
770
- if (Object.keys(outdatedDependencies).length === 0) console.info("NO_OUTDATED_DEPENDENCIES_FOUND");
770
+ if (Object.keys(outdatedDependencies).length === 0) {
771
+ console.info("NO_OUTDATED_DEPENDENCIES_FOUND");
772
+ return;
773
+ }
771
774
  const outdatedTemplatesPath = node_path.default.join(await alexCLinePackageRoot, "templates", "outdated");
772
775
  const tableTemplate = await (0, node_fs_promises.readFile)(node_path.default.join(outdatedTemplatesPath, "table.html"), "utf-8");
773
776
  const tableRowTemplate = await (0, node_fs_promises.readFile)(node_path.default.join(outdatedTemplatesPath, "tableRow.html"), "utf-8");
@@ -1354,7 +1357,7 @@ function parseZodSchemaForProgram(programError, schema, data) {
1354
1357
  //#endregion
1355
1358
  //#region package.json
1356
1359
  var name = "alex-c-line";
1357
- var version = "1.33.2";
1360
+ var version = "1.33.3";
1358
1361
  var description = "Command-line tool with commands to streamline the developer workflow.";
1359
1362
 
1360
1363
  //#endregion
package/dist/index.js CHANGED
@@ -729,7 +729,10 @@ function outdatedDependencies(program) {
729
729
  code: "PNPM_OUDATED_ERROR"
730
730
  });
731
731
  const outdatedDependencies = JSON.parse(stdout.trim());
732
- if (Object.keys(outdatedDependencies).length === 0) console.info("NO_OUTDATED_DEPENDENCIES_FOUND");
732
+ if (Object.keys(outdatedDependencies).length === 0) {
733
+ console.info("NO_OUTDATED_DEPENDENCIES_FOUND");
734
+ return;
735
+ }
733
736
  const outdatedTemplatesPath = path.join(await alexCLinePackageRoot, "templates", "outdated");
734
737
  const tableTemplate = await readFile(path.join(outdatedTemplatesPath, "table.html"), "utf-8");
735
738
  const tableRowTemplate = await readFile(path.join(outdatedTemplatesPath, "tableRow.html"), "utf-8");
@@ -1316,7 +1319,7 @@ function parseZodSchemaForProgram(programError, schema, data) {
1316
1319
  //#endregion
1317
1320
  //#region package.json
1318
1321
  var name = "alex-c-line";
1319
- var version = "1.33.2";
1322
+ var version = "1.33.3";
1320
1323
  var description = "Command-line tool with commands to streamline the developer workflow.";
1321
1324
 
1322
1325
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alex-c-line",
3
- "version": "1.33.2",
3
+ "version": "1.33.3",
4
4
  "description": "Command-line tool with commands to streamline the developer workflow.",
5
5
  "repository": {
6
6
  "type": "git",