@storm-software/projen 0.15.51 → 0.15.52

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,18 @@
2
2
 
3
3
  # Changelog for Storm Ops - Projen
4
4
 
5
+ ## [0.15.51](https://github.com/storm-software/storm-ops/releases/tag/projen%400.15.51) (2025-08-02)
6
+
7
+ ### Bug Fixes
8
+
9
+ - **git-tools:** Resolve issue with missing external dependencies
10
+ ([d47adff14](https://github.com/storm-software/storm-ops/commit/d47adff14))
11
+
12
+ ### Miscellaneous
13
+
14
+ - **monorepo:** Regenerate README markdown files
15
+ ([b867380ec](https://github.com/storm-software/storm-ops/commit/b867380ec))
16
+
5
17
  ## [0.15.50](https://github.com/storm-software/storm-ops/releases/tag/projen%400.15.50) (2025-08-01)
6
18
 
7
19
  ### Bug Fixes
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.15.49-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.15.50-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)
@@ -368,7 +368,6 @@ function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
368
368
 
369
369
  // ../config-tools/src/utilities/find-workspace-root.ts
370
370
  var rootFiles = [
371
- "storm-workspace.json",
372
371
  "storm-workspace.json",
373
372
  "storm-workspace.yaml",
374
373
  "storm-workspace.yml",
@@ -4651,7 +4650,9 @@ var PNPM_LOCK_PATH = join4(workspaceRoot2, PNPM_LOCK_FILE);
4651
4650
 
4652
4651
  // ../workspace-tools/src/utils/plugin-helpers.ts
4653
4652
  init_esm_shims();
4654
- import { readJsonFile as readJsonFile3 } from "@nx/devkit";
4653
+ import {
4654
+ readJsonFile as readJsonFile3
4655
+ } from "@nx/devkit";
4655
4656
  import defu6 from "defu";
4656
4657
  import { existsSync as existsSync10 } from "node:fs";
4657
4658
  import { dirname as dirname2, join as join5 } from "node:path";
@@ -367,7 +367,6 @@ function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
367
367
 
368
368
  // ../config-tools/src/utilities/find-workspace-root.ts
369
369
  var rootFiles = [
370
- "storm-workspace.json",
371
370
  "storm-workspace.json",
372
371
  "storm-workspace.yaml",
373
372
  "storm-workspace.yml",
@@ -4655,6 +4654,8 @@ _chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
4655
4654
 
4656
4655
 
4657
4656
 
4657
+
4658
+
4658
4659
  // ../workspace-tools/src/utils/typia-transform.ts
4659
4660
  _chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
4660
4661
  var _transform = require('typia/lib/transform'); var _transform2 = _interopRequireDefault(_transform);
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-I5CKRIDX.js');
2
2
 
3
3
 
4
- var _chunkHDRVE3JLjs = require('./chunk-HDRVE3JL.js');
4
+ var _chunkSRTKLDKBjs = require('./chunk-SRTKLDKB.js');
5
5
  require('./chunk-AHMWONJP.js');
6
6
  require('./chunk-RQT3Z4GI.js');
7
7
 
8
8
 
9
- exports.initGeneratorFn = _chunkHDRVE3JLjs.initGeneratorFn;
9
+ exports.initGeneratorFn = _chunkSRTKLDKBjs.initGeneratorFn;
@@ -1,7 +1,7 @@
1
1
  import "./chunk-JF5SUOK3.mjs";
2
2
  import {
3
3
  initGeneratorFn
4
- } from "./chunk-KL6TMNP7.mjs";
4
+ } from "./chunk-5GTHGNYB.mjs";
5
5
  import "./chunk-YQWBR3SL.mjs";
6
6
  import "./chunk-UE3OAUFD.mjs";
7
7
  export {
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@
4
4
  var _chunkEXHPQ5M3js = require('./chunk-EXHPQ5M3.js');
5
5
 
6
6
 
7
- var _chunkHDRVE3JLjs = require('./chunk-HDRVE3JL.js');
7
+ var _chunkSRTKLDKBjs = require('./chunk-SRTKLDKB.js');
8
8
  require('./chunk-AHMWONJP.js');
9
9
 
10
10
 
@@ -16,10 +16,10 @@ var _chunkRQT3Z4GIjs = require('./chunk-RQT3Z4GI.js');
16
16
  // index.ts
17
17
  var index_exports = {};
18
18
  _chunkRQT3Z4GIjs.__export.call(void 0, index_exports, {
19
- initGeneratorFn: () => _chunkHDRVE3JLjs.initGeneratorFn
19
+ initGeneratorFn: () => _chunkSRTKLDKBjs.initGeneratorFn
20
20
  });
21
21
  _chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
22
22
  _chunkRQT3Z4GIjs.__reExport.call(void 0, index_exports, _chunkRQT3Z4GIjs.__toESM.call(void 0, _chunkEXHPQ5M3js.require_components.call(void 0, )));
23
23
 
24
24
 
25
- exports.initGeneratorFn = _chunkHDRVE3JLjs.initGeneratorFn;
25
+ exports.initGeneratorFn = _chunkSRTKLDKBjs.initGeneratorFn;
package/dist/index.mjs CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-SSONGS72.mjs";
5
5
  import {
6
6
  initGeneratorFn
7
- } from "./chunk-KL6TMNP7.mjs";
7
+ } from "./chunk-5GTHGNYB.mjs";
8
8
  import "./chunk-YQWBR3SL.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 _chunkHDRVE3JLjs = require('../../../chunk-HDRVE3JL.js');
4
+ var _chunkSRTKLDKBjs = require('../../../chunk-SRTKLDKB.js');
5
5
  require('../../../chunk-AHMWONJP.js');
6
6
  require('../../../chunk-RQT3Z4GI.js');
7
7
 
8
8
 
9
9
 
10
- exports.default = _chunkHDRVE3JLjs.generator_default; exports.initGeneratorFn = _chunkHDRVE3JLjs.initGeneratorFn;
10
+ exports.default = _chunkSRTKLDKBjs.generator_default; exports.initGeneratorFn = _chunkSRTKLDKBjs.initGeneratorFn;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  generator_default,
3
3
  initGeneratorFn
4
- } from "../../../chunk-KL6TMNP7.mjs";
4
+ } from "../../../chunk-5GTHGNYB.mjs";
5
5
  import "../../../chunk-YQWBR3SL.mjs";
6
6
  import "../../../chunk-UE3OAUFD.mjs";
7
7
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/projen",
3
- "version": "0.15.51",
3
+ "version": "0.15.52",
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": "a4728ac16328228608f32db774e1968a9835b6e1"
145
+ "gitHead": "f63566d09672df3e8f30ec67936afaad49ebd749"
146
146
  }