@storm-software/projen 0.9.25 → 0.9.26
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 +6 -0
- package/README.md +2 -3
- package/dist/chunk-6UAMH4D4.js +6 -0
- package/dist/{chunk-ZH7QZ5EF.js → chunk-AIOPBLPU.js} +2 -2
- package/dist/{chunk-KPBJR2GK.js → chunk-DZFHP242.js} +378 -384
- package/dist/{chunk-EEZAWKQ5.mjs → chunk-FGKTQBEG.mjs} +1 -1
- package/dist/{chunk-3HI6WK3M.js → chunk-FLQMNCUY.js} +7 -7
- package/dist/{chunk-7552AK7D.mjs → chunk-IJ72TMUG.mjs} +22 -28
- package/dist/{chunk-LYHBU3HI.mjs → chunk-JBQRQ5YL.mjs} +1 -1
- package/dist/{chunk-FVKYD24T.js → chunk-JGWQETQZ.js} +3 -3
- package/dist/{chunk-VHOQB7WG.mjs → chunk-P7M35LP5.mjs} +2 -2
- package/dist/{chunk-VPWBNTCH.mjs → chunk-ZHRRBILH.mjs} +1 -1
- package/dist/generators.d.mts +1 -1
- package/dist/generators.d.ts +1 -1
- package/dist/generators.js +5 -5
- package/dist/generators.mjs +4 -4
- package/dist/{index-xxtRdeVG.d.mts → index-C9MVcMz_.d.mts} +3 -19
- package/dist/{index-xxtRdeVG.d.ts → index-C9MVcMz_.d.ts} +3 -19
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +10 -10
- package/dist/index.mjs +5 -5
- package/dist/src/components/index.js +3 -3
- package/dist/src/components/index.mjs +2 -2
- package/dist/src/components/nx-workspace.js +17 -17
- package/dist/src/components/nx-workspace.mjs +2 -2
- package/dist/src/generators/init/generator.d.mts +1 -1
- package/dist/src/generators/init/generator.d.ts +1 -1
- package/dist/src/generators/init/generator.js +4 -4
- package/dist/src/generators/init/generator.mjs +3 -3
- package/dist/src/generators/init/schema.d.ts +0 -16
- package/dist/src/generators/init/schema.json +1 -18
- package/dist/tsup.config.js +2 -2
- package/dist/tsup.config.mjs +1 -1
- package/docs/api/generators/init/schema.md +0 -11
- package/package.json +1 -1
- package/dist/chunk-RDD7JUBK.js +0 -6
|
@@ -3,21 +3,6 @@
|
|
|
3
3
|
"title": "Init Generator",
|
|
4
4
|
"description": "A type definition for the Projen init generator schema",
|
|
5
5
|
"properties": {
|
|
6
|
-
"default": {
|
|
7
|
-
"id": "#default",
|
|
8
|
-
"title": "Base Generator",
|
|
9
|
-
"description": "A type definition for the base Generator schema",
|
|
10
|
-
"properties": {
|
|
11
|
-
"directory": {
|
|
12
|
-
"title": "Directory",
|
|
13
|
-
"type": "string",
|
|
14
|
-
"description": "The directory to create the library in",
|
|
15
|
-
"id": "#default/directory"
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
"type": "object",
|
|
19
|
-
"default": {}
|
|
20
|
-
},
|
|
21
6
|
"directory": {
|
|
22
7
|
"title": "Directory",
|
|
23
8
|
"type": "string",
|
|
@@ -32,7 +17,5 @@
|
|
|
32
17
|
}
|
|
33
18
|
},
|
|
34
19
|
"type": "object",
|
|
35
|
-
"default": {
|
|
36
|
-
"default": {}
|
|
37
|
-
}
|
|
20
|
+
"default": {}
|
|
38
21
|
}
|
package/dist/tsup.config.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkAIOPBLPUjs = require('./chunk-AIOPBLPU.js');
|
|
4
4
|
|
|
5
5
|
// tsup.config.ts
|
|
6
|
-
|
|
6
|
+
_chunkAIOPBLPUjs.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
|
{
|
package/dist/tsup.config.mjs
CHANGED
package/package.json
CHANGED