@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 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
- [![Version](https://img.shields.io/badge/version-0.21.30-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-0.21.33-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
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,
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-2J4V6NGV.js');
2
2
 
3
3
 
4
- var _chunkPUFLVRUCjs = require('./chunk-PUFLVRUC.js');
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 = _chunkPUFLVRUCjs.initGeneratorFn;
9
+ exports.initGeneratorFn = _chunkOPP7F5A7js.initGeneratorFn;
@@ -1,7 +1,7 @@
1
1
  import "./chunk-KY3TNWTP.mjs";
2
2
  import {
3
3
  initGeneratorFn
4
- } from "./chunk-PKTJNBBU.mjs";
4
+ } from "./chunk-X4UU7INO.mjs";
5
5
  import "./chunk-KZ5V74F3.mjs";
6
6
  import "./chunk-ETGYWVYC.mjs";
7
7
  export {
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@
4
4
  var _chunkTLCUVFDEjs = require('./chunk-TLCUVFDE.js');
5
5
 
6
6
 
7
- var _chunkPUFLVRUCjs = require('./chunk-PUFLVRUC.js');
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: () => _chunkPUFLVRUCjs.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 = _chunkPUFLVRUCjs.initGeneratorFn;
25
+ exports.initGeneratorFn = _chunkOPP7F5A7js.initGeneratorFn;
package/dist/index.mjs CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-EZ2VCTAW.mjs";
5
5
  import {
6
6
  initGeneratorFn
7
- } from "./chunk-PKTJNBBU.mjs";
7
+ } from "./chunk-X4UU7INO.mjs";
8
8
  import "./chunk-KZ5V74F3.mjs";
9
9
  import {
10
10
  __export,
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkPUFLVRUCjs = require('../../../chunk-PUFLVRUC.js');
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 = _chunkPUFLVRUCjs.generator_default; exports.initGeneratorFn = _chunkPUFLVRUCjs.initGeneratorFn;
10
+ exports.default = _chunkOPP7F5A7js.generator_default; exports.initGeneratorFn = _chunkOPP7F5A7js.initGeneratorFn;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  generator_default,
3
3
  initGeneratorFn
4
- } from "../../../chunk-PKTJNBBU.mjs";
4
+ } from "../../../chunk-X4UU7INO.mjs";
5
5
  import "../../../chunk-KZ5V74F3.mjs";
6
6
  import "../../../chunk-ETGYWVYC.mjs";
7
7
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/projen",
3
- "version": "0.21.32",
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.31",
119
- "@storm-software/config-tools": "1.188.31",
120
- "@storm-software/workspace-tools": "1.293.1",
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": "602be70a267e6bd8ac6c4c5e922151a6b48aa748"
145
+ "gitHead": "2e621fec96dc869cca88499db68a2944d2bcc23d"
146
146
  }