@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.
- package/CHANGELOG.md +25 -0
- package/README.md +1 -2
- package/dist/{chunk-XMXNVGYL.mjs → chunk-2FTRAMI4.mjs} +549 -246
- package/dist/{chunk-LFXCWSER.js → chunk-YEKOAYG4.js} +550 -247
- package/dist/generators.js +2 -2
- package/dist/generators.mjs +1 -1
- package/dist/index.js +3 -3
- package/dist/index.mjs +1 -1
- package/dist/src/generators/init/generator.js +2 -2
- package/dist/src/generators/init/generator.mjs +1 -1
- package/package.json +2 -2
package/dist/generators.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-NQ7A2AQW.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
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 =
|
|
9
|
+
exports.initGeneratorFn = _chunkYEKOAYG4js.initGeneratorFn;
|
package/dist/generators.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var _chunkXA3WJ72Rjs = require('./chunk-XA3WJ72R.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
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: () =>
|
|
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 =
|
|
25
|
+
exports.initGeneratorFn = _chunkYEKOAYG4js.initGeneratorFn;
|
package/dist/index.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
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 =
|
|
10
|
+
exports.default = _chunkYEKOAYG4js.generator_default; exports.initGeneratorFn = _chunkYEKOAYG4js.initGeneratorFn;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/projen",
|
|
3
|
-
"version": "0.
|
|
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": "
|
|
145
|
+
"gitHead": "cbaf4c299753a966ba81abe9933194fa2f421639"
|
|
146
146
|
}
|