@storm-software/projen 0.15.37 → 0.15.38

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.15.37](https://github.com/storm-software/storm-ops/releases/tag/projen%400.15.37) (2025-07-06)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate README markdown files
10
+ ([03db3eded](https://github.com/storm-software/storm-ops/commit/03db3eded))
11
+
5
12
  ## [0.15.36](https://github.com/storm-software/storm-ops/releases/tag/projen%400.15.36) (2025-07-03)
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.15.36-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.37-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 -->
@@ -2015,6 +2015,7 @@ ${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${p
2015
2015
  assets: pendingAssets
2016
2016
  });
2017
2017
  await assetHandler.processAllAssetsOnce();
2018
+ writeTrace("Completed copying assets to the output directory", config);
2018
2019
  if (includeSrc === true) {
2019
2020
  writeDebug(
2020
2021
  `\u{1F4DD} Adding banner and writing source files: ${_chunkLP4I3FEYjs.joinPaths.call(void 0,
@@ -3992,132 +3993,132 @@ _chunkMWIFWHR4js.init_cjs_shims.call(void 0, );
3992
3993
 
3993
3994
  // ../git-tools/src/types.ts
3994
3995
  _chunkMWIFWHR4js.init_cjs_shims.call(void 0, );
3995
- var DEFAULT_COMMIT_TYPES = {
3996
+ var COMMIT_TYPES = {
3996
3997
  /* --- Bumps version when selected --- */
3997
- chore: {
3998
- description: "Other changes that don't modify src or test files",
3999
- title: "Chore",
4000
- emoji: "\u2699\uFE0F ",
4001
- semverBump: "patch",
4002
- changelog: {
4003
- title: "Miscellaneous",
4004
- hidden: false
3998
+ "chore": {
3999
+ "description": "Other changes that don't modify src or test files",
4000
+ "title": "Chore",
4001
+ "emoji": "\u2699\uFE0F ",
4002
+ "semverBump": "patch",
4003
+ "changelog": {
4004
+ "title": "Miscellaneous",
4005
+ "hidden": false
4005
4006
  }
4006
4007
  },
4007
- fix: {
4008
- description: "A change that resolves an issue previously identified with the package",
4009
- title: "Bug Fix",
4010
- emoji: "\u{1FAB2} ",
4011
- semverBump: "patch",
4012
- changelog: {
4013
- title: "Bug Fixes",
4014
- hidden: false
4008
+ "fix": {
4009
+ "description": "A change that resolves an issue previously identified with the package",
4010
+ "title": "Bug Fix",
4011
+ "emoji": "\u{1FAB2} ",
4012
+ "semverBump": "patch",
4013
+ "changelog": {
4014
+ "title": "Bug Fixes",
4015
+ "hidden": false
4015
4016
  }
4016
4017
  },
4017
- feat: {
4018
- description: "A change that adds a new feature to the package",
4019
- title: "Feature",
4020
- emoji: "\u{1F511} ",
4021
- semverBump: "minor",
4022
- changelog: {
4023
- title: "Features",
4024
- hidden: false
4018
+ "feat": {
4019
+ "description": "A change that adds a new feature to the package",
4020
+ "title": "Feature",
4021
+ "emoji": "\u{1F511} ",
4022
+ "semverBump": "minor",
4023
+ "changelog": {
4024
+ "title": "Features",
4025
+ "hidden": false
4025
4026
  }
4026
4027
  },
4027
- ci: {
4028
- description: "Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)",
4029
- title: "Continuous Integration",
4030
- emoji: "\u{1F9F0} ",
4031
- semverBump: "patch",
4032
- changelog: {
4033
- title: "Continuous Integration",
4034
- hidden: false
4028
+ "ci": {
4029
+ "description": "Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)",
4030
+ "title": "Continuous Integration",
4031
+ "emoji": "\u{1F9F0} ",
4032
+ "semverBump": "patch",
4033
+ "changelog": {
4034
+ "title": "Continuous Integration",
4035
+ "hidden": false
4035
4036
  }
4036
4037
  },
4037
- refactor: {
4038
- description: "A code change that neither fixes a bug nor adds a feature",
4039
- title: "Code Refactoring",
4040
- emoji: "\u{1F9EA} ",
4041
- semverBump: "patch",
4042
- changelog: {
4043
- title: "Source Code Improvements",
4044
- hidden: false
4038
+ "refactor": {
4039
+ "description": "A code change that neither fixes a bug nor adds a feature",
4040
+ "title": "Code Refactoring",
4041
+ "emoji": "\u{1F9EA} ",
4042
+ "semverBump": "patch",
4043
+ "changelog": {
4044
+ "title": "Source Code Improvements",
4045
+ "hidden": false
4045
4046
  }
4046
4047
  },
4047
- style: {
4048
- description: "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)",
4049
- title: "Style Improvements",
4050
- emoji: "\u{1F48E} ",
4051
- semverBump: "patch",
4052
- changelog: {
4053
- title: "Style Improvements",
4054
- hidden: false
4048
+ "style": {
4049
+ "description": "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)",
4050
+ "title": "Style Improvements",
4051
+ "emoji": "\u{1F48E} ",
4052
+ "semverBump": "patch",
4053
+ "changelog": {
4054
+ "title": "Style Improvements",
4055
+ "hidden": false
4055
4056
  }
4056
4057
  },
4057
- perf: {
4058
- description: "A code change that improves performance",
4059
- title: "Performance Improvement",
4060
- emoji: "\u23F1\uFE0F ",
4061
- semverBump: "patch",
4062
- changelog: {
4063
- title: "Performance Improvements",
4064
- hidden: false
4058
+ "perf": {
4059
+ "description": "A code change that improves performance",
4060
+ "title": "Performance Improvement",
4061
+ "emoji": "\u23F1\uFE0F ",
4062
+ "semverBump": "patch",
4063
+ "changelog": {
4064
+ "title": "Performance Improvements",
4065
+ "hidden": false
4065
4066
  }
4066
4067
  },
4067
4068
  /* --- Does not bump version when selected --- */
4068
- docs: {
4069
- description: "A change that only includes documentation updates",
4070
- title: "Documentation",
4071
- emoji: "\u{1F4DC} ",
4072
- semverBump: "none",
4073
- changelog: {
4074
- title: "Documentation",
4075
- hidden: false
4069
+ "docs": {
4070
+ "description": "A change that only includes documentation updates",
4071
+ "title": "Documentation",
4072
+ "emoji": "\u{1F4DC} ",
4073
+ "semverBump": "none",
4074
+ "changelog": {
4075
+ "title": "Documentation",
4076
+ "hidden": false
4076
4077
  }
4077
4078
  },
4078
- test: {
4079
- description: "Adding missing tests or correcting existing tests",
4080
- title: "Testing",
4081
- emoji: "\u{1F6A8} ",
4082
- semverBump: "none",
4083
- changelog: {
4084
- title: "Testing",
4085
- hidden: true
4079
+ "test": {
4080
+ "description": "Adding missing tests or correcting existing tests",
4081
+ "title": "Testing",
4082
+ "emoji": "\u{1F6A8} ",
4083
+ "semverBump": "none",
4084
+ "changelog": {
4085
+ "title": "Testing",
4086
+ "hidden": true
4086
4087
  }
4087
4088
  },
4088
4089
  /* --- Not included in commitlint but included in changelog --- */
4089
- deps: {
4090
- description: "Changes that add, update, or remove dependencies. This includes devDependencies and peerDependencies",
4091
- title: "Dependencies",
4092
- emoji: "\u{1F4E6} ",
4093
- hidden: true,
4094
- semverBump: "patch",
4095
- changelog: {
4096
- title: "Dependency Upgrades",
4097
- hidden: false
4090
+ "deps": {
4091
+ "description": "Changes that add, update, or remove dependencies. This includes devDependencies and peerDependencies",
4092
+ "title": "Dependencies",
4093
+ "emoji": "\u{1F4E6} ",
4094
+ "hidden": true,
4095
+ "semverBump": "patch",
4096
+ "changelog": {
4097
+ "title": "Dependency Upgrades",
4098
+ "hidden": false
4098
4099
  }
4099
4100
  },
4100
4101
  /* --- Not included in commitlint or changelog --- */
4101
- build: {
4102
- description: "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)",
4103
- title: "Build",
4104
- emoji: "\u{1F6E0} ",
4105
- hidden: true,
4106
- semverBump: "none",
4107
- changelog: {
4108
- title: "Build",
4109
- hidden: true
4102
+ "build": {
4103
+ "description": "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)",
4104
+ "title": "Build",
4105
+ "emoji": "\u{1F6E0} ",
4106
+ "hidden": true,
4107
+ "semverBump": "none",
4108
+ "changelog": {
4109
+ "title": "Build",
4110
+ "hidden": true
4110
4111
  }
4111
4112
  },
4112
- release: {
4113
- description: "Publishing a commit containing a newly released version",
4114
- title: "Publish Release",
4115
- emoji: "\u{1F680} ",
4116
- hidden: true,
4117
- semverBump: "none",
4118
- changelog: {
4119
- title: "Publish Release",
4120
- hidden: true
4113
+ "release": {
4114
+ "description": "Publishing a commit containing a newly released version",
4115
+ "title": "Publish Release",
4116
+ "emoji": "\u{1F680} ",
4117
+ "hidden": true,
4118
+ "semverBump": "none",
4119
+ "changelog": {
4120
+ "title": "Publish Release",
4121
+ "hidden": true
4121
4122
  }
4122
4123
  }
4123
4124
  };
@@ -4126,10 +4127,10 @@ var DEFAULT_COMMIT_QUESTIONS = {
4126
4127
  type: "select",
4127
4128
  title: "Commit Type",
4128
4129
  description: "Select the commit type that best describes your changes",
4129
- enum: Object.keys(DEFAULT_COMMIT_TYPES).filter(
4130
- (type) => DEFAULT_COMMIT_TYPES[type].hidden !== true
4130
+ enum: Object.keys(COMMIT_TYPES).filter(
4131
+ (type) => COMMIT_TYPES[type].hidden !== true
4131
4132
  ).reduce((ret, type) => {
4132
- ret[type] = DEFAULT_COMMIT_TYPES[type];
4133
+ ret[type] = COMMIT_TYPES[type];
4133
4134
  return ret;
4134
4135
  }, {}),
4135
4136
  defaultValue: "chore",
@@ -2016,6 +2016,7 @@ ${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${p
2016
2016
  assets: pendingAssets
2017
2017
  });
2018
2018
  await assetHandler.processAllAssetsOnce();
2019
+ writeTrace("Completed copying assets to the output directory", config);
2019
2020
  if (includeSrc === true) {
2020
2021
  writeDebug(
2021
2022
  `\u{1F4DD} Adding banner and writing source files: ${joinPaths(
@@ -3993,132 +3994,132 @@ init_esm_shims();
3993
3994
 
3994
3995
  // ../git-tools/src/types.ts
3995
3996
  init_esm_shims();
3996
- var DEFAULT_COMMIT_TYPES = {
3997
+ var COMMIT_TYPES = {
3997
3998
  /* --- Bumps version when selected --- */
3998
- chore: {
3999
- description: "Other changes that don't modify src or test files",
4000
- title: "Chore",
4001
- emoji: "\u2699\uFE0F ",
4002
- semverBump: "patch",
4003
- changelog: {
4004
- title: "Miscellaneous",
4005
- hidden: false
3999
+ "chore": {
4000
+ "description": "Other changes that don't modify src or test files",
4001
+ "title": "Chore",
4002
+ "emoji": "\u2699\uFE0F ",
4003
+ "semverBump": "patch",
4004
+ "changelog": {
4005
+ "title": "Miscellaneous",
4006
+ "hidden": false
4006
4007
  }
4007
4008
  },
4008
- fix: {
4009
- description: "A change that resolves an issue previously identified with the package",
4010
- title: "Bug Fix",
4011
- emoji: "\u{1FAB2} ",
4012
- semverBump: "patch",
4013
- changelog: {
4014
- title: "Bug Fixes",
4015
- hidden: false
4009
+ "fix": {
4010
+ "description": "A change that resolves an issue previously identified with the package",
4011
+ "title": "Bug Fix",
4012
+ "emoji": "\u{1FAB2} ",
4013
+ "semverBump": "patch",
4014
+ "changelog": {
4015
+ "title": "Bug Fixes",
4016
+ "hidden": false
4016
4017
  }
4017
4018
  },
4018
- feat: {
4019
- description: "A change that adds a new feature to the package",
4020
- title: "Feature",
4021
- emoji: "\u{1F511} ",
4022
- semverBump: "minor",
4023
- changelog: {
4024
- title: "Features",
4025
- hidden: false
4019
+ "feat": {
4020
+ "description": "A change that adds a new feature to the package",
4021
+ "title": "Feature",
4022
+ "emoji": "\u{1F511} ",
4023
+ "semverBump": "minor",
4024
+ "changelog": {
4025
+ "title": "Features",
4026
+ "hidden": false
4026
4027
  }
4027
4028
  },
4028
- ci: {
4029
- description: "Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)",
4030
- title: "Continuous Integration",
4031
- emoji: "\u{1F9F0} ",
4032
- semverBump: "patch",
4033
- changelog: {
4034
- title: "Continuous Integration",
4035
- hidden: false
4029
+ "ci": {
4030
+ "description": "Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)",
4031
+ "title": "Continuous Integration",
4032
+ "emoji": "\u{1F9F0} ",
4033
+ "semverBump": "patch",
4034
+ "changelog": {
4035
+ "title": "Continuous Integration",
4036
+ "hidden": false
4036
4037
  }
4037
4038
  },
4038
- refactor: {
4039
- description: "A code change that neither fixes a bug nor adds a feature",
4040
- title: "Code Refactoring",
4041
- emoji: "\u{1F9EA} ",
4042
- semverBump: "patch",
4043
- changelog: {
4044
- title: "Source Code Improvements",
4045
- hidden: false
4039
+ "refactor": {
4040
+ "description": "A code change that neither fixes a bug nor adds a feature",
4041
+ "title": "Code Refactoring",
4042
+ "emoji": "\u{1F9EA} ",
4043
+ "semverBump": "patch",
4044
+ "changelog": {
4045
+ "title": "Source Code Improvements",
4046
+ "hidden": false
4046
4047
  }
4047
4048
  },
4048
- style: {
4049
- description: "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)",
4050
- title: "Style Improvements",
4051
- emoji: "\u{1F48E} ",
4052
- semverBump: "patch",
4053
- changelog: {
4054
- title: "Style Improvements",
4055
- hidden: false
4049
+ "style": {
4050
+ "description": "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)",
4051
+ "title": "Style Improvements",
4052
+ "emoji": "\u{1F48E} ",
4053
+ "semverBump": "patch",
4054
+ "changelog": {
4055
+ "title": "Style Improvements",
4056
+ "hidden": false
4056
4057
  }
4057
4058
  },
4058
- perf: {
4059
- description: "A code change that improves performance",
4060
- title: "Performance Improvement",
4061
- emoji: "\u23F1\uFE0F ",
4062
- semverBump: "patch",
4063
- changelog: {
4064
- title: "Performance Improvements",
4065
- hidden: false
4059
+ "perf": {
4060
+ "description": "A code change that improves performance",
4061
+ "title": "Performance Improvement",
4062
+ "emoji": "\u23F1\uFE0F ",
4063
+ "semverBump": "patch",
4064
+ "changelog": {
4065
+ "title": "Performance Improvements",
4066
+ "hidden": false
4066
4067
  }
4067
4068
  },
4068
4069
  /* --- Does not bump version when selected --- */
4069
- docs: {
4070
- description: "A change that only includes documentation updates",
4071
- title: "Documentation",
4072
- emoji: "\u{1F4DC} ",
4073
- semverBump: "none",
4074
- changelog: {
4075
- title: "Documentation",
4076
- hidden: false
4070
+ "docs": {
4071
+ "description": "A change that only includes documentation updates",
4072
+ "title": "Documentation",
4073
+ "emoji": "\u{1F4DC} ",
4074
+ "semverBump": "none",
4075
+ "changelog": {
4076
+ "title": "Documentation",
4077
+ "hidden": false
4077
4078
  }
4078
4079
  },
4079
- test: {
4080
- description: "Adding missing tests or correcting existing tests",
4081
- title: "Testing",
4082
- emoji: "\u{1F6A8} ",
4083
- semverBump: "none",
4084
- changelog: {
4085
- title: "Testing",
4086
- hidden: true
4080
+ "test": {
4081
+ "description": "Adding missing tests or correcting existing tests",
4082
+ "title": "Testing",
4083
+ "emoji": "\u{1F6A8} ",
4084
+ "semverBump": "none",
4085
+ "changelog": {
4086
+ "title": "Testing",
4087
+ "hidden": true
4087
4088
  }
4088
4089
  },
4089
4090
  /* --- Not included in commitlint but included in changelog --- */
4090
- deps: {
4091
- description: "Changes that add, update, or remove dependencies. This includes devDependencies and peerDependencies",
4092
- title: "Dependencies",
4093
- emoji: "\u{1F4E6} ",
4094
- hidden: true,
4095
- semverBump: "patch",
4096
- changelog: {
4097
- title: "Dependency Upgrades",
4098
- hidden: false
4091
+ "deps": {
4092
+ "description": "Changes that add, update, or remove dependencies. This includes devDependencies and peerDependencies",
4093
+ "title": "Dependencies",
4094
+ "emoji": "\u{1F4E6} ",
4095
+ "hidden": true,
4096
+ "semverBump": "patch",
4097
+ "changelog": {
4098
+ "title": "Dependency Upgrades",
4099
+ "hidden": false
4099
4100
  }
4100
4101
  },
4101
4102
  /* --- Not included in commitlint or changelog --- */
4102
- build: {
4103
- description: "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)",
4104
- title: "Build",
4105
- emoji: "\u{1F6E0} ",
4106
- hidden: true,
4107
- semverBump: "none",
4108
- changelog: {
4109
- title: "Build",
4110
- hidden: true
4103
+ "build": {
4104
+ "description": "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)",
4105
+ "title": "Build",
4106
+ "emoji": "\u{1F6E0} ",
4107
+ "hidden": true,
4108
+ "semverBump": "none",
4109
+ "changelog": {
4110
+ "title": "Build",
4111
+ "hidden": true
4111
4112
  }
4112
4113
  },
4113
- release: {
4114
- description: "Publishing a commit containing a newly released version",
4115
- title: "Publish Release",
4116
- emoji: "\u{1F680} ",
4117
- hidden: true,
4118
- semverBump: "none",
4119
- changelog: {
4120
- title: "Publish Release",
4121
- hidden: true
4114
+ "release": {
4115
+ "description": "Publishing a commit containing a newly released version",
4116
+ "title": "Publish Release",
4117
+ "emoji": "\u{1F680} ",
4118
+ "hidden": true,
4119
+ "semverBump": "none",
4120
+ "changelog": {
4121
+ "title": "Publish Release",
4122
+ "hidden": true
4122
4123
  }
4123
4124
  }
4124
4125
  };
@@ -4127,10 +4128,10 @@ var DEFAULT_COMMIT_QUESTIONS = {
4127
4128
  type: "select",
4128
4129
  title: "Commit Type",
4129
4130
  description: "Select the commit type that best describes your changes",
4130
- enum: Object.keys(DEFAULT_COMMIT_TYPES).filter(
4131
- (type) => DEFAULT_COMMIT_TYPES[type].hidden !== true
4131
+ enum: Object.keys(COMMIT_TYPES).filter(
4132
+ (type) => COMMIT_TYPES[type].hidden !== true
4132
4133
  ).reduce((ret, type) => {
4133
- ret[type] = DEFAULT_COMMIT_TYPES[type];
4134
+ ret[type] = COMMIT_TYPES[type];
4134
4135
  return ret;
4135
4136
  }, {}),
4136
4137
  defaultValue: "chore",
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-3MCIDYYV.js');
2
2
 
3
3
 
4
- var _chunk3NH7PSSMjs = require('./chunk-3NH7PSSM.js');
4
+ var _chunkCRNDD7VZjs = require('./chunk-CRNDD7VZ.js');
5
5
  require('./chunk-LP4I3FEY.js');
6
6
  require('./chunk-MWIFWHR4.js');
7
7
 
8
8
 
9
- exports.initGeneratorFn = _chunk3NH7PSSMjs.initGeneratorFn;
9
+ exports.initGeneratorFn = _chunkCRNDD7VZjs.initGeneratorFn;
@@ -1,7 +1,7 @@
1
1
  import "./chunk-5UXDEQBC.mjs";
2
2
  import {
3
3
  initGeneratorFn
4
- } from "./chunk-HRTH4WYB.mjs";
4
+ } from "./chunk-U3ZJDZBV.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 _chunk3NH7PSSMjs = require('./chunk-3NH7PSSM.js');
7
+ var _chunkCRNDD7VZjs = require('./chunk-CRNDD7VZ.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: () => _chunk3NH7PSSMjs.initGeneratorFn
19
+ initGeneratorFn: () => _chunkCRNDD7VZjs.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 = _chunk3NH7PSSMjs.initGeneratorFn;
25
+ exports.initGeneratorFn = _chunkCRNDD7VZjs.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-HRTH4WYB.mjs";
7
+ } from "./chunk-U3ZJDZBV.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 _chunk3NH7PSSMjs = require('../../../chunk-3NH7PSSM.js');
4
+ var _chunkCRNDD7VZjs = require('../../../chunk-CRNDD7VZ.js');
5
5
  require('../../../chunk-LP4I3FEY.js');
6
6
  require('../../../chunk-MWIFWHR4.js');
7
7
 
8
8
 
9
9
 
10
- exports.default = _chunk3NH7PSSMjs.generator_default; exports.initGeneratorFn = _chunk3NH7PSSMjs.initGeneratorFn;
10
+ exports.default = _chunkCRNDD7VZjs.generator_default; exports.initGeneratorFn = _chunkCRNDD7VZjs.initGeneratorFn;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  generator_default,
3
3
  initGeneratorFn
4
- } from "../../../chunk-HRTH4WYB.mjs";
4
+ } from "../../../chunk-U3ZJDZBV.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.37",
3
+ "version": "0.15.38",
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": "31afbd65b069e0b465461fad3f5c7e3ad5504daf"
145
+ "gitHead": "dbe7708d23dd5fd8289baed4045d6580b4067496"
146
146
  }