@storm-software/projen 0.21.180 → 0.21.182

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,14 @@
2
2
 
3
3
  # Changelog for Storm Ops - Projen
4
4
 
5
+ ## [0.21.181](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.181) (05/14/2026)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **workspace-tools** to **v1.295.66**
10
+ - Updated **config-tools** to **v1.190.6**
11
+ - Updated **config** to **v1.137.39**
12
+
5
13
  ## [0.21.180](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.180) (05/14/2026)
6
14
 
7
15
  ### Updated Dependencies
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.177-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.181-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 -->
@@ -3400,6 +3400,9 @@ _chunkKDFOWT5Rjs.init_cjs_shims.call(void 0, );
3400
3400
 
3401
3401
  // ../workspace-tools/src/utils/project-tags.ts
3402
3402
  _chunkKDFOWT5Rjs.init_cjs_shims.call(void 0, );
3403
+
3404
+ // ../package-constants/src/tags.ts
3405
+ _chunkKDFOWT5Rjs.init_cjs_shims.call(void 0, );
3403
3406
  var ProjectTagConstants = {
3404
3407
  Language: {
3405
3408
  TAG_ID: "language",
@@ -3460,6 +3463,8 @@ var hasProjectTag = (project, variant) => {
3460
3463
  (tag) => tag.startsWith(prefix) && tag.length > prefix.length
3461
3464
  );
3462
3465
  };
3466
+
3467
+ // ../workspace-tools/src/utils/project-tags.ts
3463
3468
  var addProjectTag = (project, variant, value, options = {
3464
3469
  overwrite: false
3465
3470
  }) => {
@@ -5317,6 +5322,9 @@ _chunkKDFOWT5Rjs.init_cjs_shims.call(void 0, );
5317
5322
  // ../workspace-tools/src/types.ts
5318
5323
  _chunkKDFOWT5Rjs.init_cjs_shims.call(void 0, );
5319
5324
 
5325
+ // ../package-constants/src/types.ts
5326
+ _chunkKDFOWT5Rjs.init_cjs_shims.call(void 0, );
5327
+
5320
5328
  // ../workspace-tools/src/utils/index.ts
5321
5329
  _chunkKDFOWT5Rjs.init_cjs_shims.call(void 0, );
5322
5330
 
@@ -3401,6 +3401,9 @@ import { format as format2 } from "prettier";
3401
3401
 
3402
3402
  // ../workspace-tools/src/utils/project-tags.ts
3403
3403
  init_esm_shims();
3404
+
3405
+ // ../package-constants/src/tags.ts
3406
+ init_esm_shims();
3404
3407
  var ProjectTagConstants = {
3405
3408
  Language: {
3406
3409
  TAG_ID: "language",
@@ -3461,6 +3464,8 @@ var hasProjectTag = (project, variant) => {
3461
3464
  (tag) => tag.startsWith(prefix) && tag.length > prefix.length
3462
3465
  );
3463
3466
  };
3467
+
3468
+ // ../workspace-tools/src/utils/project-tags.ts
3464
3469
  var addProjectTag = (project, variant, value, options = {
3465
3470
  overwrite: false
3466
3471
  }) => {
@@ -5318,6 +5323,9 @@ import https2 from "node:https";
5318
5323
  // ../workspace-tools/src/types.ts
5319
5324
  init_esm_shims();
5320
5325
 
5326
+ // ../package-constants/src/types.ts
5327
+ init_esm_shims();
5328
+
5321
5329
  // ../workspace-tools/src/utils/index.ts
5322
5330
  init_esm_shims();
5323
5331
 
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-HTHC5JMP.js');
2
2
 
3
3
 
4
- var _chunkFKHGX4FZjs = require('./chunk-FKHGX4FZ.js');
4
+ var _chunkH3YSTBXPjs = require('./chunk-H3YSTBXP.js');
5
5
  require('./chunk-NVWTQQXD.js');
6
6
  require('./chunk-KDFOWT5R.js');
7
7
 
8
8
 
9
- exports.initGeneratorFn = _chunkFKHGX4FZjs.initGeneratorFn;
9
+ exports.initGeneratorFn = _chunkH3YSTBXPjs.initGeneratorFn;
@@ -1,7 +1,7 @@
1
1
  import "./chunk-URNMYTJZ.mjs";
2
2
  import {
3
3
  initGeneratorFn
4
- } from "./chunk-OQDHERTF.mjs";
4
+ } from "./chunk-WZLUGDXN.mjs";
5
5
  import "./chunk-OCQ72GU2.mjs";
6
6
  import "./chunk-3IEKGEBM.mjs";
7
7
  export {
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@
4
4
  var _chunkG5NKTYSBjs = require('./chunk-G5NKTYSB.js');
5
5
 
6
6
 
7
- var _chunkFKHGX4FZjs = require('./chunk-FKHGX4FZ.js');
7
+ var _chunkH3YSTBXPjs = require('./chunk-H3YSTBXP.js');
8
8
  require('./chunk-NVWTQQXD.js');
9
9
 
10
10
 
@@ -16,10 +16,10 @@ var _chunkKDFOWT5Rjs = require('./chunk-KDFOWT5R.js');
16
16
  // index.ts
17
17
  var index_exports = {};
18
18
  _chunkKDFOWT5Rjs.__export.call(void 0, index_exports, {
19
- initGeneratorFn: () => _chunkFKHGX4FZjs.initGeneratorFn
19
+ initGeneratorFn: () => _chunkH3YSTBXPjs.initGeneratorFn
20
20
  });
21
21
  _chunkKDFOWT5Rjs.init_cjs_shims.call(void 0, );
22
22
  _chunkKDFOWT5Rjs.__reExport.call(void 0, index_exports, _chunkKDFOWT5Rjs.__toESM.call(void 0, _chunkG5NKTYSBjs.require_components.call(void 0, )));
23
23
 
24
24
 
25
- exports.initGeneratorFn = _chunkFKHGX4FZjs.initGeneratorFn;
25
+ exports.initGeneratorFn = _chunkH3YSTBXPjs.initGeneratorFn;
package/dist/index.mjs CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-JY67PKZW.mjs";
5
5
  import {
6
6
  initGeneratorFn
7
- } from "./chunk-OQDHERTF.mjs";
7
+ } from "./chunk-WZLUGDXN.mjs";
8
8
  import "./chunk-OCQ72GU2.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 _chunkFKHGX4FZjs = require('../../../chunk-FKHGX4FZ.js');
4
+ var _chunkH3YSTBXPjs = require('../../../chunk-H3YSTBXP.js');
5
5
  require('../../../chunk-NVWTQQXD.js');
6
6
  require('../../../chunk-KDFOWT5R.js');
7
7
 
8
8
 
9
9
 
10
- exports.default = _chunkFKHGX4FZjs.generator_default; exports.initGeneratorFn = _chunkFKHGX4FZjs.initGeneratorFn;
10
+ exports.default = _chunkH3YSTBXPjs.generator_default; exports.initGeneratorFn = _chunkH3YSTBXPjs.initGeneratorFn;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  generator_default,
3
3
  initGeneratorFn
4
- } from "../../../chunk-OQDHERTF.mjs";
4
+ } from "../../../chunk-WZLUGDXN.mjs";
5
5
  import "../../../chunk-OCQ72GU2.mjs";
6
6
  import "../../../chunk-3IEKGEBM.mjs";
7
7
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/projen",
3
- "version": "0.21.180",
3
+ "version": "0.21.182",
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.7.1",
118
- "@storm-software/config": "1.137.38",
119
- "@storm-software/config-tools": "1.190.5",
120
- "@storm-software/workspace-tools": "1.295.65",
118
+ "@storm-software/config": "1.137.40",
119
+ "@storm-software/config-tools": "1.190.7",
120
+ "@storm-software/workspace-tools": "1.295.67",
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": "4c0d75cede50bb0b2fa1765b3df4217e5315b0dd"
145
+ "gitHead": "650e192d9dc9137982afa4d1d11c4cf5d656260a"
146
146
  }