@storm-software/projen 0.21.167 → 0.21.169

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,30 @@
2
2
 
3
3
  # Changelog for Storm Ops - Projen
4
4
 
5
+ ## [0.21.168](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.168) (04/14/2026)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Update workspace packages' dependencies ([3a2b8a77e](https://github.com/storm-software/storm-ops/commit/3a2b8a77e))
10
+
11
+ ### Updated Dependencies
12
+
13
+ - Updated **workspace-tools** to **v1.295.53**
14
+ - Updated **config-tools** to **v1.189.77**
15
+ - Updated **config** to **v1.137.31**
16
+
17
+ ## [0.21.167](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.167) (04/13/2026)
18
+
19
+ ### Bug Fixes
20
+
21
+ - **workspace-tools:** Resolve issue with relative package.json paths ([f73c8dfe9](https://github.com/storm-software/storm-ops/commit/f73c8dfe9))
22
+
23
+ ### Updated Dependencies
24
+
25
+ - Updated **workspace-tools** to **v1.295.52**
26
+ - Updated **config-tools** to **v1.189.76**
27
+ - Updated **config** to **v1.137.30**
28
+
5
29
  ## [0.21.166](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.166) (04/10/2026)
6
30
 
7
31
  ### Miscellaneous
package/README.md CHANGED
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
27
27
 
28
28
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
29
29
 
30
- [![Version](https://img.shields.io/badge/version-0.21.165-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)
30
+ [![Version](https://img.shields.io/badge/version-0.21.167-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)
31
31
 
32
32
  <!-- prettier-ignore-start -->
33
33
  <!-- markdownlint-disable -->
@@ -3266,7 +3266,7 @@ async function napiExecutor(options, context, config) {
3266
3266
  "The Napi Build process failed because the project could not be found in the project graph. Please run this command from a workspace root directory."
3267
3267
  );
3268
3268
  }
3269
- const projectRoot = _optionalChain([context, 'access', _149 => _149.projectGraph, 'optionalAccess', _150 => _150.nodes, 'access', _151 => _151[_nullishCoalesce(context.projectName, () => ( ""))], 'access', _152 => _152.data, 'access', _153 => _153.root]);
3269
+ const projectRoot = _optionalChain([context, 'access', _149 => _149.projectGraph, 'optionalAccess', _150 => _150.nodes, 'access', _151 => _151[_nullishCoalesce(context.projectName, () => ( ""))], 'optionalAccess', _152 => _152.data, 'access', _153 => _153.root]);
3270
3270
  const packageJson = _chunkNG224TJJjs.joinPaths.call(void 0, _nullishCoalesce(projectRoot, () => ( ".")), "package.json");
3271
3271
  if (!_fileutils.fileExists.call(void 0, packageJson)) {
3272
3272
  throw new Error(`Could not find package.json at ${packageJson}`);
@@ -3280,27 +3280,29 @@ async function napiExecutor(options, context, config) {
3280
3280
  if (options.cwd) {
3281
3281
  normalizedOptions.cwd = _chunkNG224TJJjs.correctPaths.call(void 0, options.cwd);
3282
3282
  } else {
3283
- normalizedOptions.cwd = _chunkNG224TJJjs.correctPaths.call(void 0, projectRoot);
3284
- const absoluteProjectRoot = _chunkNG224TJJjs.joinPaths.call(void 0,
3285
- config.workspaceRoot,
3286
- projectRoot || "."
3283
+ const absoluteProjectRoot = _chunkNG224TJJjs.correctPaths.call(void 0,
3284
+ _chunkNG224TJJjs.joinPaths.call(void 0, config.workspaceRoot, projectRoot || ".")
3287
3285
  );
3286
+ normalizedOptions.cwd = absoluteProjectRoot;
3288
3287
  if (normalizedOptions.outputDir) {
3289
3288
  normalizedOptions.outputDir = _chunkNG224TJJjs.relative.call(void 0,
3290
- absoluteProjectRoot,
3289
+ normalizedOptions.cwd,
3291
3290
  _chunkNG224TJJjs.correctPaths.call(void 0,
3292
3291
  _chunkNG224TJJjs.isAbsolute.call(void 0, normalizedOptions.outputDir) ? normalizedOptions.outputDir : _chunkNG224TJJjs.joinPaths.call(void 0, config.workspaceRoot, normalizedOptions.outputDir)
3293
3292
  )
3294
3293
  );
3295
3294
  }
3296
3295
  if (normalizedOptions.packageJsonPath) {
3297
- normalizedOptions.packageJsonPath = _chunkNG224TJJjs.correctPaths.call(void 0,
3298
- _chunkNG224TJJjs.isAbsolute.call(void 0, normalizedOptions.packageJsonPath) ? normalizedOptions.packageJsonPath : _chunkNG224TJJjs.joinPaths.call(void 0, config.workspaceRoot, normalizedOptions.packageJsonPath)
3296
+ normalizedOptions.packageJsonPath = _chunkNG224TJJjs.relative.call(void 0,
3297
+ normalizedOptions.cwd,
3298
+ _chunkNG224TJJjs.correctPaths.call(void 0,
3299
+ _chunkNG224TJJjs.isAbsolute.call(void 0, normalizedOptions.packageJsonPath) ? normalizedOptions.packageJsonPath : _chunkNG224TJJjs.joinPaths.call(void 0, config.workspaceRoot, normalizedOptions.packageJsonPath)
3300
+ )
3299
3301
  );
3300
3302
  }
3301
3303
  if (normalizedOptions.configPath) {
3302
3304
  normalizedOptions.configPath = _chunkNG224TJJjs.relative.call(void 0,
3303
- absoluteProjectRoot,
3305
+ normalizedOptions.cwd,
3304
3306
  _chunkNG224TJJjs.correctPaths.call(void 0,
3305
3307
  _chunkNG224TJJjs.isAbsolute.call(void 0, normalizedOptions.configPath) ? normalizedOptions.configPath : _chunkNG224TJJjs.joinPaths.call(void 0, config.workspaceRoot, normalizedOptions.configPath)
3306
3308
  )
@@ -3308,7 +3310,7 @@ async function napiExecutor(options, context, config) {
3308
3310
  }
3309
3311
  if (normalizedOptions.manifestPath) {
3310
3312
  normalizedOptions.manifestPath = _chunkNG224TJJjs.relative.call(void 0,
3311
- absoluteProjectRoot,
3313
+ normalizedOptions.cwd,
3312
3314
  _chunkNG224TJJjs.correctPaths.call(void 0,
3313
3315
  _chunkNG224TJJjs.isAbsolute.call(void 0, normalizedOptions.manifestPath) ? normalizedOptions.manifestPath : _chunkNG224TJJjs.joinPaths.call(void 0, config.workspaceRoot, normalizedOptions.manifestPath)
3314
3316
  )
@@ -3267,7 +3267,7 @@ async function napiExecutor(options, context, config) {
3267
3267
  "The Napi Build process failed because the project could not be found in the project graph. Please run this command from a workspace root directory."
3268
3268
  );
3269
3269
  }
3270
- const projectRoot = context.projectGraph?.nodes[context.projectName ?? ""].data.root;
3270
+ const projectRoot = context.projectGraph?.nodes[context.projectName ?? ""]?.data.root;
3271
3271
  const packageJson = joinPaths(projectRoot ?? ".", "package.json");
3272
3272
  if (!fileExists(packageJson)) {
3273
3273
  throw new Error(`Could not find package.json at ${packageJson}`);
@@ -3281,27 +3281,29 @@ async function napiExecutor(options, context, config) {
3281
3281
  if (options.cwd) {
3282
3282
  normalizedOptions.cwd = correctPaths(options.cwd);
3283
3283
  } else {
3284
- normalizedOptions.cwd = correctPaths(projectRoot);
3285
- const absoluteProjectRoot = joinPaths(
3286
- config.workspaceRoot,
3287
- projectRoot || "."
3284
+ const absoluteProjectRoot = correctPaths(
3285
+ joinPaths(config.workspaceRoot, projectRoot || ".")
3288
3286
  );
3287
+ normalizedOptions.cwd = absoluteProjectRoot;
3289
3288
  if (normalizedOptions.outputDir) {
3290
3289
  normalizedOptions.outputDir = relative(
3291
- absoluteProjectRoot,
3290
+ normalizedOptions.cwd,
3292
3291
  correctPaths(
3293
3292
  isAbsolute(normalizedOptions.outputDir) ? normalizedOptions.outputDir : joinPaths(config.workspaceRoot, normalizedOptions.outputDir)
3294
3293
  )
3295
3294
  );
3296
3295
  }
3297
3296
  if (normalizedOptions.packageJsonPath) {
3298
- normalizedOptions.packageJsonPath = correctPaths(
3299
- isAbsolute(normalizedOptions.packageJsonPath) ? normalizedOptions.packageJsonPath : joinPaths(config.workspaceRoot, normalizedOptions.packageJsonPath)
3297
+ normalizedOptions.packageJsonPath = relative(
3298
+ normalizedOptions.cwd,
3299
+ correctPaths(
3300
+ isAbsolute(normalizedOptions.packageJsonPath) ? normalizedOptions.packageJsonPath : joinPaths(config.workspaceRoot, normalizedOptions.packageJsonPath)
3301
+ )
3300
3302
  );
3301
3303
  }
3302
3304
  if (normalizedOptions.configPath) {
3303
3305
  normalizedOptions.configPath = relative(
3304
- absoluteProjectRoot,
3306
+ normalizedOptions.cwd,
3305
3307
  correctPaths(
3306
3308
  isAbsolute(normalizedOptions.configPath) ? normalizedOptions.configPath : joinPaths(config.workspaceRoot, normalizedOptions.configPath)
3307
3309
  )
@@ -3309,7 +3311,7 @@ async function napiExecutor(options, context, config) {
3309
3311
  }
3310
3312
  if (normalizedOptions.manifestPath) {
3311
3313
  normalizedOptions.manifestPath = relative(
3312
- absoluteProjectRoot,
3314
+ normalizedOptions.cwd,
3313
3315
  correctPaths(
3314
3316
  isAbsolute(normalizedOptions.manifestPath) ? normalizedOptions.manifestPath : joinPaths(config.workspaceRoot, normalizedOptions.manifestPath)
3315
3317
  )
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-W45SBDPH.js');
2
2
 
3
3
 
4
- var _chunkGEDAZQZ4js = require('./chunk-GEDAZQZ4.js');
4
+ var _chunk47AHG2CFjs = require('./chunk-47AHG2CF.js');
5
5
  require('./chunk-NG224TJJ.js');
6
6
  require('./chunk-7NCOB2OS.js');
7
7
 
8
8
 
9
- exports.initGeneratorFn = _chunkGEDAZQZ4js.initGeneratorFn;
9
+ exports.initGeneratorFn = _chunk47AHG2CFjs.initGeneratorFn;
@@ -1,7 +1,7 @@
1
1
  import "./chunk-DIMP63EN.mjs";
2
2
  import {
3
3
  initGeneratorFn
4
- } from "./chunk-QULFGYFM.mjs";
4
+ } from "./chunk-XXCCWLGL.mjs";
5
5
  import "./chunk-A24P3L2K.mjs";
6
6
  import "./chunk-RC5DQK5S.mjs";
7
7
  export {
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@
4
4
  var _chunkJ7CQLAW3js = require('./chunk-J7CQLAW3.js');
5
5
 
6
6
 
7
- var _chunkGEDAZQZ4js = require('./chunk-GEDAZQZ4.js');
7
+ var _chunk47AHG2CFjs = require('./chunk-47AHG2CF.js');
8
8
  require('./chunk-NG224TJJ.js');
9
9
 
10
10
 
@@ -16,10 +16,10 @@ var _chunk7NCOB2OSjs = require('./chunk-7NCOB2OS.js');
16
16
  // index.ts
17
17
  var index_exports = {};
18
18
  _chunk7NCOB2OSjs.__export.call(void 0, index_exports, {
19
- initGeneratorFn: () => _chunkGEDAZQZ4js.initGeneratorFn
19
+ initGeneratorFn: () => _chunk47AHG2CFjs.initGeneratorFn
20
20
  });
21
21
  _chunk7NCOB2OSjs.init_cjs_shims.call(void 0, );
22
22
  _chunk7NCOB2OSjs.__reExport.call(void 0, index_exports, _chunk7NCOB2OSjs.__toESM.call(void 0, _chunkJ7CQLAW3js.require_components.call(void 0, )));
23
23
 
24
24
 
25
- exports.initGeneratorFn = _chunkGEDAZQZ4js.initGeneratorFn;
25
+ exports.initGeneratorFn = _chunk47AHG2CFjs.initGeneratorFn;
package/dist/index.mjs CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-2UGJBMPN.mjs";
5
5
  import {
6
6
  initGeneratorFn
7
- } from "./chunk-QULFGYFM.mjs";
7
+ } from "./chunk-XXCCWLGL.mjs";
8
8
  import "./chunk-A24P3L2K.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 _chunkGEDAZQZ4js = require('../../../chunk-GEDAZQZ4.js');
4
+ var _chunk47AHG2CFjs = require('../../../chunk-47AHG2CF.js');
5
5
  require('../../../chunk-NG224TJJ.js');
6
6
  require('../../../chunk-7NCOB2OS.js');
7
7
 
8
8
 
9
9
 
10
- exports.default = _chunkGEDAZQZ4js.generator_default; exports.initGeneratorFn = _chunkGEDAZQZ4js.initGeneratorFn;
10
+ exports.default = _chunk47AHG2CFjs.generator_default; exports.initGeneratorFn = _chunk47AHG2CFjs.initGeneratorFn;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  generator_default,
3
3
  initGeneratorFn
4
- } from "../../../chunk-QULFGYFM.mjs";
4
+ } from "../../../chunk-XXCCWLGL.mjs";
5
5
  import "../../../chunk-A24P3L2K.mjs";
6
6
  import "../../../chunk-RC5DQK5S.mjs";
7
7
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/projen",
3
- "version": "0.21.167",
3
+ "version": "0.21.169",
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.6.0",
118
- "@storm-software/config": "1.137.29",
119
- "@storm-software/config-tools": "1.189.75",
120
- "@storm-software/workspace-tools": "1.295.51",
118
+ "@storm-software/config": "1.137.31",
119
+ "@storm-software/config-tools": "1.189.77",
120
+ "@storm-software/workspace-tools": "1.295.53",
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": "d851b36f18757912e8a1a54176ebe4a4e7a6eed2"
145
+ "gitHead": "7369ee9b0807eea8d57a8c7f2a4d797c3cbd711c"
146
146
  }