@storm-software/projen 0.15.17 → 0.15.18

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,12 @@
2
2
 
3
3
  # Changelog for Storm Ops - Projen
4
4
 
5
+ ## [0.15.17](https://github.com/storm-software/storm-ops/releases/tag/projen%400.15.17) (2025-06-05)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate README markdown files
10
+
5
11
  ## [0.15.16](https://github.com/storm-software/storm-ops/releases/tag/projen%400.15.16) (2025-06-05)
6
12
 
7
13
  ### 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.15.16-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.17-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 -->
@@ -2243,7 +2243,6 @@ var DEFAULT_BUILD_OPTIONS = {
2243
2243
  platform: "node",
2244
2244
  target: "node22",
2245
2245
  format: "esm",
2246
- tsconfig: "tsconfig.json",
2247
2246
  mode: "production",
2248
2247
  generatePackageJson: true,
2249
2248
  includeSrc: false,
@@ -2327,8 +2326,8 @@ async function resolveContext(userOptions) {
2327
2326
  const env = getEnv("esbuild", options);
2328
2327
  const define = _defu2.default.call(void 0, _nullishCoalesce(options.define, () => ( {})), _nullishCoalesce(env, () => ( {})));
2329
2328
  const resolvedOptions = {
2330
- tsconfig: _chunkEW6SOR65js.joinPaths.call(void 0, workspaceRoot3.dir, projectRoot, "tsconfig.json"),
2331
2329
  ...options,
2330
+ tsconfig: userOptions.tsconfig === null ? void 0 : userOptions.tsconfig ? userOptions.tsconfig : _chunkEW6SOR65js.joinPaths.call(void 0, workspaceRoot3.dir, projectRoot, "tsconfig.json"),
2332
2331
  metafile: userOptions.mode === "development",
2333
2332
  clean: false,
2334
2333
  env,
@@ -2244,7 +2244,6 @@ var DEFAULT_BUILD_OPTIONS = {
2244
2244
  platform: "node",
2245
2245
  target: "node22",
2246
2246
  format: "esm",
2247
- tsconfig: "tsconfig.json",
2248
2247
  mode: "production",
2249
2248
  generatePackageJson: true,
2250
2249
  includeSrc: false,
@@ -2328,8 +2327,8 @@ async function resolveContext(userOptions) {
2328
2327
  const env = getEnv("esbuild", options);
2329
2328
  const define = defu4(options.define ?? {}, env ?? {});
2330
2329
  const resolvedOptions = {
2331
- tsconfig: joinPaths(workspaceRoot3.dir, projectRoot, "tsconfig.json"),
2332
2330
  ...options,
2331
+ tsconfig: userOptions.tsconfig === null ? void 0 : userOptions.tsconfig ? userOptions.tsconfig : joinPaths(workspaceRoot3.dir, projectRoot, "tsconfig.json"),
2333
2332
  metafile: userOptions.mode === "development",
2334
2333
  clean: false,
2335
2334
  env,
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-HEQFBRVE.js');
2
2
 
3
3
 
4
- var _chunkR3E5FDMCjs = require('./chunk-R3E5FDMC.js');
4
+ var _chunkF5KUPJRSjs = require('./chunk-F5KUPJRS.js');
5
5
  require('./chunk-EW6SOR65.js');
6
6
  require('./chunk-3XVCD6PX.js');
7
7
 
8
8
 
9
- exports.initGeneratorFn = _chunkR3E5FDMCjs.initGeneratorFn;
9
+ exports.initGeneratorFn = _chunkF5KUPJRSjs.initGeneratorFn;
@@ -1,7 +1,7 @@
1
1
  import "./chunk-XM6I2VBY.mjs";
2
2
  import {
3
3
  initGeneratorFn
4
- } from "./chunk-SZFZP4BA.mjs";
4
+ } from "./chunk-FICTO7PC.mjs";
5
5
  import "./chunk-3JMLZKJ6.mjs";
6
6
  import "./chunk-SAK3VUBP.mjs";
7
7
  export {
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@
4
4
  var _chunkMUTVIHVDjs = require('./chunk-MUTVIHVD.js');
5
5
 
6
6
 
7
- var _chunkR3E5FDMCjs = require('./chunk-R3E5FDMC.js');
7
+ var _chunkF5KUPJRSjs = require('./chunk-F5KUPJRS.js');
8
8
  require('./chunk-EW6SOR65.js');
9
9
 
10
10
 
@@ -16,10 +16,10 @@ var _chunk3XVCD6PXjs = require('./chunk-3XVCD6PX.js');
16
16
  // index.ts
17
17
  var index_exports = {};
18
18
  _chunk3XVCD6PXjs.__export.call(void 0, index_exports, {
19
- initGeneratorFn: () => _chunkR3E5FDMCjs.initGeneratorFn
19
+ initGeneratorFn: () => _chunkF5KUPJRSjs.initGeneratorFn
20
20
  });
21
21
  _chunk3XVCD6PXjs.init_cjs_shims.call(void 0, );
22
22
  _chunk3XVCD6PXjs.__reExport.call(void 0, index_exports, _chunk3XVCD6PXjs.__toESM.call(void 0, _chunkMUTVIHVDjs.require_components.call(void 0, )));
23
23
 
24
24
 
25
- exports.initGeneratorFn = _chunkR3E5FDMCjs.initGeneratorFn;
25
+ exports.initGeneratorFn = _chunkF5KUPJRSjs.initGeneratorFn;
package/dist/index.mjs CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-7VU4HV6B.mjs";
5
5
  import {
6
6
  initGeneratorFn
7
- } from "./chunk-SZFZP4BA.mjs";
7
+ } from "./chunk-FICTO7PC.mjs";
8
8
  import "./chunk-3JMLZKJ6.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 _chunkR3E5FDMCjs = require('../../../chunk-R3E5FDMC.js');
4
+ var _chunkF5KUPJRSjs = require('../../../chunk-F5KUPJRS.js');
5
5
  require('../../../chunk-EW6SOR65.js');
6
6
  require('../../../chunk-3XVCD6PX.js');
7
7
 
8
8
 
9
9
 
10
- exports.default = _chunkR3E5FDMCjs.generator_default; exports.initGeneratorFn = _chunkR3E5FDMCjs.initGeneratorFn;
10
+ exports.default = _chunkF5KUPJRSjs.generator_default; exports.initGeneratorFn = _chunkF5KUPJRSjs.initGeneratorFn;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  generator_default,
3
3
  initGeneratorFn
4
- } from "../../../chunk-SZFZP4BA.mjs";
4
+ } from "../../../chunk-FICTO7PC.mjs";
5
5
  import "../../../chunk-3JMLZKJ6.mjs";
6
6
  import "../../../chunk-SAK3VUBP.mjs";
7
7
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/projen",
3
- "version": "0.15.17",
3
+ "version": "0.15.18",
4
4
  "type": "commonjs",
5
5
  "description": "Tools for managing Projen configuration automation within a Nx workspace.",
6
6
  "repository": {