@storm-software/projen 0.21.186 → 0.21.189
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 +29 -0
- package/dist/{chunk-GIWMVWIE.mjs → chunk-3YDQ52OF.mjs} +2 -2
- package/dist/{chunk-P46QMBRG.mjs → chunk-4HTOLVTB.mjs} +1 -1
- package/dist/{chunk-M3Z762JY.mjs → chunk-7NMZRIA6.mjs} +1 -1
- package/dist/chunk-AGB2JZV2.js +6 -0
- package/dist/{chunk-T75C3HPC.js → chunk-CQEP5YOC.js} +3 -3
- package/dist/{chunk-PQM74SUS.js → chunk-PYSTHXQM.js} +2 -2
- package/dist/{chunk-DKDVONDT.js → chunk-QSWRWRXK.js} +2 -2
- package/dist/{chunk-R62Q5MM7.mjs → chunk-RWL5CGRJ.mjs} +19 -10
- package/dist/{chunk-CL425MIH.mjs → chunk-U3I7JKJY.mjs} +1 -1
- package/dist/{chunk-E3UNKOCD.js → chunk-XLM33KP2.js} +218 -209
- package/dist/generators.js +5 -5
- package/dist/generators.mjs +4 -4
- package/dist/index.js +10 -10
- package/dist/index.mjs +5 -5
- package/dist/src/components/index.js +3 -3
- package/dist/src/components/index.mjs +2 -2
- package/dist/src/components/nx-workspace.js +4 -4
- package/dist/src/components/nx-workspace.mjs +2 -2
- package/dist/src/generators/init/generator.js +4 -4
- package/dist/src/generators/init/generator.mjs +3 -3
- package/dist/tsup.config.js +2 -2
- package/dist/tsup.config.mjs +1 -1
- package/package.json +6 -6
- package/dist/chunk-AYOLBWCE.js +0 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,35 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Projen
|
|
4
4
|
|
|
5
|
+
## [0.21.188](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.188) (05/15/2026)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **workspace-tools** to **v1.295.73**
|
|
10
|
+
- Updated **config-tools** to **v1.190.13**
|
|
11
|
+
- Updated **config** to **v1.137.46**
|
|
12
|
+
|
|
13
|
+
## [0.21.187](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.187) (05/15/2026)
|
|
14
|
+
|
|
15
|
+
### Updated Dependencies
|
|
16
|
+
|
|
17
|
+
- Updated **workspace-tools** to **v1.295.72**
|
|
18
|
+
- Updated **config-tools** to **v1.190.12**
|
|
19
|
+
- Updated **config** to **v1.137.45**
|
|
20
|
+
|
|
21
|
+
## [0.21.186](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.186) (05/14/2026)
|
|
22
|
+
|
|
23
|
+
### Miscellaneous
|
|
24
|
+
|
|
25
|
+
- **monorepo:** Update `pnpm-lock.yaml` and packages' `README.md` files ([6f43d2237](https://github.com/storm-software/storm-ops/commit/6f43d2237))
|
|
26
|
+
- **workspace-tools:** Update default `nx.json` configurations ([da734b5f4](https://github.com/storm-software/storm-ops/commit/da734b5f4))
|
|
27
|
+
|
|
28
|
+
### Updated Dependencies
|
|
29
|
+
|
|
30
|
+
- Updated **workspace-tools** to **v1.295.71**
|
|
31
|
+
- Updated **config-tools** to **v1.190.11**
|
|
32
|
+
- Updated **config** to **v1.137.44**
|
|
33
|
+
|
|
5
34
|
## [0.21.185](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.185) (05/14/2026)
|
|
6
35
|
|
|
7
36
|
### Miscellaneous
|
|
@@ -32,12 +32,12 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
32
32
|
mod
|
|
33
33
|
));
|
|
34
34
|
|
|
35
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
35
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__17f35255c9b2c5d65e514e3b165d24e6/node_modules/tsup/assets/esm_shims.js
|
|
36
36
|
import { fileURLToPath } from "url";
|
|
37
37
|
import path from "path";
|
|
38
38
|
var getFilename, getDirname, __dirname;
|
|
39
39
|
var init_esm_shims = __esm({
|
|
40
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
40
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__17f35255c9b2c5d65e514e3b165d24e6/node_modules/tsup/assets/esm_shims.js"() {
|
|
41
41
|
getFilename = () => fileURLToPath(import.meta.url);
|
|
42
42
|
getDirname = () => path.dirname(getFilename());
|
|
43
43
|
__dirname = /* @__PURE__ */ getDirname();
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkPYSTHXQMjs = require('./chunk-PYSTHXQM.js');
|
|
5
5
|
|
|
6
6
|
// src/components/index.ts
|
|
7
|
-
var require_components =
|
|
7
|
+
var require_components = _chunkPYSTHXQMjs.__commonJS.call(void 0, {
|
|
8
8
|
"src/components/index.ts"() {
|
|
9
|
-
|
|
9
|
+
_chunkPYSTHXQMjs.init_cjs_shims.call(void 0, );
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
|
|
@@ -32,9 +32,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
32
32
|
mod
|
|
33
33
|
));
|
|
34
34
|
|
|
35
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
35
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__17f35255c9b2c5d65e514e3b165d24e6/node_modules/tsup/assets/cjs_shims.js
|
|
36
36
|
var init_cjs_shims = __esm({
|
|
37
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
37
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__17f35255c9b2c5d65e514e3b165d24e6/node_modules/tsup/assets/cjs_shims.js"() {
|
|
38
38
|
}
|
|
39
39
|
});
|
|
40
40
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkPYSTHXQMjs = require('./chunk-PYSTHXQM.js');
|
|
4
4
|
|
|
5
5
|
// ../config-tools/src/utilities/correct-paths.ts
|
|
6
|
-
|
|
6
|
+
_chunkPYSTHXQMjs.init_cjs_shims.call(void 0, );
|
|
7
7
|
var _DRIVE_LETTER_START_RE = /^[A-Za-z]:\//;
|
|
8
8
|
function normalizeWindowsPath(input = "") {
|
|
9
9
|
if (!input) {
|
|
@@ -3,11 +3,11 @@ import {
|
|
|
3
3
|
isAbsolute,
|
|
4
4
|
joinPaths,
|
|
5
5
|
relative
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-U3I7JKJY.mjs";
|
|
7
7
|
import {
|
|
8
8
|
__dirname,
|
|
9
9
|
init_esm_shims
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-3YDQ52OF.mjs";
|
|
11
11
|
|
|
12
12
|
// src/generators/init/generator.ts
|
|
13
13
|
init_esm_shims();
|
|
@@ -391,22 +391,31 @@ var getStopwatch = (name) => {
|
|
|
391
391
|
);
|
|
392
392
|
};
|
|
393
393
|
};
|
|
394
|
-
var MAX_DEPTH =
|
|
394
|
+
var MAX_DEPTH = 10;
|
|
395
395
|
var formatLogMessage = (message, options = {}, depth2 = 0) => {
|
|
396
396
|
if (depth2 > MAX_DEPTH) {
|
|
397
397
|
return "<max depth>";
|
|
398
398
|
}
|
|
399
|
-
const prefix = options.prefix ?? "
|
|
399
|
+
const prefix = options.prefix ?? "";
|
|
400
400
|
const skip = options.skip ?? [];
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
${
|
|
404
|
-
(
|
|
401
|
+
const sort = options.sort ?? true;
|
|
402
|
+
return typeof message === "undefined" || message === null ? "<empty>" : typeof message === "string" ? !message ? "<empty string>" : message : Array.isArray(message) ? `
|
|
403
|
+
${message.map(
|
|
404
|
+
(item, index) => ` ${prefix}> #${index} = ${formatLogMessage(
|
|
405
|
+
item,
|
|
406
|
+
{ prefix: `${prefix}--`, skip, sort },
|
|
407
|
+
depth2 + 1
|
|
408
|
+
)}`
|
|
409
|
+
).join("\n")}` : typeof message === "object" ? `
|
|
410
|
+
${Object.keys(message).filter((key) => !skip.includes(key)).sort(sort ? (a, b) => a.localeCompare(b) : void 0).map(
|
|
411
|
+
(key) => ` ${prefix}> ${key} = ${_isFunction(message[key]) ? "<function>" : typeof message[key] === "object" ? Object.keys(message[key]).filter(
|
|
412
|
+
(key2) => !skip.includes(key2)
|
|
413
|
+
).length === 0 ? "{}" : formatLogMessage(
|
|
405
414
|
message[key],
|
|
406
|
-
{ prefix: `${prefix}
|
|
415
|
+
{ prefix: `${prefix}--`, skip, sort },
|
|
407
416
|
depth2 + 1
|
|
408
417
|
) : message[key]}`
|
|
409
|
-
).join("\n")}` : message;
|
|
418
|
+
).join("\n")}` : String(message);
|
|
410
419
|
};
|
|
411
420
|
var _isFunction = (value) => {
|
|
412
421
|
try {
|