@storm-software/projen 0.9.55 → 0.9.56

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.56](https://github.com/storm-software/storm-ops/releases/tag/projen%400.9.56) (2025-04-25)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate README markdown files
10
+ ([2a4a88059](https://github.com/storm-software/storm-ops/commit/2a4a88059))
11
+
5
12
  ## [0.9.55](https://github.com/storm-software/storm-ops/releases/tag/projen%400.9.55) (2025-04-25)
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.54-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.55-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,7 +1836,7 @@ var addPackageDependencies = /* @__PURE__ */ _chunkZG2OCU4Fjs.__name.call(void 0
1836
1836
  }, _nullishCoalesce(packageJson.dependencies, () => ( {})));
1837
1837
  packageJson.devDependencies = localPackages.reduce((ret, localPackage) => {
1838
1838
  if (!ret[localPackage.name] && _optionalChain([implicitDependencies, 'optionalAccess', _102 => _102.includes, 'call', _103 => _103(localPackage.name)]) && _optionalChain([packageJson, 'access', _104 => _104.dependencies, 'optionalAccess', _105 => _105[localPackage.name]]) === void 0) {
1839
- ret[localPackage.name] = localPackage.version || "0.0.1";
1839
+ ret[localPackage.name] = `^${localPackage.version || "0.0.1"}`;
1840
1840
  }
1841
1841
  return ret;
1842
1842
  }, _nullishCoalesce(packageJson.devDependencies, () => ( {})));
@@ -1837,7 +1837,7 @@ var addPackageDependencies = /* @__PURE__ */ __name(async (workspaceRoot3, proje
1837
1837
  }, packageJson.dependencies ?? {});
1838
1838
  packageJson.devDependencies = localPackages.reduce((ret, localPackage) => {
1839
1839
  if (!ret[localPackage.name] && implicitDependencies?.includes(localPackage.name) && packageJson.dependencies?.[localPackage.name] === void 0) {
1840
- ret[localPackage.name] = localPackage.version || "0.0.1";
1840
+ ret[localPackage.name] = `^${localPackage.version || "0.0.1"}`;
1841
1841
  }
1842
1842
  return ret;
1843
1843
  }, packageJson.devDependencies ?? {});
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-Z34UIHED.js');
2
2
 
3
3
 
4
- var _chunkCQZ73ANHjs = require('./chunk-CQZ73ANH.js');
4
+ var _chunk3WPO62STjs = require('./chunk-3WPO62ST.js');
5
5
  require('./chunk-ZOWG3HAS.js');
6
6
  require('./chunk-ZG2OCU4F.js');
7
7
 
8
8
 
9
- exports.initGeneratorFn = _chunkCQZ73ANHjs.initGeneratorFn;
9
+ exports.initGeneratorFn = _chunk3WPO62STjs.initGeneratorFn;
@@ -1,7 +1,7 @@
1
1
  import "./chunk-NUF2HZO6.mjs";
2
2
  import {
3
3
  initGeneratorFn
4
- } from "./chunk-X5FK4CWH.mjs";
4
+ } from "./chunk-Q7YWQALM.mjs";
5
5
  import "./chunk-L5O7P2JV.mjs";
6
6
  import "./chunk-JKQ5N3E7.mjs";
7
7
  export {
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@
4
4
  var _chunkBLRPMSEMjs = require('./chunk-BLRPMSEM.js');
5
5
 
6
6
 
7
- var _chunkCQZ73ANHjs = require('./chunk-CQZ73ANH.js');
7
+ var _chunk3WPO62STjs = require('./chunk-3WPO62ST.js');
8
8
  require('./chunk-ZOWG3HAS.js');
9
9
 
10
10
 
@@ -16,10 +16,10 @@ var _chunkZG2OCU4Fjs = require('./chunk-ZG2OCU4F.js');
16
16
  // index.ts
17
17
  var index_exports = {};
18
18
  _chunkZG2OCU4Fjs.__export.call(void 0, index_exports, {
19
- initGeneratorFn: () => _chunkCQZ73ANHjs.initGeneratorFn
19
+ initGeneratorFn: () => _chunk3WPO62STjs.initGeneratorFn
20
20
  });
21
21
  _chunkZG2OCU4Fjs.init_cjs_shims.call(void 0, );
22
22
  _chunkZG2OCU4Fjs.__reExport.call(void 0, index_exports, _chunkZG2OCU4Fjs.__toESM.call(void 0, _chunkBLRPMSEMjs.require_components.call(void 0, )));
23
23
 
24
24
 
25
- exports.initGeneratorFn = _chunkCQZ73ANHjs.initGeneratorFn;
25
+ exports.initGeneratorFn = _chunk3WPO62STjs.initGeneratorFn;
package/dist/index.mjs CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-LUEIOVQW.mjs";
5
5
  import {
6
6
  initGeneratorFn
7
- } from "./chunk-X5FK4CWH.mjs";
7
+ } from "./chunk-Q7YWQALM.mjs";
8
8
  import "./chunk-L5O7P2JV.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 _chunkCQZ73ANHjs = require('../../../chunk-CQZ73ANH.js');
4
+ var _chunk3WPO62STjs = require('../../../chunk-3WPO62ST.js');
5
5
  require('../../../chunk-ZOWG3HAS.js');
6
6
  require('../../../chunk-ZG2OCU4F.js');
7
7
 
8
8
 
9
9
 
10
- exports.default = _chunkCQZ73ANHjs.generator_default; exports.initGeneratorFn = _chunkCQZ73ANHjs.initGeneratorFn;
10
+ exports.default = _chunk3WPO62STjs.generator_default; exports.initGeneratorFn = _chunk3WPO62STjs.initGeneratorFn;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  generator_default,
3
3
  initGeneratorFn
4
- } from "../../../chunk-X5FK4CWH.mjs";
4
+ } from "../../../chunk-Q7YWQALM.mjs";
5
5
  import "../../../chunk-L5O7P2JV.mjs";
