@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.
- package/CHANGELOG.md +44 -0
- package/README.md +1 -1
- package/dist/{chunk-SRTKLDKB.js → chunk-BKFZ5MIF.js} +750 -664
- package/dist/{chunk-5GTHGNYB.mjs → chunk-MTYNYKCU.mjs} +747 -661
- package/dist/generators.js +2 -2
- package/dist/generators.mjs +1 -1
- package/dist/index.js +4 -4
- package/dist/index.mjs +3 -3
- 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-I5CKRIDX.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
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 =
|
|
9
|
+
exports.initGeneratorFn = _chunkBKFZ5MIFjs.initGeneratorFn;
|
package/dist/generators.mjs
CHANGED
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
|
|
4
|
+
var _chunkBKFZ5MIFjs = require('./chunk-BKFZ5MIF.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
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: () =>
|
|
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 =
|
|
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
|
|
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 =
|
|
10
|
+
exports.default = _chunkBKFZ5MIFjs.generator_default; exports.initGeneratorFn = _chunkBKFZ5MIFjs.initGeneratorFn;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/projen",
|
|
3
|
-
"version": "0.15.
|
|
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": "
|
|
145
|
+
"gitHead": "083ea768c334db192d1dd4126872bbed21bedaef"
|
|
146
146
|
}
|