@storm-software/projen 0.14.1 → 0.15.1

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,26 @@
2
2
 
3
3
  # Changelog for Storm Ops - Projen
4
4
 
5
+ ## [0.15.0](https://github.com/storm-software/storm-ops/releases/tag/projen%400.15.0) (2025-05-08)
6
+
7
+ ### Features
8
+
9
+ - **config-tools:** Added TOML utilities module
10
+
11
+ ### Miscellaneous
12
+
13
+ - **monorepo:** Regenerate README markdown files
14
+
15
+ ## [0.14.2](https://github.com/storm-software/storm-ops/releases/tag/projen%400.14.2) (2025-05-07)
16
+
17
+ ### Bug Fixes
18
+
19
+ - **git-tools:** Remove auto-commit on versioning step
20
+
21
+ ### Miscellaneous
22
+
23
+ - **monorepo:** Regenerate README markdown files
24
+
5
25
  ## [0.14.0](https://github.com/storm-software/storm-ops/releases/tag/projen%400.14.0) (2025-05-06)
6
26
 
7
27
  ### Features
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.14.1-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.14.2-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 -->
@@ -1836,13 +1836,6 @@ _chunkBG73ZJERjs.init_cjs_shims.call(void 0, );
1836
1836
 
1837
1837
 
1838
1838
  var _https = require('https'); var _https2 = _interopRequireDefault(_https);
1839
-
1840
- // ../workspace-tools/src/utils/toml.ts
1841
- _chunkBG73ZJERjs.init_cjs_shims.call(void 0, );
1842
- var _jtoml = require('@ltd/j-toml'); var _jtoml2 = _interopRequireDefault(_jtoml);
1843
-
1844
-
1845
- // ../workspace-tools/src/executors/cargo-publish/executor.ts
1846
1839
  var LARGE_BUFFER = 1024 * 1e6;
1847
1840
 
1848
1841
  // ../workspace-tools/src/executors/esbuild/executor.ts
