conventional-changelog-storm-software 0.3.190 → 0.3.192

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/README.md CHANGED
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
27
27
 
28
28
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
29
29
 
30
- [![Version](https://img.shields.io/badge/version-0.3.185-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
30
+ [![Version](https://img.shields.io/badge/version-0.3.190-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
31
31
 
32
32
  <!-- prettier-ignore-start -->
33
33
  <!-- markdownlint-disable -->
package/dist/index.cjs CHANGED
@@ -545,13 +545,13 @@ ${message.sort(
545
545
  { prefix: `${prefix}--`, skip, sort },
546
546
  depth2 + 1
547
547
  )}`
548
- ).join("\n")}` : typeof message === "object" ? `
548
+ ).join("\n")}` : typeof message === "object" && message ? `
549
549
  ${Object.keys(message).filter(
550
550
  (key) => typeof key !== "string" || !skip.map((k2) => k2.toLowerCase().trim()).includes(key.toLowerCase().trim())
551
551
  ).sort(
552
552
  sort ? (a3, b2) => !a3 && !b2 ? 0 : !a3 ? 1 : !b2 ? -1 : String(a3).localeCompare(String(b2)) : void 0
553
553
  ).map(
554
- (key) => ` ${prefix}> ${key} = ${_isFunction(message[key]) ? "<function>" : typeof message[key] === "object" ? Object.keys(message[key]).filter(
554
+ (key) => ` ${prefix}> ${key} = ${_isFunction(message[key]) ? "<function>" : typeof message[key] === "object" && message[key] ? Object.keys(message[key]).filter(
555
555
  (key2) => typeof key2 !== "string" || !skip.map((k2) => k2.toLowerCase().trim()).includes(key2.toLowerCase().trim())
556
556
  ).length === 0 ? "{}" : formatLogMessage(
557
557
  message[key],
@@ -1565,7 +1565,7 @@ ${formatLogMessage(config)}`,
1565
1565
  return config;
1566
1566
  };
1567
1567
 
1568
- // ../config-tools/dist/chunk-3SX4SLEU.js
1568
+ // ../config-tools/dist/chunk-RQCCSNVL.js
1569
1569
  function getConfig(workspaceRoot, skipLogs = false) {
1570
1570
  return loadStormWorkspaceConfig(workspaceRoot, skipLogs);
1571
1571
  }
package/dist/index.js CHANGED
@@ -518,13 +518,13 @@ ${message.sort(
518
518
  { prefix: `${prefix}--`, skip, sort },
519
519
  depth2 + 1
520
520
  )}`
521
- ).join("\n")}` : typeof message === "object" ? `
521
+ ).join("\n")}` : typeof message === "object" && message ? `
522
522
  ${Object.keys(message).filter(
523
523
  (key) => typeof key !== "string" || !skip.map((k2) => k2.toLowerCase().trim()).includes(key.toLowerCase().trim())
524
524
  ).sort(
525
525
  sort ? (a3, b2) => !a3 && !b2 ? 0 : !a3 ? 1 : !b2 ? -1 : String(a3).localeCompare(String(b2)) : void 0
526
526
  ).map(
527
- (key) => ` ${prefix}> ${key} = ${_isFunction(message[key]) ? "<function>" : typeof message[key] === "object" ? Object.keys(message[key]).filter(
527
+ (key) => ` ${prefix}> ${key} = ${_isFunction(message[key]) ? "<function>" : typeof message[key] === "object" && message[key] ? Object.keys(message[key]).filter(
528
528
  (key2) => typeof key2 !== "string" || !skip.map((k2) => k2.toLowerCase().trim()).includes(key2.toLowerCase().trim())
529
529
  ).length === 0 ? "{}" : formatLogMessage(
530
530
  message[key],
@@ -1538,7 +1538,7 @@ ${formatLogMessage(config)}`,
1538
1538
  return config;
1539
1539
  };
1540
1540
 
1541
- // ../config-tools/dist/chunk-3SX4SLEU.js
1541
+ // ../config-tools/dist/chunk-RQCCSNVL.js
1542
1542
  function getConfig(workspaceRoot, skipLogs = false) {
1543
1543
  return loadStormWorkspaceConfig(workspaceRoot, skipLogs);
1544
1544
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conventional-changelog-storm-software",
3
- "version": "0.3.190",
3
+ "version": "0.3.192",
4
4
  "type": "module",
5
5
  "description": "This package contains the shared conventional-changelog configuration used in Storm Software projects.",
6
6
  "repository": {
@@ -213,8 +213,8 @@
213
213
  "storm-software"
214
214
  ],
215
215
  "dependencies": {
216
- "@storm-software/config": "^1.137.61",
217
- "@storm-software/config-tools": "^1.190.29",
216
+ "@storm-software/config": "1.137.63",
217
+ "@storm-software/config-tools": "1.190.31",
218
218
  "compare-func": "^2.0.0",
219
219
  "conventional-changelog-conventionalcommits": "^9.3.1",
220
220
  "conventional-changelog-writer": "^8.4.0",
@@ -228,5 +228,5 @@
228
228
  },
229
229
  "publishConfig": { "access": "public" },
230
230
  "sideEffects": false,
231
- "gitHead": "f0d9a62636f081517e044a371e7026ce60a8a070"
231
+ "gitHead": "a94e6c909530b089484dea10b26f00bed0f7c022"
232
232
  }