@storm-software/projen 0.21.4 → 0.21.5

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,15 @@
2
2
 
3
3
  # Changelog for Storm Ops - Projen
4
4
 
5
+ ## [0.21.4](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.4) (2025-10-17)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **cspell:** Added `powerlines` to CSpell dictionary
10
+ ([98f024c7e](https://github.com/storm-software/storm-ops/commit/98f024c7e))
11
+ - **monorepo:** Update workspace package links
12
+ ([eff879a87](https://github.com/storm-software/storm-ops/commit/eff879a87))
13
+
5
14
  ## [0.21.3](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.3) (2025-10-17)
6
15
 
7
16
  ### 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.2-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.3-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 -->
@@ -40,7 +40,6 @@ 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
-
44
43
  ## Table of Contents
45
44
 
46
45
  - [Storm Projen Tools](#storm-projen-tools)
@@ -2053,15 +2053,15 @@ ${formatLogMessage(tokenized)}
2053
2053
  ret
2054
2054
  );
2055
2055
  if (result && (!result.success || result.error && _optionalChain([result, 'optionalAccess', _72 => _72.error, 'optionalAccess', _73 => _73.message]) && typeof _optionalChain([result, 'optionalAccess', _74 => _74.error, 'optionalAccess', _75 => _75.message]) === "string" && _optionalChain([result, 'optionalAccess', _76 => _76.error, 'optionalAccess', _77 => _77.name]) && typeof _optionalChain([result, 'optionalAccess', _78 => _78.error, 'optionalAccess', _79 => _79.name]) === "string")) {
2056
- writeTrace(
2057
- `Failure determined by the ${name} executor
2058
- ${formatLogMessage(result)}`,
2059
- config5
2056
+ throw new Error(
2057
+ `Failure determined while running the ${name} executor
2058
+ ${formatLogMessage(
2059
+ result
2060
+ )}`,
2061
+ {
2062
+ cause: _optionalChain([result, 'optionalAccess', _80 => _80.error])
2063
+ }
2060
2064
  );
2061
- console.error(result);
2062
- throw new Error(`The ${name} executor failed to run`, {
2063
- cause: _optionalChain([result, 'optionalAccess', _80 => _80.error])
2064
- });
2065
2065
  }
2066
2066
  if (_optionalChain([executorOptions, 'optionalAccess', _81 => _81.hooks, 'optionalAccess', _82 => _82.postProcess])) {
2067
2067
  writeDebug("Running the postProcess hook...", config5);
@@ -2054,15 +2054,15 @@ ${formatLogMessage(tokenized)}
2054
2054
  ret
2055
2055
  );
2056
2056
  if (result && (!result.success || result.error && result?.error?.message && typeof result?.error?.message === "string" && result?.error?.name && typeof result?.error?.name === "string")) {
2057
- writeTrace(
2058
- `Failure determined by the ${name} executor
2059
- ${formatLogMessage(result)}`,
2060
- config5
2057
+ throw new Error(
2058
+ `Failure determined while running the ${name} executor
2059
+ ${formatLogMessage(
2060
+ result
2061
+ )}`,
2062
+ {
2063
+ cause: result?.error
2064
+ }
2061
2065
  );
2062
- console.error(result);
2063
- throw new Error(`The ${name} executor failed to run`, {
2064
- cause: result?.error
2065
- });
2066
2066
  }
2067
2067
  if (executorOptions?.hooks?.postProcess) {
2068
2068
  writeDebug("Running the postProcess hook...", config5);
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-RQQJKGYS.js');
2
2
 
3
3
 
4
- var _chunkHHLIPSR5js = require('./chunk-HHLIPSR5.js');
4
+ var _chunkOIQM2V5Fjs = require('./chunk-OIQM2V5F.js');
5
5
  require('./chunk-HZ7RJVKL.js');
6
6
  require('./chunk-HIYOMEE3.js');
7
7
 
8
8
 
9
- exports.initGeneratorFn = _chunkHHLIPSR5js.initGeneratorFn;
9
+ exports.initGeneratorFn = _chunkOIQM2V5Fjs.initGeneratorFn;
@@ -1,7 +1,7 @@
1
1
  import "./chunk-AFWAD22Q.mjs";
2
2
  import {
3
3
  initGeneratorFn
4
- } from "./chunk-L5I22RWQ.mjs";
4
+ } from "./chunk-ZPDGJD4A.mjs";
5
5
  import "./chunk-RNZLXULX.mjs";
6
6
  import "./chunk-LGYVWZIM.mjs";
7
7
  export {
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@
4
4
  var _chunkB7W5YQBNjs = require('./chunk-B7W5YQBN.js');
5
5
 
6
6
 
7
- var _chunkHHLIPSR5js = require('./chunk-HHLIPSR5.js');
7
+ var _chunkOIQM2V5Fjs = require('./chunk-OIQM2V5F.js');
8
8
  require('./chunk-HZ7RJVKL.js');
9
9
 
10
10
 
@@ -16,10 +16,10 @@ var _chunkHIYOMEE3js = require('./chunk-HIYOMEE3.js');
16
16
  // index.ts
17
17
  var index_exports = {};
18
18
  _chunkHIYOMEE3js.__export.call(void 0, index_exports, {
19
- initGeneratorFn: () => _chunkHHLIPSR5js.initGeneratorFn
19
+ initGeneratorFn: () => _chunkOIQM2V5Fjs.initGeneratorFn
20
20
  });
21
21
  _chunkHIYOMEE3js.init_cjs_shims.call(void 0, );
22
22
  _chunkHIYOMEE3js.__reExport.call(void 0, index_exports, _chunkHIYOMEE3js.__toESM.call(void 0, _chunkB7W5YQBNjs.require_components.call(void 0, )));
23
23
 
24
24
 
25
- exports.initGeneratorFn = _chunkHHLIPSR5js.initGeneratorFn;
25
+ exports.initGeneratorFn = _chunkOIQM2V5Fjs.initGeneratorFn;
package/dist/index.mjs CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-YJ22A5AT.mjs";
5
5
  import {
6
6
  initGeneratorFn
7
- } from "./chunk-L5I22RWQ.mjs";
7
+ } from "./chunk-ZPDGJD4A.mjs";
8
8
  import "./chunk-RNZLXULX.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 _chunkHHLIPSR5js = require('../../../chunk-HHLIPSR5.js');
4
+ var _chunkOIQM2V5Fjs = require('../../../chunk-OIQM2V5F.js');
5
5
  require('../../../chunk-HZ7RJVKL.js');
6
6
  require('../../../chunk-HIYOMEE3.js');
7
7
 
8
8
 
9
9
 
10
- exports.default = _chunkHHLIPSR5js.generator_default; exports.initGeneratorFn = _chunkHHLIPSR5js.initGeneratorFn;
10
+ exports.default = _chunkOIQM2V5Fjs.generator_default; exports.initGeneratorFn = _chunkOIQM2V5Fjs.initGeneratorFn;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  generator_default,
3
3
  initGeneratorFn
4
- } from "../../../chunk-L5I22RWQ.mjs";
4
+ } from "../../../chunk-ZPDGJD4A.mjs";
5
5
  import "../../../chunk-RNZLXULX.mjs";
6
6
  import "../../../chunk-LGYVWZIM.mjs";
7
7
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/projen",
3
- "version": "0.21.4",
3
+ "version": "0.21.5",
4
4
  "type": "commonjs",
5
5
  "description": "Tools for managing Projen configuration automation within a Nx workspace.",
6
6
  "repository": {
@@ -142,5 +142,5 @@
142
142
  "publishConfig": { "access": "public" },
143
143
  "executors": "./executors.json",
144
144
  "generators": "./generators.json",
145
- "gitHead": "a2b228be07baf2c5466cc28c506b87b56aca667f"
145
+ "gitHead": "963648c59da71e988de4bf5006126466f89195ed"
146
146
  }