@storm-software/projen 0.21.78 → 0.21.79
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/CHANGELOG.md +8 -0
- package/dist/{chunk-TNMDS22A.js → chunk-KMFDTNVF.js} +2 -2
- package/dist/{chunk-5HNOBREC.mjs → chunk-VJL567IZ.mjs} +2 -2
- package/dist/generators.js +2 -2
- package/dist/generators.mjs +1 -1
- package/dist/index.js +3 -3
- package/dist/index.mjs +1 -1
- package/dist/src/generators/init/generator.js +2 -2
- package/dist/src/generators/init/generator.mjs +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Projen
|
|
4
4
|
|
|
5
|
+
## [0.21.78](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.78) (01/14/2026)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **workspace-tools** to **v1.294.22**
|
|
10
|
+
- Updated **config-tools** to **v1.188.76**
|
|
11
|
+
- Updated **config** to **v1.135.0**
|
|
12
|
+
|
|
5
13
|
## [0.21.77](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.77) (12/30/2025)
|
|
6
14
|
|
|
7
15
|
### Miscellaneous
|
|
@@ -279,7 +279,7 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.info, ()
|
|
|
279
279
|
return (message) => {
|
|
280
280
|
console.debug(
|
|
281
281
|
`
|
|
282
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.debug, () => ( DEFAULT_COLOR_CONFIG.dark.
|
|
282
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.debug, () => ( DEFAULT_COLOR_CONFIG.dark.debug)))(`[${CONSOLE_ICONS[LogLevelLabel.DEBUG]} Debug] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
283
283
|
`
|
|
284
284
|
);
|
|
285
285
|
};
|
|
@@ -288,7 +288,7 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.debug, ()
|
|
|
288
288
|
return (message) => {
|
|
289
289
|
console.debug(
|
|
290
290
|
`
|
|
291
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(
|
|
291
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex("#bbbbbb")(`[${CONSOLE_ICONS[LogLevelLabel.TRACE]} Trace] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
292
292
|
`
|
|
293
293
|
);
|
|
294
294
|
};
|
|
@@ -280,7 +280,7 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.info ?? DEFAULT_COLOR_CONF
|
|
|
280
280
|
return (message) => {
|
|
281
281
|
console.debug(
|
|
282
282
|
`
|
|
283
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.debug ?? DEFAULT_COLOR_CONFIG.dark.
|
|
283
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.debug ?? DEFAULT_COLOR_CONFIG.dark.debug)(`[${CONSOLE_ICONS[LogLevelLabel.DEBUG]} Debug] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
284
284
|
`
|
|
285
285
|
);
|
|
286
286
|
};
|
|
@@ -289,7 +289,7 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.debug ?? DEFAULT_COLOR_CON
|
|
|
289
289
|
return (message) => {
|
|
290
290
|
console.debug(
|
|
291
291
|
`
|
|
292
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(
|
|
292
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex("#bbbbbb")(`[${CONSOLE_ICONS[LogLevelLabel.TRACE]} Trace] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
293
293
|
`
|
|
294
294
|
);
|
|
295
295
|
};
|
package/dist/generators.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-KJ37M6QV.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkKMFDTNVFjs = require('./chunk-KMFDTNVF.js');
|
|
5
5
|
require('./chunk-LMAXMHBU.js');
|
|
6
6
|
require('./chunk-OMQGQKIF.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGeneratorFn =
|
|
9
|
+
exports.initGeneratorFn = _chunkKMFDTNVFjs.initGeneratorFn;
|
package/dist/generators.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var _chunkDJZBKK2Xjs = require('./chunk-DJZBKK2X.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkKMFDTNVFjs = require('./chunk-KMFDTNVF.js');
|
|
8
8
|
require('./chunk-LMAXMHBU.js');
|
|
9
9
|
|
|
10
10
|
|
|
@@ -16,10 +16,10 @@ var _chunkOMQGQKIFjs = require('./chunk-OMQGQKIF.js');
|
|
|
16
16
|
// index.ts
|
|
17
17
|
var index_exports = {};
|
|
18
18
|
_chunkOMQGQKIFjs.__export.call(void 0, index_exports, {
|
|
19
|
-
initGeneratorFn: () =>
|
|
19
|
+
initGeneratorFn: () => _chunkKMFDTNVFjs.initGeneratorFn
|
|
20
20
|
});
|
|
21
21
|
_chunkOMQGQKIFjs.init_cjs_shims.call(void 0, );
|
|
22
22
|
_chunkOMQGQKIFjs.__reExport.call(void 0, index_exports, _chunkOMQGQKIFjs.__toESM.call(void 0, _chunkDJZBKK2Xjs.require_components.call(void 0, )));
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
exports.initGeneratorFn =
|
|
25
|
+
exports.initGeneratorFn = _chunkKMFDTNVFjs.initGeneratorFn;
|
package/dist/index.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkKMFDTNVFjs = require('../../../chunk-KMFDTNVF.js');
|
|
5
5
|
require('../../../chunk-LMAXMHBU.js');
|
|
6
6
|
require('../../../chunk-OMQGQKIF.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunkKMFDTNVFjs.generator_default; exports.initGeneratorFn = _chunkKMFDTNVFjs.initGeneratorFn;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/projen",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.79",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "Tools for managing Projen configuration automation within a Nx workspace.",
|
|
6
6
|
"repository": {
|
|
@@ -115,9 +115,9 @@
|
|
|
115
115
|
],
|
|
116
116
|
"peerDependencies": {
|
|
117
117
|
"@nx/devkit": "^22.3.3",
|
|
118
|
-
"@storm-software/config": "1.
|
|
119
|
-
"@storm-software/config-tools": "1.188.
|
|
120
|
-
"@storm-software/workspace-tools": "1.294.
|
|
118
|
+
"@storm-software/config": "1.135.0",
|
|
119
|
+
"@storm-software/config-tools": "1.188.76",
|
|
120
|
+
"@storm-software/workspace-tools": "1.294.22",
|
|
121
121
|
"projen": "^0.91.6",
|
|
122
122
|
"tsup": "8.4.0",
|
|
123
123
|
"untyped": "1.5.2"
|
|
@@ -142,5 +142,5 @@
|
|
|
142
142
|
"publishConfig": { "access": "public" },
|
|
143
143
|
"executors": "./executors.json",
|
|
144
144
|
"generators": "./generators.json",
|
|
145
|
-
"gitHead": "
|
|
145
|
+
"gitHead": "d07f74f1d50951459260d2738dea47586e194f7f"
|
|
146
146
|
}
|