@storm-software/projen 0.20.9 → 0.20.11
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 +21 -0
- package/README.md +1 -1
- package/dist/{chunk-EZFDOICN.js → chunk-5W2STSVO.js} +2 -2
- package/dist/chunk-7IXF56VE.js +6 -0
- package/dist/{chunk-ZFDAKHUG.js → chunk-ARQAZUI7.js} +2 -2
- package/dist/{chunk-F2HFFQM7.mjs → chunk-ATD6I4O5.mjs} +1 -1
- package/dist/{chunk-D3SYLJSQ.js → chunk-KIRRDW67.js} +3 -3
- package/dist/{chunk-WYPQIPW7.mjs → chunk-LPZRVIAG.mjs} +2 -2
- package/dist/{chunk-2ZGCYRBK.js → chunk-THASGNR7.js} +183 -183
- package/dist/{chunk-YGEOLC6E.mjs → chunk-UYKARK2K.mjs} +1 -1
- package/dist/{chunk-QZBQXSMZ.mjs → chunk-VJSAEZKT.mjs} +1 -1
- package/dist/{chunk-5T4UXDIE.mjs → chunk-XI3KBXWG.mjs} +3 -3
- 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-KS5HVF5D.js +0 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Projen
|
|
4
4
|
|
|
5
|
+
## [0.20.10](https://github.com/storm-software/storm-ops/releases/tag/projen%400.20.10) (2025-10-05)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- **config:** Ensure correct `zod` version is used in dependencies
|
|
10
|
+
([965458ca9](https://github.com/storm-software/storm-ops/commit/965458ca9))
|
|
11
|
+
|
|
12
|
+
### Miscellaneous
|
|
13
|
+
|
|
14
|
+
- **monorepo:** Update workspace package links
|
|
15
|
+
([7ca39098e](https://github.com/storm-software/storm-ops/commit/7ca39098e))
|
|
16
|
+
|
|
17
|
+
## [0.20.9](https://github.com/storm-software/storm-ops/releases/tag/projen%400.20.9) (2025-10-03)
|
|
18
|
+
|
|
19
|
+
### Miscellaneous
|
|
20
|
+
|
|
21
|
+
- **monorepo:** Update devenv flake versions
|
|
22
|
+
([86e23e033](https://github.com/storm-software/storm-ops/commit/86e23e033))
|
|
23
|
+
- **monorepo:** Update workspace to TypeScript v5.9.3
|
|
24
|
+
([3db5c952c](https://github.com/storm-software/storm-ops/commit/3db5c952c))
|
|
25
|
+
|
|
5
26
|
## [0.20.8](https://github.com/storm-software/storm-ops/releases/tag/projen%400.20.8) (2025-09-22)
|
|
6
27
|
|
|
7
28
|
### 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 -->
|
|
@@ -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__e2bfae77dab123b3b7f92991a884d555/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__e2bfae77dab123b3b7f92991a884d555/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 _chunk5W2STSVOjs = require('./chunk-5W2STSVO.js');
|
|
4
4
|
|
|
5
5
|
// ../config-tools/src/utilities/correct-paths.ts
|
|
6
|
-
|
|
6
|
+
_chunk5W2STSVOjs.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) {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk5W2STSVOjs = require('./chunk-5W2STSVO.js');
|
|
5
5
|
|
|
6
6
|
// src/components/index.ts
|
|
7
|
-
var require_components =
|
|
7
|
+
var require_components = _chunk5W2STSVOjs.__commonJS.call(void 0, {
|
|
8
8
|
"src/components/index.ts"() {
|
|
9
|
-
|
|
9
|
+
_chunk5W2STSVOjs.init_cjs_shims.call(void 0, );
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
|
|
@@ -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__e2bfae77dab123b3b7f92991a884d555/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__e2bfae77dab123b3b7f92991a884d555/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();
|