@storm-software/projen 0.17.15 → 0.18.0
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 +19 -0
- package/README.md +2 -1
- package/dist/{chunk-2TBSZDNW.js → chunk-27KUDFX3.js} +2 -2
- package/dist/chunk-2SNM3OBW.js +6 -0
- package/dist/{chunk-GS4GNLWW.mjs → chunk-C7CZ7DL7.mjs} +1 -1
- package/dist/{chunk-MFFHXIY7.js → chunk-DNO56OFX.js} +160 -160
- package/dist/{chunk-WSEZ5CQM.mjs → chunk-EPEM7QUX.mjs} +1 -1
- package/dist/{chunk-T5B2K4HP.mjs → chunk-KSH53RTZ.mjs} +1 -1
- package/dist/{chunk-3VBXMGLZ.mjs → chunk-P4VQTMMV.mjs} +2 -2
- package/dist/{chunk-37J2KEVT.js → chunk-RUZZI27Q.js} +2 -2
- package/dist/{chunk-D5CEJTO6.js → chunk-SR6QNS73.js} +3 -3
- package/dist/{chunk-LZQQ3L4A.mjs → chunk-ZQB45RUW.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-2WCHH6IV.js +0 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,25 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Projen
|
|
4
4
|
|
|
5
|
+
## [0.17.16](https://github.com/storm-software/storm-ops/releases/tag/projen%400.17.16) (2025-09-13)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Resolve issues with invalid workspace package
|
|
10
|
+
([a5e95d09a](https://github.com/storm-software/storm-ops/commit/a5e95d09a))
|
|
11
|
+
|
|
12
|
+
### Miscellaneous
|
|
13
|
+
|
|
14
|
+
- **monorepo:** Regenerate README markdown files
|
|
15
|
+
([268809036](https://github.com/storm-software/storm-ops/commit/268809036))
|
|
16
|
+
|
|
17
|
+
## [0.17.15](https://github.com/storm-software/storm-ops/releases/tag/projen%400.17.15) (2025-09-08)
|
|
18
|
+
|
|
19
|
+
### Miscellaneous
|
|
20
|
+
|
|
21
|
+
- **monorepo:** Update workspace package links
|
|
22
|
+
([08b9b2380](https://github.com/storm-software/storm-ops/commit/08b9b2380))
|
|
23
|
+
|
|
5
24
|
## [0.17.14](https://github.com/storm-software/storm-ops/releases/tag/projen%400.17.14) (2025-09-06)
|
|
6
25
|
|
|
7
26
|
### 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 -->
|
|
@@ -40,6 +40,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
40
40
|
|
|
41
41
|
<!-- START doctoc -->
|
|
42
42
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
+
|
|
43
44
|
## Table of Contents
|
|
44
45
|
|
|
45
46
|
- [Storm Projen Tools](#storm-projen-tools)
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkRUZZI27Qjs = require('./chunk-RUZZI27Q.js');
|
|
4
4
|
|
|
5
5
|
// ../config-tools/src/utilities/correct-paths.ts
|
|
6
|
-
|
|
6
|
+
_chunkRUZZI27Qjs.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) {
|