@storm-software/projen 0.21.49 → 0.21.51

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,27 @@
2
2
 
3
3
  # Changelog for Storm Ops - Projen
4
4
 
5
+ ## [0.21.50](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.50) (11/27/2025)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate README markdown files and `Cargo.lock`
10
+ ([5758ea3f0](https://github.com/storm-software/storm-ops/commit/5758ea3f0))
11
+
12
+ ### Updated Dependencies
13
+
14
+ - Updated **workspace-tools** to **v1.293.20**
15
+ - Updated **config-tools** to **v1.188.50**
16
+ - Updated **config** to **v1.134.50**
17
+
18
+ ## [0.21.49](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.49) (11/25/2025)
19
+
20
+ ### Updated Dependencies
21
+
22
+ - Updated **workspace-tools** to **v1.293.19**
23
+ - Updated **config-tools** to **v1.188.49**
24
+ - Updated **config** to **v1.134.49**
25
+
5
26
  ## [0.21.48](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.48) (11/20/2025)
6
27
 
7
28
  ### Miscellaneous
package/README.md CHANGED
@@ -3,7 +3,13 @@
3
3
  <!-- markdownlint-disable -->
4
4
 
5
5
 
6
- <div align="center"><img src="https://public.storm-cdn.com/storm-banner.gif" width="100%" alt="Storm Software" /></div>
6
+ <div align="center">
7
+ <picture>
8
+ <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x640-dark-optimized.gif">
9
+ <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x640-light-optimized.gif">
10
+ <img src="https://public.storm-cdn.com/storm-software/banner-1280x640-dark-optimized.gif" width="100%" alt="Storm Software" />
11
+ </picture>
12
+ </div>
7
13
  <br />
8
14
 
9
15
  <div align="center">
@@ -21,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
21
27
 
22
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 />
23
29
 
24
- [![Version](https://img.shields.io/badge/version-0.21.46-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.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)
25
31
 
26
32
  <!-- prettier-ignore-start -->
27
33
  <!-- markdownlint-disable -->
@@ -40,6 +46,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
40
46
 
41
47
  <!-- START doctoc -->
42
48
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
49
+
43
50
  ## Table of Contents
44
51
 
45
52
  - [Storm Projen Tools](#storm-projen-tools)
@@ -3,11 +3,11 @@ import {
3
3
  isAbsolute,
4
4
  joinPaths,
5
5
  relative
6
- } from "./chunk-ZKNGNQ4B.mjs";
6
+ } from "./chunk-MJOPX4MQ.mjs";
7
7
  import {
8
8
  __dirname,
9
9
  init_esm_shims
10
- } from "./chunk-NAVV523V.mjs";
10
+ } from "./chunk-GII57L4F.mjs";
11
11
 
12
12
  // src/generators/init/generator.ts
13
13
  init_esm_shims();
@@ -2354,11 +2354,15 @@ init_esm_shims();
2354
2354
 
2355
2355
  // ../build-tools/src/config.ts
2356
2356
  init_esm_shims();
2357
- var DEFAULT_COMPILED_BANNER = `/*****************************************
2358
- *
2359
- * \u26A1 Built by Storm Software
2360
- *
2361
- *****************************************/
2357
+ var DEFAULT_JS_BANNER = `
2358
+ // ---------------------------------------
2359
+ // \u26A1 Built by Storm Software
2360
+ // ---------------------------------------
2361
+ `;
2362
+ var DEFAULT_CSS_BANNER = `
2363
+ /* ---------------------------------------
2364
+ \u26A1 Built by Storm Software
2365
+ --------------------------------------- */
2362
2366
  `;
2363
2367
  var DEFAULT_ENVIRONMENT = "production";
2364
2368
  var DEFAULT_TARGET = "esnext";
@@ -2756,8 +2760,8 @@ var DEFAULT_BUILD_OPTIONS = {
2756
2760
  ".woff2": "file"
2757
2761
  },
2758
2762
  banner: {
2759
- js: DEFAULT_COMPILED_BANNER,
2760
- css: DEFAULT_COMPILED_BANNER
2763
+ js: DEFAULT_JS_BANNER,
2764
+ css: DEFAULT_CSS_BANNER
2761
2765
  }
2762
2766
  };
2763
2767
 
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  init_esm_shims
3
- } from "./chunk-NAVV523V.mjs";
3
+ } from "./chunk-GII57L4F.mjs";
4
4
 
5
5
  // generators.ts
6
6
  init_esm_shims();