@storm-software/projen 0.9.24 → 0.9.26
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 +12 -0
- package/README.md +2 -3
- package/dist/chunk-6UAMH4D4.js +6 -0
- package/dist/{chunk-ZH7QZ5EF.js → chunk-AIOPBLPU.js} +2 -2
- package/dist/{chunk-KPBJR2GK.js → chunk-DZFHP242.js} +378 -384
- package/dist/{chunk-EEZAWKQ5.mjs → chunk-FGKTQBEG.mjs} +1 -1
- package/dist/{chunk-3HI6WK3M.js → chunk-FLQMNCUY.js} +7 -7
- package/dist/{chunk-7552AK7D.mjs → chunk-IJ72TMUG.mjs} +22 -28
- package/dist/{chunk-LYHBU3HI.mjs → chunk-JBQRQ5YL.mjs} +1 -1
- package/dist/{chunk-FVKYD24T.js → chunk-JGWQETQZ.js} +3 -3
- package/dist/{chunk-VHOQB7WG.mjs → chunk-P7M35LP5.mjs} +2 -2
- package/dist/{chunk-VPWBNTCH.mjs → chunk-ZHRRBILH.mjs} +1 -1
- package/dist/generators.d.mts +1 -1
- package/dist/generators.d.ts +1 -1
- package/dist/generators.js +5 -5
- package/dist/generators.mjs +4 -4
- package/dist/{index-xxtRdeVG.d.mts → index-C9MVcMz_.d.mts} +3 -19
- package/dist/{index-xxtRdeVG.d.ts → index-C9MVcMz_.d.ts} +3 -19
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- 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 +17 -17
- package/dist/src/components/nx-workspace.mjs +2 -2
- package/dist/src/generators/init/generator.d.mts +1 -1
- package/dist/src/generators/init/generator.d.ts +1 -1
- package/dist/src/generators/init/generator.js +4 -4
- package/dist/src/generators/init/generator.mjs +3 -3
- package/dist/src/generators/init/schema.d.ts +0 -16
- package/dist/src/generators/init/schema.json +1 -18
- package/dist/tsup.config.js +2 -2
- package/dist/tsup.config.mjs +1 -1
- package/docs/api/generators/init/schema.md +0 -11
- package/package.json +1 -1
- package/dist/chunk-RDD7JUBK.js +0 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## 0.9.26 (2025-02-21)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous
|
|
4
|
+
|
|
5
|
+
- **monorepo:** Format monorepo files and run linters ([8f25455d5](https://github.com/storm-software/storm-ops/commit/8f25455d5))
|
|
6
|
+
|
|
7
|
+
## 0.9.25 (2025-02-06)
|
|
8
|
+
|
|
9
|
+
### Miscellaneous
|
|
10
|
+
|
|
11
|
+
- **monorepo:** Regenerate README markdown files ([1b886df47](https://github.com/storm-software/storm-ops/commit/1b886df47))
|
|
12
|
+
|
|
1
13
|
## 0.9.24 (2025-02-05)
|
|
2
14
|
|
|
3
15
|
### 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 -->
|
|
@@ -173,8 +173,7 @@ The following executor options are available:
|
|
|
173
173
|
|
|
174
174
|
| Option | Type | Description | Default |
|
|
175
175
|
| --------- | ------ | ------------- | --------- |
|
|
176
|
-
|
|
|
177
|
-
| directory | `string` | The directory to initialize the workspace in | |
|
|
176
|
+
| directory | `string` | The directory to initialize the workspace in | |
|
|
178
177
|
| skipFormat | `boolean` | Skip formatting the generated files | |
|
|
179
178
|
|
|
180
179
|
|
|
@@ -39,9 +39,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
39
39
|
mod
|
|
40
40
|
));
|
|
41
41
|
|
|
42
|
-
// ../../node_modules/.pnpm/tsup@8.3.5_@microsoft+api-extractor@7.
|
|
42
|
+
// ../../node_modules/.pnpm/tsup@8.3.5_@microsoft+api-extractor@7.50.0_@types+node@22.13.4__@swc+core@1.7.26_@swc+h_73a1907be974ba33a2ccc4e2bb5df2f6/node_modules/tsup/assets/cjs_shims.js
|
|
43
43
|
var init_cjs_shims = __esm({
|
|
44
|
-
"../../node_modules/.pnpm/tsup@8.3.5_@microsoft+api-extractor@7.
|
|
44
|
+
"../../node_modules/.pnpm/tsup@8.3.5_@microsoft+api-extractor@7.50.0_@types+node@22.13.4__@swc+core@1.7.26_@swc+h_73a1907be974ba33a2ccc4e2bb5df2f6/node_modules/tsup/assets/cjs_shims.js"() {
|
|
45
45
|
}
|
|
46
46
|
});
|
|
47
47
|
|