@storm-software/projen 0.21.184 → 0.21.186
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 +24 -0
- package/README.md +1 -1
- package/dist/chunk-AYOLBWCE.js +6 -0
- package/dist/{chunk-AWERJ6LP.mjs → chunk-CL425MIH.mjs} +1 -1
- package/dist/{chunk-Z2626ZY7.js → chunk-DKDVONDT.js} +2 -2
- package/dist/{chunk-6NXL6X5E.js → chunk-E3UNKOCD.js} +201 -201
- package/dist/{chunk-XTTFAFFS.mjs → chunk-GIWMVWIE.mjs} +2 -2
- package/dist/{chunk-XGP2QTJP.mjs → chunk-M3Z762JY.mjs} +1 -1
- package/dist/{chunk-C7UERAMJ.mjs → chunk-P46QMBRG.mjs} +1 -1
- package/dist/{chunk-G2LCTHK4.js → chunk-PQM74SUS.js} +2 -2
- package/dist/{chunk-4NHWDU3U.mjs → chunk-R62Q5MM7.mjs} +2 -2
- package/dist/{chunk-KGCAHNF5.js → chunk-T75C3HPC.js} +3 -3
- package/dist/generators.js +5 -5
- package/dist/generators.mjs +4 -4
- package/dist/index.js +10 -10
- package/dist/index.mjs +7 -7
- 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 +5 -5
- package/dist/chunk-UHDMGC7S.js +0 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,30 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Projen
|
|
4
4
|
|
|
5
|
+
## [0.21.185](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.185) (05/14/2026)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update workspace packages' `README.md` file ([ff527d217](https://github.com/storm-software/storm-ops/commit/ff527d217))
|
|
10
|
+
|
|
11
|
+
### Updated Dependencies
|
|
12
|
+
|
|
13
|
+
- Updated **workspace-tools** to **v1.295.70**
|
|
14
|
+
- Updated **config-tools** to **v1.190.10**
|
|
15
|
+
- Updated **config** to **v1.137.43**
|
|
16
|
+
|
|
17
|
+
## [0.21.184](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.184) (05/14/2026)
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
- **monorepo:** Resolve issue with workspace package links ([53052b232](https://github.com/storm-software/storm-ops/commit/53052b232))
|
|
22
|
+
|
|
23
|
+
### Updated Dependencies
|
|
24
|
+
|
|
25
|
+
- Updated **workspace-tools** to **v1.295.69**
|
|
26
|
+
- Updated **config-tools** to **v1.190.9**
|
|
27
|
+
- Updated **config** to **v1.137.42**
|
|
28
|
+
|
|
5
29
|
## [0.21.183](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.183) (05/14/2026)
|
|
6
30
|
|
|
7
31
|
### Updated Dependencies
|
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 -->
|
|
@@ -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 _chunkPQM74SUSjs = require('./chunk-PQM74SUS.js');
|
|
4
4
|
|
|
5
5
|
// ../config-tools/src/utilities/correct-paths.ts
|
|
6
|
-
|
|
6
|
+
_chunkPQM74SUSjs.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) {
|