@storm-software/projen 0.16.1 → 0.17.1

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-NQ7A2AQW.js');
2
2
 
3
3
 
4
- var _chunkLFXCWSERjs = require('./chunk-LFXCWSER.js');
4
+ var _chunkYEKOAYG4js = require('./chunk-YEKOAYG4.js');
5
5
  require('./chunk-T5M4ABCY.js');
6
6
  require('./chunk-GXIBAQMG.js');
7
7
 
8
8
 
9
- exports.initGeneratorFn = _chunkLFXCWSERjs.initGeneratorFn;
9
+ exports.initGeneratorFn = _chunkYEKOAYG4js.initGeneratorFn;
@@ -1,7 +1,7 @@
1
1
  import "./chunk-ZMLKZI63.mjs";
2
2
  import {
3
3
  initGeneratorFn
4
- } from "./chunk-XMXNVGYL.mjs";
4
+ } from "./chunk-2FTRAMI4.mjs";
5
5
  import "./chunk-WLUA54JG.mjs";
6
6
  import "./chunk-CLAG7EDA.mjs";
7
7
  export {
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@
4
4
  var _chunkXA3WJ72Rjs = require('./chunk-XA3WJ72R.js');
5
5
 
6
6
 
7
- var _chunkLFXCWSERjs = require('./chunk-LFXCWSER.js');
7
+ var _chunkYEKOAYG4js = require('./chunk-YEKOAYG4.js');
8
8
  require('./chunk-T5M4ABCY.js');
9
9
 
10
10
 
@@ -16,10 +16,10 @@ var _chunkGXIBAQMGjs = require('./chunk-GXIBAQMG.js');
16
16
  // index.ts
17
17
  var index_exports = {};
18
18
  _chunkGXIBAQMGjs.__export.call(void 0, index_exports, {
19
- initGeneratorFn: () => _chunkLFXCWSERjs.initGeneratorFn
19
+ initGeneratorFn: () => _chunkYEKOAYG4js.initGeneratorFn
20
20
  });
21
21
  _chunkGXIBAQMGjs.init_cjs_shims.call(void 0, );
22
22
  _chunkGXIBAQMGjs.__reExport.call(void 0, index_exports, _chunkGXIBAQMGjs.__toESM.call(void 0, _chunkXA3WJ72Rjs.require_components.call(void 0, )));
23
23
 
24
24
 
25
- exports.initGeneratorFn = _chunkLFXCWSERjs.initGeneratorFn;
25
+ exports.initGeneratorFn = _chunkYEKOAYG4js.initGeneratorFn;
package/dist/index.mjs CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-4UIWECUP.mjs";
5
5
  import {
6
6
  initGeneratorFn
7
- } from "./chunk-XMXNVGYL.mjs";
7
+ } from "./chunk-2FTRAMI4.mjs";
8
8
  import "./chunk-WLUA54JG.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 _chunkLFXCWSERjs = require('../../../chunk-LFXCWSER.js');
4
+ var _chunkYEKOAYG4js = require('../../../chunk-YEKOAYG4.js');
5
5
  require('../../../chunk-T5M4ABCY.js');
6
6
  require('../../../chunk-GXIBAQMG.js');
7
7
 
8
8
 
9
9
 
10
- exports.default = _chunkLFXCWSERjs.generator_default; exports.initGeneratorFn = _chunkLFXCWSERjs.initGeneratorFn;
10
+ exports.default = _chunkYEKOAYG4js.generator_default; exports.initGeneratorFn = _chunkYEKOAYG4js.initGeneratorFn;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  generator_default,
3
3
  initGeneratorFn
4
- } from "../../../chunk-XMXNVGYL.mjs";
4
+ } from "../../../chunk-2FTRAMI4.mjs";
5
5
  import "../../../chunk-WLUA54JG.mjs";
6
6
  import "../../../chunk-CLAG7EDA.mjs";
7
7
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/projen",
3
- "version": "0.16.1",
3
+ "version": "0.17.1",
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": "e98f9f2645646b8bc1842cb3626e3defb604472f"
145
+ "gitHead": "cbaf4c299753a966ba81abe9933194fa2f421639"
146
146
  }