@storm-software/projen 0.21.55 → 0.21.56

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,19 @@
2
2
 
3
3
  # Changelog for Storm Ops - Projen
4
4
 
5
+ ## [0.21.55](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.55) (12/05/2025)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Update the banner image used in markdown files
10
+ ([fc48aee3c](https://github.com/storm-software/storm-ops/commit/fc48aee3c))
11
+
12
+ ### Updated Dependencies
13
+
14
+ - Updated **workspace-tools** to **v1.293.25**
15
+ - Updated **config-tools** to **v1.188.55**
16
+ - Updated **config** to **v1.134.55**
17
+
5
18
  ## [0.21.54](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.54) (12/05/2025)
6
19
 
7
20
  ### 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.53-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.54-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 -->
@@ -3291,6 +3291,11 @@ var ProjectTagConstants = {
3291
3291
  LIBRARY: "library",
3292
3292
  APPLICATION: "application"
3293
3293
  },
3294
+ ProjectLinking: {
3295
+ TAG_ID: "project-linking",
3296
+ REFERENCE: "reference",
3297
+ ALIAS: "alias"
3298
+ },
3294
3299
  DistStyle: {
3295
3300
  TAG_ID: "dist-style",
3296
3301
  NORMAL: "normal",
@@ -3315,6 +3320,14 @@ var ProjectTagConstants = {
3315
3320
  },
3316
3321
  Plugin: {
3317
3322
  TAG_ID: "plugin"
3323
+ },
3324
+ Builder: {
3325
+ TAG_ID: "builder",
3326
+ TSC: "tsc",
3327
+ TSUP: "tsup",
3328
+ TSDOWN: "tsdown",
3329
+ VITE: "vite",
3330
+ ROLLDOWN: "rolldown"
3318
3331
  }
3319
3332
  };
3320
3333
  var formatProjectTag = (variant, value) => {
@@ -3290,6 +3290,11 @@ var ProjectTagConstants = {
3290
3290
  LIBRARY: "library",
3291
3291
  APPLICATION: "application"
3292
3292
  },
3293
+ ProjectLinking: {
3294
+ TAG_ID: "project-linking",
3295
+ REFERENCE: "reference",
3296
+ ALIAS: "alias"
3297
+ },
3293
3298
  DistStyle: {
3294
3299
  TAG_ID: "dist-style",
3295
3300
  NORMAL: "normal",
@@ -3314,6 +3319,14 @@ var ProjectTagConstants = {
3314
3319
  },
3315
3320
  Plugin: {
3316
3321
  TAG_ID: "plugin"
3322
+ },
3323
+ Builder: {
3324
+ TAG_ID: "builder",
3325
+ TSC: "tsc",
3326
+ TSUP: "tsup",
3327
+ TSDOWN: "tsdown",
3328
+ VITE: "vite",
3329
+ ROLLDOWN: "rolldown"
3317
3330
  }
3318
3331
  };
3319
3332
  var formatProjectTag = (variant, value) => {
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-U5YTB5PY.js');
2
2
 
3
3
 
4
- var _chunk6WLY2S6Ejs = require('./chunk-6WLY2S6E.js');
4
+ var _chunkUSIL33PBjs = require('./chunk-USIL33PB.js');
5
5
  require('./chunk-XVI7WDQE.js');
6
6
  require('./chunk-XK3MYXQW.js');
7
7
 
8
8
 
9
- exports.initGeneratorFn = _chunk6WLY2S6Ejs.initGeneratorFn;
9
+ exports.initGeneratorFn = _chunkUSIL33PBjs.initGeneratorFn;
@@ -1,7 +1,7 @@
1
1
  import "./chunk-3AWYHAY7.mjs";
2
2
  import {
3
3
  initGeneratorFn
4
- } from "./chunk-25VMWGWS.mjs";
4
+ } from "./chunk-6V3RGWKG.mjs";
5
5
  import "./chunk-MJOPX4MQ.mjs";
6
6
  import "./chunk-GII57L4F.mjs";
7
7
  export {
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@
4
4
  var _chunkNEU3LW5Ijs = require('./chunk-NEU3LW5I.js');
5
5
 
6
6
 
7
- var _chunk6WLY2S6Ejs = require('./chunk-6WLY2S6E.js');
7
+ var _chunkUSIL33PBjs = require('./chunk-USIL33PB.js');
8
8
  require('./chunk-XVI7WDQE.js');
9
9
 
10
10
 
@@ -16,10 +16,10 @@ var _chunkXK3MYXQWjs = require('./chunk-XK3MYXQW.js');
16
16
  // index.ts
17
17
  var index_exports = {};
18
18
  _chunkXK3MYXQWjs.__export.call(void 0, index_exports, {
19
- initGeneratorFn: () => _chunk6WLY2S6Ejs.initGeneratorFn
19
+ initGeneratorFn: () => _chunkUSIL33PBjs.initGeneratorFn
20
20
  });
21
21
  _chunkXK3MYXQWjs.init_cjs_shims.call(void 0, );
22
22
  _chunkXK3MYXQWjs.__reExport.call(void 0, index_exports, _chunkXK3MYXQWjs.__toESM.call(void 0, _chunkNEU3LW5Ijs.require_components.call(void 0, )));
23
23
 
24
24
 
25
- exports.initGeneratorFn = _chunk6WLY2S6Ejs.initGeneratorFn;
25
+ exports.initGeneratorFn = _chunkUSIL33PBjs.initGeneratorFn;
package/dist/index.mjs CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-B47YQDGG.mjs";
5
5
  import {
6
6
  initGeneratorFn
7
- } from "./chunk-25VMWGWS.mjs";
7
+ } from "./chunk-6V3RGWKG.mjs";
8
8
  import "./chunk-MJOPX4MQ.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 _chunk6WLY2S6Ejs = require('../../../chunk-6WLY2S6E.js');
4
+ var _chunkUSIL33PBjs = require('../../../chunk-USIL33PB.js');
5
5
  require('../../../chunk-XVI7WDQE.js');
6
6
  require('../../../chunk-XK3MYXQW.js');
7
7
 
8
8
 
9
9
 
10
- exports.default = _chunk6WLY2S6Ejs.generator_default; exports.initGeneratorFn = _chunk6WLY2S6Ejs.initGeneratorFn;
10
+ exports.default = _chunkUSIL33PBjs.generator_default; exports.initGeneratorFn = _chunkUSIL33PBjs.initGeneratorFn;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  generator_default,
3
3
  initGeneratorFn
4
- } from "../../../chunk-25VMWGWS.mjs";
4
+ } from "../../../chunk-6V3RGWKG.mjs";
5
5
  import "../../../chunk-MJOPX4MQ.mjs";
6
6
  import "../../../chunk-GII57L4F.mjs";
7
7
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/projen",
3
- "version": "0.21.55",
3
+ "version": "0.21.56",
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.1.3",
118
- "@storm-software/config": "1.134.54",
119
- "@storm-software/config-tools": "1.188.54",
120
- "@storm-software/workspace-tools": "1.293.24",
118
+ "@storm-software/config": "1.134.55",
119
+ "@storm-software/config-tools": "1.188.55",
120
+ "@storm-software/workspace-tools": "1.293.25",
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": "1b5eb0e87d9dc6bdde8c624becf6edfa684dba77"
145
+ "gitHead": "0196a90ff3532eea38d6c72c6bcb5a08c94853bc"
146
146
  }