@@ -2692,6 +2685,7 @@ var executor_default6 = withRunExecutor(
2692
2685
  _chunkBG73ZJERjs.init_cjs_shims.call(void 0, );
2693
2686
 
2694
2687
 
2688
+ var _prettier = require('prettier');
2695
2689
 
2696
2690
  // ../workspace-tools/src/utils/pnpm-deps-update.ts
2697
2691
  _chunkBG73ZJERjs.init_cjs_shims.call(void 0, );
@@ -2701,7 +2695,7 @@ _chunkBG73ZJERjs.init_cjs_shims.call(void 0, );
2701
2695
 
2702
2696
 
2703
2697
 
2704
- var _prettier = require('prettier');
2698
+
2705
2699
  var _readyamlfile = require('read-yaml-file'); var _readyamlfile2 = _interopRequireDefault(_readyamlfile);
2706
2700
 
2707
2701
  // ../workspace-tools/src/executors/npm-publish/executor.ts
@@ -1837,13 +1837,6 @@ import { joinPathFragments as joinPathFragments2 } from "@nx/devkit";
1837
1837
  import { execSync as execSync2 } from "node:child_process";
1838
1838
  import { readFileSync } from "node:fs";
1839
1839
  import https from "node:https";
1840
-
1841
- // ../workspace-tools/src/utils/toml.ts
1842
- init_esm_shims();
1843
- import TOML from "@ltd/j-toml";
1844
- import { logger } from "@nx/devkit";
1845
-
1846
- // ../workspace-tools/src/executors/cargo-publish/executor.ts
1847
1840
  var LARGE_BUFFER = 1024 * 1e6;
1848
1841
 
1849
1842
  // ../workspace-tools/src/executors/esbuild/executor.ts
@@ -2692,7 +2685,8 @@ var executor_default6 = withRunExecutor(
2692
2685
  // ../workspace-tools/src/executors/npm-publish/executor.ts
2693
2686
  init_esm_shims();
2694
2687
  import { execSync as execSync3 } from "node:child_process";
2695
- import { readFile as readFile6 } from "node:fs/promises";
2688
+ import { readFile as readFile6, writeFile as writeFile3 } from "node:fs/promises";
2689
+ import { format as format2 } from "prettier";
2696
2690
 
2697
2691
  // ../workspace-tools/src/utils/pnpm-deps-update.ts
2698
2692
  init_esm_shims();
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-NG74QN4S.js');
2
2
 
3
3
 
4
- var _chunkSHNSKHTAjs = require('./chunk-SHNSKHTA.js');
4
+ var _chunkQDMHGGDXjs = require('./chunk-QDMHGGDX.js');
5
5
  require('./chunk-NNSWWAGP.js');
6
6
  require('./chunk-BG73ZJER.js');
7
7
 
8
8
 
9
- exports.initGeneratorFn = _chunkSHNSKHTAjs.initGeneratorFn;
9
+ exports.initGeneratorFn = _chunkQDMHGGDXjs.initGeneratorFn;
@@ -1,7 +1,7 @@
1
1
  import "./chunk-ZVRRJOP5.mjs";
2
2
  import {
3
3
  initGeneratorFn
4
- } from "./chunk-BBXHTXNG.mjs";
4
+ } from "./chunk-WFYZ3EYJ.mjs";
5
5
  import "./chunk-PEM26WKS.mjs";
6
6
  import "./chunk-SHIGQSVE.mjs";
7
7
  export {
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@
4
4
  var _chunkDUNMCAJEjs = require('./chunk-DUNMCAJE.js');
5
5
 
6
6
 
7
- var _chunkSHNSKHTAjs = require('./chunk-SHNSKHTA.js');
7
+ var _chunkQDMHGGDXjs = require('./chunk-QDMHGGDX.js');
8
8
  require('./chunk-NNSWWAGP.js');
9
9
 
10
10
 
@@ -16,10 +16,10 @@ var _chunkBG73ZJERjs = require('./chunk-BG73ZJER.js');
16
16
  // index.ts
17
17
  var index_exports = {};
18
18
  _chunkBG73ZJERjs.__export.call(void 0, index_exports, {
19
- initGeneratorFn: () => _chunkSHNSKHTAjs.initGeneratorFn
19
+ initGeneratorFn: () => _chunkQDMHGGDXjs.initGeneratorFn
20
20
  });
21
21
  _chunkBG73ZJERjs.init_cjs_shims.call(void 0, );
22
22
  _chunkBG73ZJERjs.__reExport.call(void 0, index_exports, _chunkBG73ZJERjs.__toESM.call(void 0, _chunkDUNMCAJEjs.require_components.call(void 0, )));
23
23
 
24
24
 
25
- exports.initGeneratorFn = _chunkSHNSKHTAjs.initGeneratorFn;
25
+ exports.initGeneratorFn = _chunkQDMHGGDXjs.initGeneratorFn;
package/dist/index.mjs CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-NVTKHBEW.mjs";
5
5
  import {
6
6
  initGeneratorFn
7
- } from "./chunk-BBXHTXNG.mjs";
7
+ } from "./chunk-WFYZ3EYJ.mjs";
8
8
  import "./chunk-PEM26WKS.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 _chunkSHNSKHTAjs = require('../../../chunk-SHNSKHTA.js');
4
+ var _chunkQDMHGGDXjs = require('../../../chunk-QDMHGGDX.js');
5
5
  require('../../../chunk-NNSWWAGP.js');
6
6
  require('../../../chunk-BG73ZJER.js');
7
7
 
8
8
 
9
9
 
10
- exports.default = _chunkSHNSKHTAjs.generator_default; exports.initGeneratorFn = _chunkSHNSKHTAjs.initGeneratorFn;
10
+ exports.default = _chunkQDMHGGDXjs.generator_default; exports.initGeneratorFn = _chunkQDMHGGDXjs.initGeneratorFn;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  generator_default,
3
3
  initGeneratorFn
4
- } from "../../../chunk-BBXHTXNG.mjs";
4
+ } from "../../../chunk-WFYZ3EYJ.mjs";
5
5
  import "../../../chunk-PEM26WKS.mjs";
6
6
  import "../../../chunk-SHIGQSVE.mjs";
7
7
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/projen",
3
- "version": "0.14.1",
3
+ "version": "0.15.1",
4
4
  "type": "commonjs",
5
5
  "description": "Tools for managing Projen configuration automation within a Nx workspace.",
6
6
  "repository": {