@storm-software/projen 0.15.49 → 0.15.50
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 +7 -0
- package/README.md +1 -1
- package/dist/{chunk-IJDMYMA3.js → chunk-AHMWONJP.js} +2 -2
- package/dist/{chunk-NZBLT23D.js → chunk-EXHPQ5M3.js} +3 -3
- package/dist/{chunk-D3YKB7J7.js → chunk-HDRVE3JL.js} +160 -160
- package/dist/chunk-I5CKRIDX.js +6 -0
- package/dist/{chunk-4ZPSQCOZ.mjs → chunk-JF5SUOK3.mjs} +1 -1
- package/dist/{chunk-LSBJN6NP.mjs → chunk-KL6TMNP7.mjs} +2 -2
- package/dist/{chunk-7XKBQKWN.js → chunk-RQT3Z4GI.js} +2 -2
- package/dist/{chunk-6GPGD7JA.mjs → chunk-SSONGS72.mjs} +1 -1
- package/dist/{chunk-AGHTPA2Y.mjs → chunk-UE3OAUFD.mjs} +2 -2
- package/dist/{chunk-T3OIAZKV.mjs → chunk-YQWBR3SL.mjs} +1 -1
- 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-PJBUP6EY.js +0 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Projen
|
|
4
4
|
|
|
5
|
+
## [0.15.49](https://github.com/storm-software/storm-ops/releases/tag/projen%400.15.49) (2025-08-01)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update README markdown and package links
|
|
10
|
+
([2468d6357](https://github.com/storm-software/storm-ops/commit/2468d6357))
|
|
11
|
+
|
|
5
12
|
## [0.15.48](https://github.com/storm-software/storm-ops/releases/tag/projen%400.15.48) (2025-07-31)
|
|
6
13
|
|
|
7
14
|
### 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,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkRQT3Z4GIjs = require('./chunk-RQT3Z4GI.js');
|
|
4
4
|
|
|
5
5
|
// ../config-tools/src/utilities/correct-paths.ts
|
|
6
|
-
|
|
6
|
+
_chunkRQT3Z4GIjs.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 _chunkRQT3Z4GIjs = require('./chunk-RQT3Z4GI.js');
|
|
5
5
|
|
|
6
6
|
// src/components/index.ts
|
|
7
|
-
var require_components =
|
|
7
|
+
var require_components = _chunkRQT3Z4GIjs.__commonJS.call(void 0, {
|
|
8
8
|
"src/components/index.ts"() {
|
|
9
|
-
|
|
9
|
+
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
|