@storm-software/projen 0.9.51 → 0.9.52

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,13 @@
2
2
 
3
3
  # Changelog for Storm Ops - Projen
4
4
 
5
+ ## [0.9.52](https://github.com/storm-software/storm-ops/releases/tag/projen%400.9.52) (2025-04-15)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate README markdown files
10
+ ([57ce01f17](https://github.com/storm-software/storm-ops/commit/57ce01f17))
11
+
5
12
  ## [0.9.51](https://github.com/storm-software/storm-ops/releases/tag/projen%400.9.51) (2025-04-15)
6
13
 
7
14
  ### 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.9.50-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.9.51-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 -->
@@ -4069,7 +4069,7 @@ var generator_default5 = withRunGenerator("Storm Workspace Preset Generator", pr
4069
4069
  init_esm_shims();
4070
4070
  import { formatFiles as formatFiles8, joinPathFragments as joinPathFragments5, output, readJson as readJson2, updateJson as updateJson3, writeJson as writeJson3 } from "@nx/devkit";
4071
4071
  import { resolveLocalPackageDependencies as resolveLocalPackageJsonDependencies } from "@nx/js/src/generators/release-version/utils/resolve-local-package-dependencies";
4072
- import { updateLockFile } from "@nx/js/src/generators/release-version/utils/update-lock-file";
4072
+ import { updateLockFile } from "@nx/js/src/release/utils/update-lock-file";
4073
4073
 
4074
4074
  // ../git-tools/src/index.ts
4075
4075
  init_esm_shims();
@@ -4289,7 +4289,7 @@ import { IMPLICIT_DEFAULT_RELEASE_GROUP } from "nx/src/command-line/release/conf
4289
4289
  import { getFirstGitCommit, getLatestGitTagForPattern } from "nx/src/command-line/release/utils/git";
4290
4290
  import { resolveSemverSpecifierFromConventionalCommits, resolveSemverSpecifierFromPrompt } from "nx/src/command-line/release/utils/resolve-semver-specifier";
4291
4291
  import { isValidSemverSpecifier } from "nx/src/command-line/release/utils/semver";
4292
- import { deriveNewSemverVersion, validReleaseVersionPrefixes } from "nx/src/command-line/release/version";
4292
+ import { deriveNewSemverVersion, validReleaseVersionPrefixes } from "nx/src/command-line/release/version-legacy";
4293
4293
  import { interpolate } from "nx/src/tasks-runner/utils";
4294
4294
  import { prerelease } from "semver";
4295
4295
 
@@ -4068,7 +4068,7 @@ var generator_default5 = withRunGenerator("Storm Workspace Preset Generator", pr
4068
4068
  _chunk3HFBGYEUjs.init_cjs_shims.call(void 0, );
4069
4069
 
4070
4070
  var _resolvelocalpackagedependencies = require('@nx/js/src/generators/release-version/utils/resolve-local-package-dependencies');
4071
- var _updatelockfile = require('@nx/js/src/generators/release-version/utils/update-lock-file');
4071
+ var _updatelockfile = require('@nx/js/src/release/utils/update-lock-file');
4072
4072
 
4073
4073
  // ../git-tools/src/index.ts
4074
4074
  _chunk3HFBGYEUjs.init_cjs_shims.call(void 0, );
@@ -4288,7 +4288,7 @@ var _config = require('nx/src/command-line/release/config/config');
4288
4288
  var _git = require('nx/src/command-line/release/utils/git');
4289
4289
  var _resolvesemverspecifier = require('nx/src/command-line/release/utils/resolve-semver-specifier');
4290
4290
  var _semver = require('nx/src/command-line/release/utils/semver');
4291
- var _version = require('nx/src/command-line/release/version');
4291
+ var _versionlegacy = require('nx/src/command-line/release/version-legacy');
4292
4292
  var _utils = require('nx/src/tasks-runner/utils');
4293
4293
  var _semver3 = require('semver');
4294
4294
 
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-FC4VZESQ.js');
2
2
 
3
3
 
4
- var _chunkQCKEZ4DHjs = require('./chunk-QCKEZ4DH.js');
4
+ var _chunkRB3ISR5Zjs = require('./chunk-RB3ISR5Z.js');
5
5
  require('./chunk-RMDWM2XC.js');
6
6
  require('./chunk-3HFBGYEU.js');
7
7
 
8
8
 
9
- exports.initGeneratorFn = _chunkQCKEZ4DHjs.initGeneratorFn;
9
+ exports.initGeneratorFn = _chunkRB3ISR5Zjs.initGeneratorFn;
@@ -1,7 +1,7 @@
1
1
  import "./chunk-M7C76CZM.mjs";
2
2
  import {
3
3
  initGeneratorFn
4
- } from "./chunk-5KUHI3GR.mjs";
4
+ } from "./chunk-2GR7WKWK.mjs";
5
5
  import "./chunk-HDDGB4GM.mjs";
6
6
  import "./chunk-7XLPJ5AL.mjs";
7
7
  export {
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@
4
4
  var _chunkGBSU3GE2js = require('./chunk-GBSU3GE2.js');
5
5
 
6
6
 
7
- var _chunkQCKEZ4DHjs = require('./chunk-QCKEZ4DH.js');
7
+ var _chunkRB3ISR5Zjs = require('./chunk-RB3ISR5Z.js');
8
8
  require('./chunk-RMDWM2XC.js');
9
9
 
10
10
 
@@ -16,10 +16,10 @@ var _chunk3HFBGYEUjs = require('./chunk-3HFBGYEU.js');
16
16
  // index.ts
17
17
  var index_exports = {};
18
18
  _chunk3HFBGYEUjs.__export.call(void 0, index_exports, {
19
- initGeneratorFn: () => _chunkQCKEZ4DHjs.initGeneratorFn
19
+ initGeneratorFn: () => _chunkRB3ISR5Zjs.initGeneratorFn
20
20
  });
21
21
  _chunk3HFBGYEUjs.init_cjs_shims.call(void 0, );
22
22
  _chunk3HFBGYEUjs.__reExport.call(void 0, index_exports, _chunk3HFBGYEUjs.__toESM.call(void 0, _chunkGBSU3GE2js.require_components.call(void 0, )));
23
23
 
24
24
 
25
- exports.initGeneratorFn = _chunkQCKEZ4DHjs.initGeneratorFn;
25
+ exports.initGeneratorFn = _chunkRB3ISR5Zjs.initGeneratorFn;
package/dist/index.mjs CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-UCPSNJBN.mjs";
5
5
  import {
6
6
  initGeneratorFn
7
- } from "./chunk-5KUHI3GR.mjs";
7
+ } from "./chunk-2GR7WKWK.mjs";
8
8
  import "./chunk-HDDGB4GM.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 _chunkQCKEZ4DHjs = require('../../../chunk-QCKEZ4DH.js');
4
+ var _chunkRB3ISR5Zjs = require('../../../chunk-RB3ISR5Z.js');
5
5
  require('../../../chunk-RMDWM2XC.js');
6
6
  require('../../../chunk-3HFBGYEU.js');
7
7
 
8
8
 
9
9
 
10
- exports.default = _chunkQCKEZ4DHjs.generator_default; exports.initGeneratorFn = _chunkQCKEZ4DHjs.initGeneratorFn;
10
+ exports.default = _chunkRB3ISR5Zjs.generator_default; exports.initGeneratorFn = _chunkRB3ISR5Zjs.initGeneratorFn;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  generator_default,
3
3
  initGeneratorFn
4
- } from "../../../chunk-5KUHI3GR.mjs";
4
+ } from "../../../chunk-2GR7WKWK.mjs";
5
5
  import "../../../chunk-HDDGB4GM.mjs";
6
6
  import "../../../chunk-7XLPJ5AL.mjs";
7
7
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/projen",
3
- "version": "0.9.51",
3
+ "version": "0.9.52",
4
4
  "type": "commonjs",
5
5
  "description": "Tools for managing Projen configuration automation within a Nx workspace.",
6
6
  "repository": {
@@ -114,8 +114,8 @@
114
114
  "sullivanpj"
115
115
  ],
116
116
  "peerDependencies": {
117
- "@nx/devkit": "20.6.0",
118
- "nx": "20.6.0",
117
+ "@nx/devkit": "20.8.0",
118
+ "nx": "20.8.0",
119
119
  "projen": "^0.91.6"
120
120
  },
121
121
  "peerDependenciesMeta": {
@@ -125,14 +125,14 @@
125
125
  },
126
126
  "dependencies": {
127
127
  "@aws/pdk": "^0.25.16",
128
- "@nx/devkit": "20.6.0",
128
+ "@nx/devkit": "20.8.0",
129
129
  "projen": "^0.91.6",
130
130
  "tslib": "^2.6.3"
131
131
  },
132
132
  "devDependencies": {
133
- "@nx/devkit": "20.6.0",
133
+ "@nx/devkit": "20.8.0",
134
134
  "@types/node": "^22.10.2",
135
- "nx": "20.6.0",
135
+ "nx": "20.8.0",
136
136
  "tsup": "8.3.5",
137
137
  "untyped": "^1.5.2"
138
138
  },