@storm-software/projen 0.15.52 → 0.15.58

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.
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-I5CKRIDX.js');
2
2
 
3
3
 
4
- var _chunkSRTKLDKBjs = require('./chunk-SRTKLDKB.js');
4
+ var _chunkBKFZ5MIFjs = require('./chunk-BKFZ5MIF.js');
5
5
  require('./chunk-AHMWONJP.js');
6
6
  require('./chunk-RQT3Z4GI.js');
7
7
 
8
8
 
9
- exports.initGeneratorFn = _chunkSRTKLDKBjs.initGeneratorFn;
9
+ exports.initGeneratorFn = _chunkBKFZ5MIFjs.initGeneratorFn;
@@ -1,7 +1,7 @@
1
1
  import "./chunk-JF5SUOK3.mjs";
2
2
  import {
3
3
  initGeneratorFn
4
- } from "./chunk-5GTHGNYB.mjs";
4
+ } from "./chunk-MTYNYKCU.mjs";
5
5
  import "./chunk-YQWBR3SL.mjs";
6
6
  import "./chunk-UE3OAUFD.mjs";
7
7
  export {
package/dist/index.js CHANGED
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-I5CKRIDX.js');
2
2
 
3
3
 
4
- var _chunkEXHPQ5M3js = require('./chunk-EXHPQ5M3.js');
4
+ var _chunkBKFZ5MIFjs = require('./chunk-BKFZ5MIF.js');
5
5
 
6
6
 
7
- var _chunkSRTKLDKBjs = require('./chunk-SRTKLDKB.js');
7
+ var _chunkEXHPQ5M3js = require('./chunk-EXHPQ5M3.js');
8
8
  require('./chunk-AHMWONJP.js');
9
9
 
10
10
 
@@ -16,10 +16,10 @@ var _chunkRQT3Z4GIjs = require('./chunk-RQT3Z4GI.js');
16
16
  // index.ts
17
17
  var index_exports = {};
18
18
  _chunkRQT3Z4GIjs.__export.call(void 0, index_exports, {
19
- initGeneratorFn: () => _chunkSRTKLDKBjs.initGeneratorFn
19
+ initGeneratorFn: () => _chunkBKFZ5MIFjs.initGeneratorFn
20
20
  });
21
21
  _chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
22
22
  _chunkRQT3Z4GIjs.__reExport.call(void 0, index_exports, _chunkRQT3Z4GIjs.__toESM.call(void 0, _chunkEXHPQ5M3js.require_components.call(void 0, )));
23
23
 
24
24
 
25
- exports.initGeneratorFn = _chunkSRTKLDKBjs.initGeneratorFn;
25
+ exports.initGeneratorFn = _chunkBKFZ5MIFjs.initGeneratorFn;
package/dist/index.mjs CHANGED
@@ -1,10 +1,10 @@
1
1
  import "./chunk-JF5SUOK3.mjs";
2
+ import {
3
+ initGeneratorFn
4
+ } from "./chunk-MTYNYKCU.mjs";
2
5
  import {
3
6
  require_components
4
7
  } from "./chunk-SSONGS72.mjs";
5
- import {
6
- initGeneratorFn
7
- } from "./chunk-5GTHGNYB.mjs";
8
8
  import "./chunk-YQWBR3SL.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 _chunkSRTKLDKBjs = require('../../../chunk-SRTKLDKB.js');
4
+ var _chunkBKFZ5MIFjs = require('../../../chunk-BKFZ5MIF.js');
5
5
  require('../../../chunk-AHMWONJP.js');
6
6
  require('../../../chunk-RQT3Z4GI.js');
7
7
 
8
8
 
9
9
 
10
- exports.default = _chunkSRTKLDKBjs.generator_default; exports.initGeneratorFn = _chunkSRTKLDKBjs.initGeneratorFn;
10
+ exports.default = _chunkBKFZ5MIFjs.generator_default; exports.initGeneratorFn = _chunkBKFZ5MIFjs.initGeneratorFn;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  generator_default,
3
3
  initGeneratorFn
4
- } from "../../../chunk-5GTHGNYB.mjs";
4
+ } from "../../../chunk-MTYNYKCU.mjs";
5
5
  import "../../../chunk-YQWBR3SL.mjs";
6
6
  import "../../../chunk-UE3OAUFD.mjs";
7
7
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/projen",
3
- "version": "0.15.52",
3
+ "version": "0.15.58",
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": "f63566d09672df3e8f30ec67936afaad49ebd749"
145
+ "gitHead": "083ea768c334db192d1dd4126872bbed21bedaef"
146
146
  }