6
6
  import "../../../chunk-JKQ5N3E7.mjs";
7
7
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/projen",
3
- "version": "0.9.55",
3
+ "version": "0.9.56",
4
4
  "type": "commonjs",
5
5
  "description": "Tools for managing Projen configuration automation within a Nx workspace.",
6
6
  "repository": {
@@ -32,28 +32,16 @@
32
32
  "types": "./dist/index.d.mts",
33
33
  "default": "./dist/index.mjs"
34
34
  },
35
- "require": {
36
- "types": "./dist/index.d.ts",
37
- "default": "./dist/index.js"
38
- },
39
- "default": {
40
- "types": "./dist/index.d.ts",
41
- "default": "./dist/index.js"
42
- }
35
+ "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
36
+ "default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
43
37
  },
44
38
  "./index": {
45
39
  "import": {
46
40
  "types": "./dist/index.d.mts",
47
41
  "default": "./dist/index.mjs"
48
42
  },
49
- "require": {
50
- "types": "./dist/index.d.ts",
51
- "default": "./dist/index.js"
52
- },
53
- "default": {
54
- "types": "./dist/index.d.ts",
55
- "default": "./dist/index.js"
56
- }
43
+ "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
44
+ "default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
57
45
  },
58
46
  "./executors": {
59
47
  "import": {
@@ -131,15 +119,9 @@
131
119
  "projen": "^0.91.6"
132
120
  },
133
121
  "peerDependenciesMeta": {
134
- "@nx/devkit": {
135
- "optional": false
136
- },
137
- "nx": {
138
- "optional": false
139
- },
140
- "projen": {
141
- "optional": false
142
- }
122
+ "@nx/devkit": { "optional": false },
123
+ "nx": { "optional": false },
124
+ "projen": { "optional": false }
143
125
  },
144
126
  "dependencies": {
145
127
  "@aws/pdk": "^0.25.16",
@@ -154,9 +136,7 @@
154
136
  "tsup": "8.4.0",
155
137
  "untyped": "^1.5.2"
156
138
  },
157
- "publishConfig": {
158
- "access": "public"
159
- },
139
+ "publishConfig": { "access": "public" },
160
140
  "executors": "./executors.json",
161
141
  "generators": "./generators.json"
162
- }
142
+ }