@storm-software/projen 0.21.152 → 0.21.154
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-6OLTJ27L.mjs → chunk-4TE5DWCM.mjs} +9 -5
- package/dist/{chunk-G4XGYIWX.js → chunk-6FDS5BKB.js} +2 -2
- package/dist/{chunk-CUJZA5ZF.mjs → chunk-6JC4L6E7.mjs} +1 -1
- package/dist/{chunk-QWCY4XNM.js → chunk-CU6JYUTN.js} +209 -205
- package/dist/{chunk-OFD277XM.mjs → chunk-FKR7AWCB.mjs} +1 -1
- package/dist/{chunk-TPKL6UHQ.mjs → chunk-JSYT6UWB.mjs} +1 -1
- package/dist/{chunk-IJS342TN.js → chunk-QYSNEPTB.js} +2 -2
- package/dist/chunk-RIUOO3HC.js +6 -0
- package/dist/{chunk-JF5ZQZ2R.mjs → chunk-TS6X2KG6.mjs} +2 -2
- package/dist/{chunk-PPHOMSJK.js → chunk-V7TNJQR7.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 +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 +5 -5
- package/dist/chunk-R2TFRYVG.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.153](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.153) (03/31/2026)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update workspace packages' dependencies ([fd69cea92](https://github.com/storm-software/storm-ops/commit/fd69cea92))
|
|
10
|
+
|
|
11
|
+
### Updated Dependencies
|
|
12
|
+
|
|
13
|
+
- Updated **workspace-tools** to **v1.295.38**
|
|
14
|
+
- Updated **config-tools** to **v1.189.62**
|
|
15
|
+
- Updated **config** to **v1.137.16**
|
|
16
|
+
|
|
17
|
+
## [0.21.152](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.152) (03/28/2026)
|
|
18
|
+
|
|
19
|
+
### Miscellaneous
|
|
20
|
+
|
|
21
|
+
- **build-tools:** Added `INTERNAL_PACKAGES` centralized list of organization packages ([f87d57141](https://github.com/storm-software/storm-ops/commit/f87d57141))
|
|
22
|
+
|
|
23
|
+
### Updated Dependencies
|
|
24
|
+
|
|
25
|
+
- Updated **workspace-tools** to **v1.295.37**
|
|
26
|
+
- Updated **config-tools** to **v1.189.61**
|
|
27
|
+
- Updated **config** to **v1.137.15**
|
|
28
|
+
|
|
5
29
|
## [0.21.151](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.151) (03/26/2026)
|
|
6
30
|
|
|
7
31
|
### Miscellaneous
|
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-6JC4L6E7.mjs";
|
|
7
7
|
import {
|
|
8
8
|
__dirname,
|
|
9
9
|
init_esm_shims
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-TS6X2KG6.mjs";
|
|
11
11
|
|
|
12
12
|
// src/generators/init/generator.ts
|
|
13
13
|
init_esm_shims();
|
|
@@ -630,7 +630,7 @@ init_esm_shims();
|
|
|
630
630
|
|
|
631
631
|
// ../config/src/schema.ts
|
|
632
632
|
init_esm_shims();
|
|
633
|
-
import * as z from "zod/mini";
|
|
633
|
+
import * as z from "zod/v4/mini";
|
|
634
634
|
var schemaRegistry = z.registry();
|
|
635
635
|
var colorSchema = z.string().check(
|
|
636
636
|
z.length(7),
|
|
@@ -2019,9 +2019,13 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot2, s
|
|
|
2019
2019
|
configInput.variant = existsSync3(joinPaths(_workspaceRoot, "nx.json")) || existsSync3(joinPaths(_workspaceRoot, ".nx")) || existsSync3(joinPaths(_workspaceRoot, "lerna.json")) || existsSync3(joinPaths(_workspaceRoot, "turbo.json")) ? "monorepo" : "minimal";
|
|
2020
2020
|
}
|
|
2021
2021
|
try {
|
|
2022
|
-
|
|
2023
|
-
|
|
2022
|
+
const parseResult = await Promise.resolve(
|
|
2023
|
+
workspaceConfigSchema._zod.parse(
|
|
2024
|
+
{ value: configInput, issues: [] },
|
|
2025
|
+
{ async: true }
|
|
2026
|
+
)
|
|
2024
2027
|
);
|
|
2028
|
+
result = applyDefaultConfig(parseResult.value);
|
|
2025
2029
|
result.workspaceRoot ??= _workspaceRoot;
|
|
2026
2030
|
} catch (error) {
|
|
2027
2031
|
throw new Error(
|
|
@@ -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__50be436497555a601f1d61f3d1aec366/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__50be436497555a601f1d61f3d1aec366/node_modules/tsup/assets/cjs_shims.js"() {
|
|
38
38
|
}
|
|
39
39
|
});
|
|
40
40
|
|