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 +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.js +3 -3
- package/package.json +4 -4
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
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
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-
|
|
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-
|
|
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.
|
|
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": "
|
|
217
|
-
"@storm-software/config-tools": "
|
|
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": "
|
|
231
|
+
"gitHead": "a94e6c909530b089484dea10b26f00bed0f7c022"
|
|
232
232
|
}
|