@storm-software/projen 0.9.41 → 0.9.43

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.
Files changed (34) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +1 -1
  3. package/dist/{chunk-WTMG7MTK.js → chunk-3HFBGYEU.js} +2 -2
  4. package/dist/{chunk-MC42JFGZ.mjs → chunk-7XLPJ5AL.mjs} +2 -2
  5. package/dist/chunk-FC4VZESQ.js +6 -0
  6. package/dist/{chunk-Z2UXMCUY.js → chunk-GBSU3GE2.js} +3 -3
  7. package/dist/{chunk-TTG4YCRZ.mjs → chunk-HDDGB4GM.mjs} +1 -1
  8. package/dist/{chunk-M432POFH.mjs → chunk-M7C76CZM.mjs} +1 -1
  9. package/dist/{chunk-2SJJF24K.js → chunk-NBPNSVNX.js} +337 -337
  10. package/dist/{chunk-3DQG66DJ.js → chunk-RMDWM2XC.js} +7 -7
  11. package/dist/{chunk-WXKORI6N.mjs → chunk-UCPSNJBN.mjs} +1 -1
  12. package/dist/{chunk-OHCAQSKV.mjs → chunk-XNNKP5BB.mjs} +2 -2
  13. package/dist/generators.d.mts +1 -1
  14. package/dist/generators.d.ts +1 -1
  15. package/dist/generators.js +5 -5
  16. package/dist/generators.mjs +4 -4
  17. package/dist/index.d.mts +1 -1
  18. package/dist/index.d.ts +1 -1
  19. package/dist/index.js +10 -10
  20. package/dist/index.mjs +5 -5
  21. package/dist/src/components/index.js +3 -3
  22. package/dist/src/components/index.mjs +2 -2
  23. package/dist/src/components/nx-workspace.js +17 -17
  24. package/dist/src/components/nx-workspace.mjs +2 -2
  25. package/dist/src/generators/init/generator.d.mts +1317 -3
  26. package/dist/src/generators/init/generator.d.ts +1317 -3
  27. package/dist/src/generators/init/generator.js +4 -4
  28. package/dist/src/generators/init/generator.mjs +3 -3
  29. package/dist/tsup.config.js +2 -2
  30. package/dist/tsup.config.mjs +1 -1
  31. package/package.json +1 -1
  32. package/dist/chunk-3Y6AMHJ5.js +0 -6
  33. package/dist/index-C8HQYf7T.d.mts +0 -1317
  34. package/dist/index-C8HQYf7T.d.ts +0 -1317
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunk2SJJF24Kjs = require('../../../chunk-2SJJF24K.js');
5
- require('../../../chunk-3DQG66DJ.js');
6
- require('../../../chunk-WTMG7MTK.js');
4
+ var _chunkNBPNSVNXjs = require('../../../chunk-NBPNSVNX.js');
5
+ require('../../../chunk-RMDWM2XC.js');
6
+ require('../../../chunk-3HFBGYEU.js');
7
7
 
8
8
 
9
9
 
10
- exports.default = _chunk2SJJF24Kjs.generator_default; exports.initGeneratorFn = _chunk2SJJF24Kjs.initGeneratorFn;
10
+ exports.default = _chunkNBPNSVNXjs.generator_default; exports.initGeneratorFn = _chunkNBPNSVNXjs.initGeneratorFn;
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  generator_default,
3
3
  initGeneratorFn
4
- } from "../../../chunk-OHCAQSKV.mjs";
5
- import "../../../chunk-TTG4YCRZ.mjs";
6
- import "../../../chunk-MC42JFGZ.mjs";
4
+ } from "../../../chunk-XNNKP5BB.mjs";
5
+ import "../../../chunk-HDDGB4GM.mjs";
6
+ import "../../../chunk-7XLPJ5AL.mjs";
7
7
  export {
8
8
  generator_default as default,
9
9
  initGeneratorFn
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkWTMG7MTKjs = require('./chunk-WTMG7MTK.js');
3
+ var _chunk3HFBGYEUjs = require('./chunk-3HFBGYEU.js');
4
4
 
5
5
  // tsup.config.ts
6
- _chunkWTMG7MTKjs.init_cjs_shims.call(void 0, );
6
+ _chunk3HFBGYEUjs.init_cjs_shims.call(void 0, );
7
7
  var _tsup = require('tsup');
8
8
  var tsup_config_default = _tsup.defineConfig.call(void 0, [
9
9
  {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  init_esm_shims
3
- } from "./chunk-MC42JFGZ.mjs";
3
+ } from "./chunk-7XLPJ5AL.mjs";
4
4
 
5
5
  // tsup.config.ts
6
6
  init_esm_shims();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/projen",
3
- "version": "0.9.41",
3
+ "version": "0.9.43",
4
4
  "type": "commonjs",
5
5
  "description": "Tools for managing Projen configuration automation within a Nx workspace.",
6
6
  "repository": {
@@ -1,6 +0,0 @@
1
- "use strict";
2
-
3
- var _chunkWTMG7MTKjs = require('./chunk-WTMG7MTK.js');
4
-
5
- // generators.ts
6
- _chunkWTMG7MTKjs.init_cjs_shims.call(void 0, );