@storm-software/projen 0.18.1 → 0.18.3

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,23 @@
2
2
 
3
3
  # Changelog for Storm Ops - Projen
4
4
 
5
+ ## [0.18.2](https://github.com/storm-software/storm-ops/releases/tag/projen%400.18.2) (2025-09-15)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **pnpm-tools:** Update script file name and write workspace contents to
10
+ warning message
11
+ ([ac72547b3](https://github.com/storm-software/storm-ops/commit/ac72547b3))
12
+ - **monorepo:** Regenerate README markdown files
13
+ ([beeeb4edc](https://github.com/storm-software/storm-ops/commit/beeeb4edc))
14
+
15
+ ## [0.18.1](https://github.com/storm-software/storm-ops/releases/tag/projen%400.18.1) (2025-09-13)
16
+
17
+ ### Miscellaneous
18
+
19
+ - **monorepo:** Regenerate README markdown files
20
+ ([f6d595334](https://github.com/storm-software/storm-ops/commit/f6d595334))
21
+
5
22
  ## [0.18.0](https://github.com/storm-software/storm-ops/releases/tag/projen%400.18.0) (2025-09-13)
6
23
 
7
24
  ### 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.18.0-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.18.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)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
@@ -3106,9 +3106,9 @@ var _semver = require('semver');
3106
3106
 
3107
3107
  // ../pnpm-tools/src/helpers/pnpm-workspace.ts
3108
3108
  _chunkRUZZI27Qjs.init_cjs_shims.call(void 0, );
3109
- var _jsyaml = require('js-yaml');
3110
3109
 
3111
3110
 
3111
+ var _yaml = require('yaml');
3112
3112
 
3113
3113
  // ../workspace-tools/src/executors/npm-publish/executor.ts
3114
3114
 
@@ -3092,7 +3092,7 @@ import {
3092
3092
  readCachedProjectGraph as readCachedProjectGraph2
3093
3093
  } from "@nx/devkit";
3094
3094
  import { existsSync as existsSync8 } from "node:fs";
3095
- import { readFile as readFile5, writeFile as writeFile3 } from "node:fs/promises";
3095
+ import { readFile as readFile6, writeFile as writeFile3 } from "node:fs/promises";
3096
3096
  import { format } from "prettier";
3097
3097
 
3098
3098
  // ../pnpm-tools/src/helpers/catalog.ts
@@ -3107,13 +3107,13 @@ import { coerce, gt, valid } from "semver";
3107
3107
 
3108
3108
  // ../pnpm-tools/src/helpers/pnpm-workspace.ts
3109
3109
  init_esm_shims();
3110
- import { dump, load } from "js-yaml";
3111
3110
  import { existsSync as existsSync7 } from "node:fs";
3112
- import { writeFile as writeFile2 } from "node:fs/promises";
3111
+ import { readFile as readFile5, writeFile as writeFile2 } from "node:fs/promises";
3112
+ import { parse, stringify } from "yaml";
3113
3113
 
3114
3114
  // ../workspace-tools/src/executors/npm-publish/executor.ts
3115
3115
  import { execSync as execSync3 } from "node:child_process";
3116
- import { readFile as readFile7, writeFile as writeFile5 } from "node:fs/promises";
3116
+ import { readFile as readFile8, writeFile as writeFile5 } from "node:fs/promises";
3117
3117
  import { format as format3 } from "prettier";
3118
3118
 
3119
3119
  // ../workspace-tools/src/utils/package-helpers.ts
@@ -3124,7 +3124,7 @@ import {
3124
3124
  } from "@nx/devkit";
3125
3125
  import { execFileSync } from "child_process";
3126
3126
  import { existsSync as existsSync9 } from "node:fs";
3127
- import { readFile as readFile6, writeFile as writeFile4 } from "node:fs/promises";
3127
+ import { readFile as readFile7, writeFile as writeFile4 } from "node:fs/promises";
3128
3128
  import { dirname, resolve } from "path";
3129
3129
  import { format as format2 } from "prettier";
3130
3130
 
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-2SNM3OBW.js');
2
2
 
3
3
 
4
- var _chunkKIQX36DGjs = require('./chunk-KIQX36DG.js');
4
+ var _chunkDTALEP6Ljs = require('./chunk-DTALEP6L.js');
5
5
  require('./chunk-27KUDFX3.js');
6
6
  require('./chunk-RUZZI27Q.js');
7
7
 
8
8
 
9
- exports.initGeneratorFn = _chunkKIQX36DGjs.initGeneratorFn;
9
+ exports.initGeneratorFn = _chunkDTALEP6Ljs.initGeneratorFn;
@@ -1,7 +1,7 @@
1
1
  import "./chunk-C7CZ7DL7.mjs";
2
2
  import {
3
3
  initGeneratorFn
4
- } from "./chunk-ZHY6DOIP.mjs";
4
+ } from "./chunk-IPCKCVKJ.mjs";
5
5
  import "./chunk-EPEM7QUX.mjs";
6
6
  import "./chunk-ZQB45RUW.mjs";
7
7
  export {
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@
4
4
  var _chunkSR6QNS73js = require('./chunk-SR6QNS73.js');
5
5
 
6
6
 
7
- var _chunkKIQX36DGjs = require('./chunk-KIQX36DG.js');
7
+ var _chunkDTALEP6Ljs = require('./chunk-DTALEP6L.js');
8
8
  require('./chunk-27KUDFX3.js');
9
9
 
10
10
 
@@ -16,10 +16,10 @@ var _chunkRUZZI27Qjs = require('./chunk-RUZZI27Q.js');
16
16
  // index.ts
17
17
  var index_exports = {};
18
18
  _chunkRUZZI27Qjs.__export.call(void 0, index_exports, {
19
- initGeneratorFn: () => _chunkKIQX36DGjs.initGeneratorFn
19
+ initGeneratorFn: () => _chunkDTALEP6Ljs.initGeneratorFn
20
20
  });
21
21
  _chunkRUZZI27Qjs.init_cjs_shims.call(void 0, );
22
22
  _chunkRUZZI27Qjs.__reExport.call(void 0, index_exports, _chunkRUZZI27Qjs.__toESM.call(void 0, _chunkSR6QNS73js.require_components.call(void 0, )));
23
23
 
24
24
 
25
- exports.initGeneratorFn = _chunkKIQX36DGjs.initGeneratorFn;
25
+ exports.initGeneratorFn = _chunkDTALEP6Ljs.initGeneratorFn;
package/dist/index.mjs CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-KSH53RTZ.mjs";
5
5
  import {
6
6
  initGeneratorFn
7
- } from "./chunk-ZHY6DOIP.mjs";
7
+ } from "./chunk-IPCKCVKJ.mjs";
8
8
  import "./chunk-EPEM7QUX.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 _chunkKIQX36DGjs = require('../../../chunk-KIQX36DG.js');
4
+ var _chunkDTALEP6Ljs = require('../../../chunk-DTALEP6L.js');
5
5
  require('../../../chunk-27KUDFX3.js');
6
6
  require('../../../chunk-RUZZI27Q.js');
7
7
 
8
8
 
9
9
 
10
- exports.default = _chunkKIQX36DGjs.generator_default; exports.initGeneratorFn = _chunkKIQX36DGjs.initGeneratorFn;
10
+ exports.default = _chunkDTALEP6Ljs.generator_default; exports.initGeneratorFn = _chunkDTALEP6Ljs.initGeneratorFn;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  generator_default,
3
3
  initGeneratorFn
4
- } from "../../../chunk-ZHY6DOIP.mjs";
4
+ } from "../../../chunk-IPCKCVKJ.mjs";
5
5
  import "../../../chunk-EPEM7QUX.mjs";
6
6
  import "../../../chunk-ZQB45RUW.mjs";
7
7
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/projen",
3
- "version": "0.18.1",
3
+ "version": "0.18.3",
4
4
  "type": "commonjs",
5
5
  "description": "Tools for managing Projen configuration automation within a Nx workspace.",
6
6
  "repository": {
@@ -114,12 +114,12 @@
114
114
  "sullivanpj"
115
115
  ],
116
116
  "peerDependencies": {
117
- "@nx/devkit": "catalog:",
117
+ "@nx/devkit": "^21.4.1",
118
118
  "@storm-software/config": "1.113.5",
119
119
  "@storm-software/config-tools": "1.163.5",
120
120
  "@storm-software/workspace-tools": "1.267.0",
121
121
  "projen": "^0.91.6",
122
- "tsup": "catalog:",
122
+ "tsup": "8.4.0",
123
123
  "untyped": "1.5.2"
124
124
  },
125
125
  "peerDependenciesMeta": {
@@ -129,18 +129,18 @@
129
129
  },
130
130
  "dependencies": {
131
131
  "@aws/pdk": "^0.25.17",
132
- "@nx/devkit": "catalog:",
132
+ "@nx/devkit": "^21.4.1",
133
133
  "projen": "0.91.20"
134
134
  },
135
135
  "devDependencies": {
136
- "@nx/devkit": "catalog:",
137
- "@types/node": "catalog:",
138
- "nx": "catalog:",
139
- "tsup": "catalog:",
140
- "untyped": "catalog:"
136
+ "@nx/devkit": "^21.4.1",
137
+ "@types/node": "^22.10.2",
138
+ "nx": "^21.4.1",
139
+ "tsup": "8.4.0",
140
+ "untyped": "^1.5.2"
141
141
  },
142
142
  "publishConfig": { "access": "public" },
143
143
  "executors": "./executors.json",
144
144
  "generators": "./generators.json",
145
- "gitHead": "512d1169996114a42d66c6fbbcd38bb04b5fc695"
145
+ "gitHead": "130c0445a406e976d0302d764282acc0b39bb1e2"
146
146
  }