@storm-software/projen 0.21.95 → 0.21.96
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 +6 -0
- package/README.md +1 -1
- package/dist/{chunk-X3BOWCZC.mjs → chunk-2THNNKSN.mjs} +3 -3
- package/dist/{chunk-I6PKJ3JK.js → chunk-E57II234.js} +3 -3
- package/dist/{chunk-J374Y5WW.js → chunk-KKCTOCNQ.js} +2 -2
- package/dist/{chunk-W37TV2GD.js → chunk-LAW63LOX.js} +200 -200
- package/dist/chunk-MNULRFGS.js +6 -0
- package/dist/{chunk-YBTQMLIQ.mjs → chunk-QY5PDREJ.mjs} +1 -1
- package/dist/{chunk-TKORQFOF.mjs → chunk-RIMN2R2H.mjs} +2 -2
- package/dist/{chunk-ZI6QQV6I.js → chunk-TZ4CV2CZ.js} +2 -2
- package/dist/{chunk-A6T7QMR2.mjs → chunk-UDSR5UUY.mjs} +1 -1
- package/dist/{chunk-KGALNF6O.mjs → chunk-URPDZPMM.mjs} +1 -1
- 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 +4 -4
- package/dist/chunk-VZXNP7OX.js +0 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Projen
|
|
4
4
|
|
|
5
|
+
## [0.21.95](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.95) (02/20/2026)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **workspace-tools** to **v1.294.39**
|
|
10
|
+
|
|
5
11
|
## [0.21.94](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.94) (02/20/2026)
|
|
6
12
|
|
|
7
13
|
### 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 -->
|
|
@@ -3,11 +3,11 @@ import {
|
|
|
3
3
|
isAbsolute,
|
|
4
4
|
joinPaths,
|
|
5
5
|
relative
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-URPDZPMM.mjs";
|
|
7
7
|
import {
|
|
8
8
|
__dirname,
|
|
9
9
|
init_esm_shims
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-RIMN2R2H.mjs";
|
|
11
11
|
|
|
12
12
|
// src/generators/init/generator.ts
|
|
13
13
|
init_esm_shims();
|
|
@@ -4825,7 +4825,7 @@ async function presetGeneratorFn(tree, options) {
|
|
|
4825
4825
|
"@storm-software/cspell": "latest",
|
|
4826
4826
|
"@storm-software/prettier": "latest",
|
|
4827
4827
|
"@taplo/cli": "0.7.0",
|
|
4828
|
-
"@types/node": "^
|
|
4828
|
+
"@types/node": "^25.3.0",
|
|
4829
4829
|
copyfiles: "2.4.1",
|
|
4830
4830
|
eslint: "9.5.0",
|
|
4831
4831
|
jest: "29.7.0",
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkTZ4CV2CZjs = require('./chunk-TZ4CV2CZ.js');
|
|
5
5
|
|
|
6
6
|
// src/components/index.ts
|
|
7
|
-
var require_components =
|
|
7
|
+
var require_components = _chunkTZ4CV2CZjs.__commonJS.call(void 0, {
|
|
8
8
|
"src/components/index.ts"() {
|
|
9
|
-
|
|
9
|
+
_chunkTZ4CV2CZjs.init_cjs_shims.call(void 0, );
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
|
|
@@ -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 _chunkTZ4CV2CZjs = require('./chunk-TZ4CV2CZ.js');
|
|
4
4
|
|
|
5
5
|
// ../config-tools/src/utilities/correct-paths.ts
|
|
6
|
-
|
|
6
|
+
_chunkTZ4CV2CZjs.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) {
|