@storm-software/projen 0.15.30 → 0.15.32

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,20 @@
2
2
 
3
3
  # Changelog for Storm Ops - Projen
4
4
 
5
+ ## [0.15.31](https://github.com/storm-software/storm-ops/releases/tag/projen%400.15.31) (2025-06-26)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate README markdown files
10
+ ([a8119c53b](https://github.com/storm-software/storm-ops/commit/a8119c53b))
11
+
12
+ ## [0.15.30](https://github.com/storm-software/storm-ops/releases/tag/projen%400.15.30) (2025-06-22)
13
+
14
+ ### Miscellaneous
15
+
16
+ - **monorepo:** Regenerate README markdown files
17
+ ([d8eb8a9de](https://github.com/storm-software/storm-ops/commit/d8eb8a9de))
18
+
5
19
  ## [0.15.29](https://github.com/storm-software/storm-ops/releases/tag/projen%400.15.29) (2025-06-20)
6
20
 
7
21
  ### 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.29-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.31-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 -->
@@ -174,10 +174,10 @@ var RegistryConfigSchema = z.object({
174
174
  var ColorConfigSchema = SingleThemeColorConfigSchema.or(
175
175
  MultiThemeColorConfigSchema
176
176
  ).describe("Colors used for various workspace elements");
177
- var ColorConfigMapSchema = z.union([
178
- z.object({ base: ColorConfigSchema }),
179
- z.record(z.string(), ColorConfigSchema)
180
- ]);
177
+ var ColorConfigMapSchema = z.record(
178
+ z.union([z.literal("base"), z.string()]),
179
+ ColorConfigSchema
180
+ );
181
181
  var ExtendsItemSchema = z.string().trim().describe(
182
182
  "The path to a base config file to use as a configuration preset file. Documentation can be found at https://github.com/unjs/c12#extending-configuration."
183
183
  );
@@ -173,10 +173,10 @@ var RegistryConfigSchema = z.object({
173
173
  var ColorConfigSchema = SingleThemeColorConfigSchema.or(
174
174
  MultiThemeColorConfigSchema
175
175
  ).describe("Colors used for various workspace elements");
176
- var ColorConfigMapSchema = z.union([
177
- z.object({ base: ColorConfigSchema }),
178
- z.record(z.string(), ColorConfigSchema)
179
- ]);
176
+ var ColorConfigMapSchema = z.record(
177
+ z.union([z.literal("base"), z.string()]),
178
+ ColorConfigSchema
179
+ );
180
180
  var ExtendsItemSchema = z.string().trim().describe(
181
181
  "The path to a base config file to use as a configuration preset file. Documentation can be found at https://github.com/unjs/c12#extending-configuration."
182
182
  );
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-3MCIDYYV.js');
2
2
 
3
3
 
4
- var _chunkNZFZHMKPjs = require('./chunk-NZFZHMKP.js');
4
+ var _chunkRR3NF6MAjs = require('./chunk-RR3NF6MA.js');
5
5
  require('./chunk-LP4I3FEY.js');
6
6
  require('./chunk-MWIFWHR4.js');
7
7
 
8
8
 
9
- exports.initGeneratorFn = _chunkNZFZHMKPjs.initGeneratorFn;
9
+ exports.initGeneratorFn = _chunkRR3NF6MAjs.initGeneratorFn;
@@ -1,7 +1,7 @@
1
1
  import "./chunk-5UXDEQBC.mjs";
2
2
  import {
3
3
  initGeneratorFn
4
- } from "./chunk-M4QTGZWR.mjs";
4
+ } from "./chunk-CL3MQKIC.mjs";
5
5
  import "./chunk-IYQFGVQK.mjs";
6
6
  import "./chunk-ULH77QLV.mjs";
7
7
  export {
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@
4
4
  var _chunkKFR27Y3Kjs = require('./chunk-KFR27Y3K.js');
5
5
 
6
6
 
7
- var _chunkNZFZHMKPjs = require('./chunk-NZFZHMKP.js');
7
+ var _chunkRR3NF6MAjs = require('./chunk-RR3NF6MA.js');
8
8
  require('./chunk-LP4I3FEY.js');
9
9
 
10
10
 
@@ -16,10 +16,10 @@ var _chunkMWIFWHR4js = require('./chunk-MWIFWHR4.js');
16
16
  // index.ts
17
17
  var index_exports = {};
18
18
  _chunkMWIFWHR4js.__export.call(void 0, index_exports, {
19
- initGeneratorFn: () => _chunkNZFZHMKPjs.initGeneratorFn
19
+ initGeneratorFn: () => _chunkRR3NF6MAjs.initGeneratorFn
20
20
  });
21
21
  _chunkMWIFWHR4js.init_cjs_shims.call(void 0, );
22
22
  _chunkMWIFWHR4js.__reExport.call(void 0, index_exports, _chunkMWIFWHR4js.__toESM.call(void 0, _chunkKFR27Y3Kjs.require_components.call(void 0, )));
23
23
 
24
24
 
25
- exports.initGeneratorFn = _chunkNZFZHMKPjs.initGeneratorFn;
25
+ exports.initGeneratorFn = _chunkRR3NF6MAjs.initGeneratorFn;
package/dist/index.mjs CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-PQKN2KBC.mjs";
5
5
  import {
6
6
  initGeneratorFn
7
- } from "./chunk-M4QTGZWR.mjs";
7
+ } from "./chunk-CL3MQKIC.mjs";
8
8
  import "./chunk-IYQFGVQK.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 _chunkNZFZHMKPjs = require('../../../chunk-NZFZHMKP.js');
4
+ var _chunkRR3NF6MAjs = require('../../../chunk-RR3NF6MA.js');
5
5
  require('../../../chunk-LP4I3FEY.js');
6
6
  require('../../../chunk-MWIFWHR4.js');
7
7
 
8
8
 
9
9
 
10
- exports.default = _chunkNZFZHMKPjs.generator_default; exports.initGeneratorFn = _chunkNZFZHMKPjs.initGeneratorFn;
10
+ exports.default = _chunkRR3NF6MAjs.generator_default; exports.initGeneratorFn = _chunkRR3NF6MAjs.initGeneratorFn;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  generator_default,
3
3
  initGeneratorFn
4
- } from "../../../chunk-M4QTGZWR.mjs";
4
+ } from "../../../chunk-CL3MQKIC.mjs";
5
5
  import "../../../chunk-IYQFGVQK.mjs";
6
6
  import "../../../chunk-ULH77QLV.mjs";
7
7
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/projen",
3
- "version": "0.15.30",
3
+ "version": "0.15.32",
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": "cc6b643307c447a3a7e1118fee4893b3be34cdbd"
145
+ "gitHead": "e6468ab12b68fbab0ed953c76772631bdbf17694"
146
146
  }