@storm-software/projen 0.19.4 → 0.20.1
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 +20 -0
- package/README.md +1 -1
- package/dist/{chunk-SVKSKMNF.js → chunk-43C4WGNJ.js} +3 -3
- package/dist/{chunk-O5AMVQJJ.mjs → chunk-6BZTU36G.mjs} +1 -1
- package/dist/{chunk-G7E7SOUO.mjs → chunk-BGBKA35V.mjs} +1 -1
- package/dist/{chunk-N6LCFLA4.js → chunk-GZV7AWC7.js} +2 -2
- package/dist/{chunk-MRNYDR5Z.js → chunk-IRRWQAPT.js} +685 -570
- package/dist/chunk-JEFKKWZ2.js +6 -0
- package/dist/{chunk-BYZLBGIR.mjs → chunk-NYLT2HUX.mjs} +534 -419
- package/dist/{chunk-CRPLKOSJ.mjs → chunk-PEU5HZBR.mjs} +1 -1
- package/dist/{chunk-BROQ5KWZ.js → chunk-PZ7N3OYJ.js} +2 -2
- package/dist/{chunk-GDIR5JOX.mjs → chunk-UGSMRVXF.mjs} +2 -2
- 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 +2 -2
- package/dist/chunk-NDWDSY5F.js +0 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,26 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Projen
|
|
4
4
|
|
|
5
|
+
## [0.20.0](https://github.com/storm-software/storm-ops/releases/tag/projen%400.20.0) (2025-09-18)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- **conventional-changelog:** Added `minimal` and `monorepo` configs to the
|
|
10
|
+
package
|
|
11
|
+
([4b4809048](https://github.com/storm-software/storm-ops/commit/4b4809048))
|
|
12
|
+
|
|
13
|
+
### Miscellaneous
|
|
14
|
+
|
|
15
|
+
- **monorepo:** Update workspace package links
|
|
16
|
+
([18136e9ad](https://github.com/storm-software/storm-ops/commit/18136e9ad))
|
|
17
|
+
|
|
18
|
+
## [0.19.4](https://github.com/storm-software/storm-ops/releases/tag/projen%400.19.4) (2025-09-18)
|
|
19
|
+
|
|
20
|
+
### Miscellaneous
|
|
21
|
+
|
|
22
|
+
- **monorepo:** Update workspace package links
|
|
23
|
+
([4ecf1952d](https://github.com/storm-software/storm-ops/commit/4ecf1952d))
|
|
24
|
+
|
|
5
25
|
## [0.19.3](https://github.com/storm-software/storm-ops/releases/tag/projen%400.19.3) (2025-09-18)
|
|
6
26
|
|
|
7
27
|
### Miscellaneous
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkPZ7N3OYJjs = require('./chunk-PZ7N3OYJ.js');
|
|
5
5
|
|
|
6
6
|
// src/components/index.ts
|
|
7
|
-
var require_components =
|
|
7
|
+
var require_components = _chunkPZ7N3OYJjs.__commonJS.call(void 0, {
|
|
8
8
|
"src/components/index.ts"() {
|
|
9
|
-
|
|
9
|
+
_chunkPZ7N3OYJjs.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 _chunkPZ7N3OYJjs = require('./chunk-PZ7N3OYJ.js');
|
|
4
4
|
|
|
5
5
|
// ../config-tools/src/utilities/correct-paths.ts
|
|
6
|
-
|
|
6
|
+
_chunkPZ7N3OYJjs.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) {
|