@storm-software/projen 0.21.32 → 0.21.34
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 +26 -0
- package/README.md +1 -1
- package/dist/{chunk-PUFLVRUC.js → chunk-OPP7F5A7.js} +0 -8
- package/dist/{chunk-PKTJNBBU.mjs → chunk-X4UU7INO.mjs} +0 -8
- package/dist/generators.js +2 -2
- package/dist/generators.mjs +1 -1
- package/dist/index.js +3 -3
- package/dist/index.mjs +1 -1
- package/dist/src/generators/init/generator.js +2 -2
- package/dist/src/generators/init/generator.mjs +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,32 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Projen
|
|
4
4
|
|
|
5
|
+
## [0.21.33](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.33) (11/13/2025)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
([70c8dba97](https://github.com/storm-software/storm-ops/commit/70c8dba97))
|
|
11
|
+
|
|
12
|
+
### Updated Dependencies
|
|
13
|
+
|
|
14
|
+
- Updated **workspace-tools** to **v1.293.3**
|
|
15
|
+
- Updated **config-tools** to **v1.188.33**
|
|
16
|
+
- Updated **config** to **v1.134.33**
|
|
17
|
+
|
|
18
|
+
## [0.21.32](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.32) (11/13/2025)
|
|
19
|
+
|
|
20
|
+
### Miscellaneous
|
|
21
|
+
|
|
22
|
+
- **monorepo:** Regenerate README markdown files
|
|
23
|
+
([68959f768](https://github.com/storm-software/storm-ops/commit/68959f768))
|
|
24
|
+
|
|
25
|
+
### Updated Dependencies
|
|
26
|
+
|
|
27
|
+
- Updated **workspace-tools** to **v1.293.2**
|
|
28
|
+
- Updated **config-tools** to **v1.188.32**
|
|
29
|
+
- Updated **config** to **v1.134.32**
|
|
30
|
+
|
|
5
31
|
## [0.21.31](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.31) (11/13/2025)
|
|
6
32
|
|
|
7
33
|
### 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 -->
|
|
@@ -3176,14 +3176,6 @@ async function napiExecutor(options, context, config) {
|
|
|
3176
3176
|
)
|
|
3177
3177
|
);
|
|
3178
3178
|
}
|
|
3179
|
-
if (normalizedOptions.targetDir) {
|
|
3180
|
-
normalizedOptions.targetDir = _chunkICQM664Njs.relative.call(void 0,
|
|
3181
|
-
absoluteProjectRoot,
|
|
3182
|
-
_chunkICQM664Njs.correctPaths.call(void 0,
|
|
3183
|
-
_chunkICQM664Njs.isAbsolute.call(void 0, normalizedOptions.targetDir) ? normalizedOptions.targetDir : _chunkICQM664Njs.joinPaths.call(void 0, config.workspaceRoot, normalizedOptions.targetDir)
|
|
3184
|
-
)
|
|
3185
|
-
);
|
|
3186
|
-
}
|
|
3187
3179
|
if (normalizedOptions.configPath) {
|
|
3188
3180
|
normalizedOptions.configPath = _chunkICQM664Njs.relative.call(void 0,
|
|
3189
3181
|
absoluteProjectRoot,
|
|
@@ -3177,14 +3177,6 @@ async function napiExecutor(options, context, config) {
|
|
|
3177
3177
|
)
|
|
3178
3178
|
);
|
|
3179
3179
|
}
|
|
3180
|
-
if (normalizedOptions.targetDir) {
|
|
3181
|
-
normalizedOptions.targetDir = relative(
|
|
3182
|
-
absoluteProjectRoot,
|
|
3183
|
-
correctPaths(
|
|
3184
|
-
isAbsolute(normalizedOptions.targetDir) ? normalizedOptions.targetDir : joinPaths(config.workspaceRoot, normalizedOptions.targetDir)
|
|
3185
|
-
)
|
|
3186
|
-
);
|
|
3187
|
-
}
|
|
3188
3180
|
if (normalizedOptions.configPath) {
|
|
3189
3181
|
normalizedOptions.configPath = relative(
|
|
3190
3182
|
absoluteProjectRoot,
|
package/dist/generators.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-2J4V6NGV.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkOPP7F5A7js = require('./chunk-OPP7F5A7.js');
|
|
5
5
|
require('./chunk-ICQM664N.js');
|
|
6
6
|
require('./chunk-ANVGCRXX.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGeneratorFn =
|
|
9
|
+
exports.initGeneratorFn = _chunkOPP7F5A7js.initGeneratorFn;
|
package/dist/generators.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var _chunkTLCUVFDEjs = require('./chunk-TLCUVFDE.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkOPP7F5A7js = require('./chunk-OPP7F5A7.js');
|
|
8
8
|
require('./chunk-ICQM664N.js');
|
|
9
9
|
|
|
10
10
|
|
|
@@ -16,10 +16,10 @@ var _chunkANVGCRXXjs = require('./chunk-ANVGCRXX.js');
|
|
|
16
16
|
// index.ts
|
|
17
17
|
var index_exports = {};
|
|
18
18
|
_chunkANVGCRXXjs.__export.call(void 0, index_exports, {
|
|
19
|
-
initGeneratorFn: () =>
|
|
19
|
+
initGeneratorFn: () => _chunkOPP7F5A7js.initGeneratorFn
|
|
20
20
|
});
|
|
21
21
|
_chunkANVGCRXXjs.init_cjs_shims.call(void 0, );
|
|
22
22
|
_chunkANVGCRXXjs.__reExport.call(void 0, index_exports, _chunkANVGCRXXjs.__toESM.call(void 0, _chunkTLCUVFDEjs.require_components.call(void 0, )));
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
exports.initGeneratorFn =
|
|
25
|
+
exports.initGeneratorFn = _chunkOPP7F5A7js.initGeneratorFn;
|
package/dist/index.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkOPP7F5A7js = require('../../../chunk-OPP7F5A7.js');
|
|
5
5
|
require('../../../chunk-ICQM664N.js');
|
|
6
6
|
require('../../../chunk-ANVGCRXX.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunkOPP7F5A7js.generator_default; exports.initGeneratorFn = _chunkOPP7F5A7js.initGeneratorFn;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/projen",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.34",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "Tools for managing Projen configuration automation within a Nx workspace.",
|
|
6
6
|
"repository": {
|
|
@@ -115,9 +115,9 @@
|
|
|
115
115
|
],
|
|
116
116
|
"peerDependencies": {
|
|
117
117
|
"@nx/devkit": "^22.0.3",
|
|
118
|
-
"@storm-software/config": "1.134.
|
|
119
|
-
"@storm-software/config-tools": "1.188.
|
|
120
|
-
"@storm-software/workspace-tools": "1.293.
|
|
118
|
+
"@storm-software/config": "1.134.33",
|
|
119
|
+
"@storm-software/config-tools": "1.188.33",
|
|
120
|
+
"@storm-software/workspace-tools": "1.293.3",
|
|
121
121
|
"projen": "^0.91.6",
|
|
122
122
|
"tsup": "8.4.0",
|
|
123
123
|
"untyped": "1.5.2"
|
|
@@ -142,5 +142,5 @@
|
|
|
142
142
|
"publishConfig": { "access": "public" },
|
|
143
143
|
"executors": "./executors.json",
|
|
144
144
|
"generators": "./generators.json",
|
|
145
|
-
"gitHead": "
|
|
145
|
+
"gitHead": "2e621fec96dc869cca88499db68a2944d2bcc23d"
|
|
146
146
|
}
|