conventional-changelog-storm-software 0.3.76 → 0.3.78
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 +7 -7
- package/dist/index.js +7 -7
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -340,16 +340,16 @@ var LogLevelLabel = {
|
|
|
340
340
|
ALL: "all"
|
|
341
341
|
};
|
|
342
342
|
|
|
343
|
-
// ../config-tools/dist/chunk-
|
|
343
|
+
// ../config-tools/dist/chunk-WCCSFJKP.js
|
|
344
344
|
var useIcon = (c3, fallback) => isUnicodeSupported() ? c3 : fallback;
|
|
345
345
|
var CONSOLE_ICONS = {
|
|
346
346
|
[LogLevelLabel.ERROR]: useIcon("\u2718", "\xD7"),
|
|
347
|
-
[LogLevelLabel.FATAL]: useIcon("\
|
|
347
|
+
[LogLevelLabel.FATAL]: useIcon("\u2620", "\xD7"),
|
|
348
348
|
[LogLevelLabel.WARN]: useIcon("\u26A0", "\u203C"),
|
|
349
|
-
[LogLevelLabel.INFO]: useIcon("\
|
|
349
|
+
[LogLevelLabel.INFO]: useIcon("\u{1F6C8}", "i"),
|
|
350
350
|
[LogLevelLabel.SUCCESS]: useIcon("\u2714", "\u221A"),
|
|
351
351
|
[LogLevelLabel.DEBUG]: useIcon("\u{1F6E0}", "D"),
|
|
352
|
-
[LogLevelLabel.TRACE]: useIcon("\
|
|
352
|
+
[LogLevelLabel.TRACE]: useIcon("\u2699", "T"),
|
|
353
353
|
[LogLevelLabel.ALL]: useIcon("\u2709", "\u2192")
|
|
354
354
|
};
|
|
355
355
|
|
|
@@ -464,7 +464,7 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.info ?? DEFAULT_COLOR_CONF
|
|
|
464
464
|
return (message) => {
|
|
465
465
|
console.debug(
|
|
466
466
|
`
|
|
467
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.debug ?? DEFAULT_COLOR_CONFIG.dark.
|
|
467
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.debug ?? DEFAULT_COLOR_CONFIG.dark.debug)(`[${CONSOLE_ICONS[LogLevelLabel.DEBUG]} Debug] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
468
468
|
`
|
|
469
469
|
);
|
|
470
470
|
};
|
|
@@ -473,7 +473,7 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.debug ?? DEFAULT_COLOR_CON
|
|
|
473
473
|
return (message) => {
|
|
474
474
|
console.debug(
|
|
475
475
|
`
|
|
476
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(
|
|
476
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex("#bbbbbb")(`[${CONSOLE_ICONS[LogLevelLabel.TRACE]} Trace] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
477
477
|
`
|
|
478
478
|
);
|
|
479
479
|
};
|
|
@@ -1496,7 +1496,7 @@ ${formatLogMessage(config)}`,
|
|
|
1496
1496
|
return config;
|
|
1497
1497
|
};
|
|
1498
1498
|
|
|
1499
|
-
// ../config-tools/dist/chunk-
|
|
1499
|
+
// ../config-tools/dist/chunk-FACWP24N.js
|
|
1500
1500
|
function getConfig(workspaceRoot, skipLogs = false) {
|
|
1501
1501
|
return loadStormWorkspaceConfig(workspaceRoot, skipLogs);
|
|
1502
1502
|
}
|
package/dist/index.js
CHANGED
|
@@ -313,16 +313,16 @@ var LogLevelLabel = {
|
|
|
313
313
|
ALL: "all"
|
|
314
314
|
};
|
|
315
315
|
|
|
316
|
-
// ../config-tools/dist/chunk-
|
|
316
|
+
// ../config-tools/dist/chunk-WCCSFJKP.js
|
|
317
317
|
var useIcon = (c3, fallback) => isUnicodeSupported() ? c3 : fallback;
|
|
318
318
|
var CONSOLE_ICONS = {
|
|
319
319
|
[LogLevelLabel.ERROR]: useIcon("\u2718", "\xD7"),
|
|
320
|
-
[LogLevelLabel.FATAL]: useIcon("\
|
|
320
|
+
[LogLevelLabel.FATAL]: useIcon("\u2620", "\xD7"),
|
|
321
321
|
[LogLevelLabel.WARN]: useIcon("\u26A0", "\u203C"),
|
|
322
|
-
[LogLevelLabel.INFO]: useIcon("\
|
|
322
|
+
[LogLevelLabel.INFO]: useIcon("\u{1F6C8}", "i"),
|
|
323
323
|
[LogLevelLabel.SUCCESS]: useIcon("\u2714", "\u221A"),
|
|
324
324
|
[LogLevelLabel.DEBUG]: useIcon("\u{1F6E0}", "D"),
|
|
325
|
-
[LogLevelLabel.TRACE]: useIcon("\
|
|
325
|
+
[LogLevelLabel.TRACE]: useIcon("\u2699", "T"),
|
|
326
326
|
[LogLevelLabel.ALL]: useIcon("\u2709", "\u2192")
|
|
327
327
|
};
|
|
328
328
|
|
|
@@ -437,7 +437,7 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.info ?? DEFAULT_COLOR_CONF
|
|
|
437
437
|
return (message) => {
|
|
438
438
|
console.debug(
|
|
439
439
|
`
|
|
440
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.debug ?? DEFAULT_COLOR_CONFIG.dark.
|
|
440
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.debug ?? DEFAULT_COLOR_CONFIG.dark.debug)(`[${CONSOLE_ICONS[LogLevelLabel.DEBUG]} Debug] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
441
441
|
`
|
|
442
442
|
);
|
|
443
443
|
};
|
|
@@ -446,7 +446,7 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.debug ?? DEFAULT_COLOR_CON
|
|
|
446
446
|
return (message) => {
|
|
447
447
|
console.debug(
|
|
448
448
|
`
|
|
449
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(
|
|
449
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex("#bbbbbb")(`[${CONSOLE_ICONS[LogLevelLabel.TRACE]} Trace] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
450
450
|
`
|
|
451
451
|
);
|
|
452
452
|
};
|
|
@@ -1469,7 +1469,7 @@ ${formatLogMessage(config)}`,
|
|
|
1469
1469
|
return config;
|
|
1470
1470
|
};
|
|
1471
1471
|
|
|
1472
|
-
// ../config-tools/dist/chunk-
|
|
1472
|
+
// ../config-tools/dist/chunk-FACWP24N.js
|
|
1473
1473
|
function getConfig(workspaceRoot, skipLogs = false) {
|
|
1474
1474
|
return loadStormWorkspaceConfig(workspaceRoot, skipLogs);
|
|
1475
1475
|
}
|
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.78",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "This package contains the shared conventional-changelog configuration used in Storm Software projects.",
|
|
6
6
|
"repository": {
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
],
|
|
215
215
|
"dependencies": {
|
|
216
216
|
"@storm-software/config": "^1.135.0",
|
|
217
|
-
"@storm-software/config-tools": "^1.188.
|
|
217
|
+
"@storm-software/config-tools": "^1.188.78",
|
|
218
218
|
"compare-func": "^2.0.0",
|
|
219
219
|
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
220
220
|
"conventional-changelog-writer": "^8.2.0",
|
|
@@ -228,5 +228,5 @@
|
|
|
228
228
|
},
|
|
229
229
|
"publishConfig": { "access": "public" },
|
|
230
230
|
"sideEffects": false,
|
|
231
|
-
"gitHead": "
|
|
231
|
+
"gitHead": "3053ec1a8f1bd29d0303c98c1fad84c2613b7b97"
|
|
232
232
|
}
|