conventional-changelog-storm-software 0.3.76 → 0.3.77
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/configs/index.d.cts +3 -3
- package/dist/configs/index.d.ts +3 -3
- package/dist/configs/minimal.d.cts +2 -2
- package/dist/configs/minimal.d.ts +2 -2
- package/dist/configs/monorepo.d.cts +4 -4
- package/dist/configs/monorepo.d.ts +4 -4
- package/dist/index.cjs +3 -3
- package/dist/index.js +3 -3
- package/package.json +3 -3
package/dist/configs/index.d.cts
CHANGED
|
@@ -189,7 +189,7 @@ declare const COMMIT_CONFIGS: {
|
|
|
189
189
|
"footer-max-line-length": (string | number)[];
|
|
190
190
|
"header-max-length": (string | number)[];
|
|
191
191
|
"header-trim": (string | RuleConfigSeverity)[];
|
|
192
|
-
"subject-case": (string | string[]
|
|
192
|
+
"subject-case": (string | RuleConfigSeverity | string[])[];
|
|
193
193
|
"subject-empty": (string | RuleConfigSeverity)[];
|
|
194
194
|
"subject-full-stop": (string | RuleConfigSeverity)[];
|
|
195
195
|
"subject-max-length": (string | number)[];
|
|
@@ -398,7 +398,7 @@ declare const COMMIT_CONFIGS: {
|
|
|
398
398
|
"footer-max-line-length": (string | number)[];
|
|
399
399
|
"header-max-length": (string | number)[];
|
|
400
400
|
"header-trim": (string | RuleConfigSeverity)[];
|
|
401
|
-
"subject-case": (string | string[]
|
|
401
|
+
"subject-case": (string | RuleConfigSeverity | string[])[];
|
|
402
402
|
"subject-empty": (string | RuleConfigSeverity)[];
|
|
403
403
|
"subject-full-stop": (string | RuleConfigSeverity)[];
|
|
404
404
|
"subject-max-length": (string | number)[];
|
|
@@ -408,7 +408,7 @@ declare const COMMIT_CONFIGS: {
|
|
|
408
408
|
"type-enum": [RuleConfigSeverity, RuleConfigCondition, string[]];
|
|
409
409
|
"type-max-length": (string | number)[];
|
|
410
410
|
"type-min-length": (string | number)[];
|
|
411
|
-
"scope-case": (string | string[]
|
|
411
|
+
"scope-case": (string | RuleConfigSeverity | string[])[];
|
|
412
412
|
"scope-empty": (string | RuleConfigSeverity)[];
|
|
413
413
|
};
|
|
414
414
|
settings: {
|
package/dist/configs/index.d.ts
CHANGED
|
@@ -189,7 +189,7 @@ declare const COMMIT_CONFIGS: {
|
|
|
189
189
|
"footer-max-line-length": (string | number)[];
|
|
190
190
|
"header-max-length": (string | number)[];
|
|
191
191
|
"header-trim": (string | RuleConfigSeverity)[];
|
|
192
|
-
"subject-case": (string | string[]
|
|
192
|
+
"subject-case": (string | RuleConfigSeverity | string[])[];
|
|
193
193
|
"subject-empty": (string | RuleConfigSeverity)[];
|
|
194
194
|
"subject-full-stop": (string | RuleConfigSeverity)[];
|
|
195
195
|
"subject-max-length": (string | number)[];
|
|
@@ -398,7 +398,7 @@ declare const COMMIT_CONFIGS: {
|
|
|
398
398
|
"footer-max-line-length": (string | number)[];
|
|
399
399
|
"header-max-length": (string | number)[];
|
|
400
400
|
"header-trim": (string | RuleConfigSeverity)[];
|
|
401
|
-
"subject-case": (string | string[]
|
|
401
|
+
"subject-case": (string | RuleConfigSeverity | string[])[];
|
|
402
402
|
"subject-empty": (string | RuleConfigSeverity)[];
|
|
403
403
|
"subject-full-stop": (string | RuleConfigSeverity)[];
|
|
404
404
|
"subject-max-length": (string | number)[];
|
|
@@ -408,7 +408,7 @@ declare const COMMIT_CONFIGS: {
|
|
|
408
408
|
"type-enum": [RuleConfigSeverity, RuleConfigCondition, string[]];
|
|
409
409
|
"type-max-length": (string | number)[];
|
|
410
410
|
"type-min-length": (string | number)[];
|
|
411
|
-
"scope-case": (string | string[]
|
|
411
|
+
"scope-case": (string | RuleConfigSeverity | string[])[];
|
|
412
412
|
"scope-empty": (string | RuleConfigSeverity)[];
|
|
413
413
|
};
|
|
414
414
|
settings: {
|
|
@@ -62,7 +62,7 @@ declare const commitlint: {
|
|
|
62
62
|
"footer-max-line-length": (string | number)[];
|
|
63
63
|
"header-max-length": (string | number)[];
|
|
64
64
|
"header-trim": (string | RuleConfigSeverity)[];
|
|
65
|
-
"subject-case": (string | string[]
|
|
65
|
+
"subject-case": (string | RuleConfigSeverity | string[])[];
|
|
66
66
|
"subject-empty": (string | RuleConfigSeverity)[];
|
|
67
67
|
"subject-full-stop": (string | RuleConfigSeverity)[];
|
|
68
68
|
"subject-max-length": (string | number)[];
|
|
@@ -270,7 +270,7 @@ declare const config: {
|
|
|
270
270
|
"footer-max-line-length": (string | number)[];
|
|
271
271
|
"header-max-length": (string | number)[];
|
|
272
272
|
"header-trim": (string | RuleConfigSeverity)[];
|
|
273
|
-
"subject-case": (string | string[]
|
|
273
|
+
"subject-case": (string | RuleConfigSeverity | string[])[];
|
|
274
274
|
"subject-empty": (string | RuleConfigSeverity)[];
|
|
275
275
|
"subject-full-stop": (string | RuleConfigSeverity)[];
|
|
276
276
|
"subject-max-length": (string | number)[];
|
|
@@ -62,7 +62,7 @@ declare const commitlint: {
|
|
|
62
62
|
"footer-max-line-length": (string | number)[];
|
|
63
63
|
"header-max-length": (string | number)[];
|
|
64
64
|
"header-trim": (string | RuleConfigSeverity)[];
|
|
65
|
-
"subject-case": (string | string[]
|
|
65
|
+
"subject-case": (string | RuleConfigSeverity | string[])[];
|
|
66
66
|
"subject-empty": (string | RuleConfigSeverity)[];
|
|
67
67
|
"subject-full-stop": (string | RuleConfigSeverity)[];
|
|
68
68
|
"subject-max-length": (string | number)[];
|
|
@@ -270,7 +270,7 @@ declare const config: {
|
|
|
270
270
|
"footer-max-line-length": (string | number)[];
|
|
271
271
|
"header-max-length": (string | number)[];
|
|
272
272
|
"header-trim": (string | RuleConfigSeverity)[];
|
|
273
|
-
"subject-case": (string | string[]
|
|
273
|
+
"subject-case": (string | RuleConfigSeverity | string[])[];
|
|
274
274
|
"subject-empty": (string | RuleConfigSeverity)[];
|
|
275
275
|
"subject-full-stop": (string | RuleConfigSeverity)[];
|
|
276
276
|
"subject-max-length": (string | number)[];
|
|
@@ -62,7 +62,7 @@ declare const commitlint: {
|
|
|
62
62
|
"footer-max-line-length": (string | number)[];
|
|
63
63
|
"header-max-length": (string | number)[];
|
|
64
64
|
"header-trim": (string | RuleConfigSeverity)[];
|
|
65
|
-
"subject-case": (string | string[]
|
|
65
|
+
"subject-case": (string | RuleConfigSeverity | string[])[];
|
|
66
66
|
"subject-empty": (string | RuleConfigSeverity)[];
|
|
67
67
|
"subject-full-stop": (string | RuleConfigSeverity)[];
|
|
68
68
|
"subject-max-length": (string | number)[];
|
|
@@ -72,7 +72,7 @@ declare const commitlint: {
|
|
|
72
72
|
"type-enum": [RuleConfigSeverity, RuleConfigCondition, string[]];
|
|
73
73
|
"type-max-length": (string | number)[];
|
|
74
74
|
"type-min-length": (string | number)[];
|
|
75
|
-
"scope-case": (string | string[]
|
|
75
|
+
"scope-case": (string | RuleConfigSeverity | string[])[];
|
|
76
76
|
"scope-empty": (string | RuleConfigSeverity)[];
|
|
77
77
|
};
|
|
78
78
|
settings: {
|
|
@@ -271,7 +271,7 @@ declare const config: {
|
|
|
271
271
|
"footer-max-line-length": (string | number)[];
|
|
272
272
|
"header-max-length": (string | number)[];
|
|
273
273
|
"header-trim": (string | RuleConfigSeverity)[];
|
|
274
|
-
"subject-case": (string | string[]
|
|
274
|
+
"subject-case": (string | RuleConfigSeverity | string[])[];
|
|
275
275
|
"subject-empty": (string | RuleConfigSeverity)[];
|
|
276
276
|
"subject-full-stop": (string | RuleConfigSeverity)[];
|
|
277
277
|
"subject-max-length": (string | number)[];
|
|
@@ -281,7 +281,7 @@ declare const config: {
|
|
|
281
281
|
"type-enum": [RuleConfigSeverity, RuleConfigCondition, string[]];
|
|
282
282
|
"type-max-length": (string | number)[];
|
|
283
283
|
"type-min-length": (string | number)[];
|
|
284
|
-
"scope-case": (string | string[]
|
|
284
|
+
"scope-case": (string | RuleConfigSeverity | string[])[];
|
|
285
285
|
"scope-empty": (string | RuleConfigSeverity)[];
|
|
286
286
|
};
|
|
287
287
|
settings: {
|
|
@@ -62,7 +62,7 @@ declare const commitlint: {
|
|
|
62
62
|
"footer-max-line-length": (string | number)[];
|
|
63
63
|
"header-max-length": (string | number)[];
|
|
64
64
|
"header-trim": (string | RuleConfigSeverity)[];
|
|
65
|
-
"subject-case": (string | string[]
|
|
65
|
+
"subject-case": (string | RuleConfigSeverity | string[])[];
|
|
66
66
|
"subject-empty": (string | RuleConfigSeverity)[];
|
|
67
67
|
"subject-full-stop": (string | RuleConfigSeverity)[];
|
|
68
68
|
"subject-max-length": (string | number)[];
|
|
@@ -72,7 +72,7 @@ declare const commitlint: {
|
|
|
72
72
|
"type-enum": [RuleConfigSeverity, RuleConfigCondition, string[]];
|
|
73
73
|
"type-max-length": (string | number)[];
|
|
74
74
|
"type-min-length": (string | number)[];
|
|
75
|
-
"scope-case": (string | string[]
|
|
75
|
+
"scope-case": (string | RuleConfigSeverity | string[])[];
|
|
76
76
|
"scope-empty": (string | RuleConfigSeverity)[];
|
|
77
77
|
};
|
|
78
78
|
settings: {
|
|
@@ -271,7 +271,7 @@ declare const config: {
|
|
|
271
271
|
"footer-max-line-length": (string | number)[];
|
|
272
272
|
"header-max-length": (string | number)[];
|
|
273
273
|
"header-trim": (string | RuleConfigSeverity)[];
|
|
274
|
-
"subject-case": (string | string[]
|
|
274
|
+
"subject-case": (string | RuleConfigSeverity | string[])[];
|
|
275
275
|
"subject-empty": (string | RuleConfigSeverity)[];
|
|
276
276
|
"subject-full-stop": (string | RuleConfigSeverity)[];
|
|
277
277
|
"subject-max-length": (string | number)[];
|
|
@@ -281,7 +281,7 @@ declare const config: {
|
|
|
281
281
|
"type-enum": [RuleConfigSeverity, RuleConfigCondition, string[]];
|
|
282
282
|
"type-max-length": (string | number)[];
|
|
283
283
|
"type-min-length": (string | number)[];
|
|
284
|
-
"scope-case": (string | string[]
|
|
284
|
+
"scope-case": (string | RuleConfigSeverity | string[])[];
|
|
285
285
|
"scope-empty": (string | RuleConfigSeverity)[];
|
|
286
286
|
};
|
|
287
287
|
settings: {
|
package/dist/index.cjs
CHANGED
|
@@ -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-BQLCBDR6.js
|
|
1500
1500
|
function getConfig(workspaceRoot, skipLogs = false) {
|
|
1501
1501
|
return loadStormWorkspaceConfig(workspaceRoot, skipLogs);
|
|
1502
1502
|
}
|
package/dist/index.js
CHANGED
|
@@ -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-BQLCBDR6.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.77",
|
|
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.77",
|
|
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": "d07f74f1d50951459260d2738dea47586e194f7f"
|
|
232
232
|
}
|