@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.
Files changed (37) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/README.md +2 -3
  3. package/dist/chunk-6UAMH4D4.js +6 -0
  4. package/dist/{chunk-ZH7QZ5EF.js → chunk-AIOPBLPU.js} +2 -2
  5. package/dist/{chunk-KPBJR2GK.js → chunk-DZFHP242.js} +378 -384
  6. package/dist/{chunk-EEZAWKQ5.mjs → chunk-FGKTQBEG.mjs} +1 -1
  7. package/dist/{chunk-3HI6WK3M.js → chunk-FLQMNCUY.js} +7 -7
  8. package/dist/{chunk-7552AK7D.mjs → chunk-IJ72TMUG.mjs} +22 -28
  9. package/dist/{chunk-LYHBU3HI.mjs → chunk-JBQRQ5YL.mjs} +1 -1
  10. package/dist/{chunk-FVKYD24T.js → chunk-JGWQETQZ.js} +3 -3
  11. package/dist/{chunk-VHOQB7WG.mjs → chunk-P7M35LP5.mjs} +2 -2
  12. package/dist/{chunk-VPWBNTCH.mjs → chunk-ZHRRBILH.mjs} +1 -1
  13. package/dist/generators.d.mts +1 -1
  14. package/dist/generators.d.ts +1 -1
  15. package/dist/generators.js +5 -5
  16. package/dist/generators.mjs +4 -4
  17. package/dist/{index-xxtRdeVG.d.mts → index-C9MVcMz_.d.mts} +3 -19
  18. package/dist/{index-xxtRdeVG.d.ts → index-C9MVcMz_.d.ts} +3 -19
  19. package/dist/index.d.mts +1 -1
  20. package/dist/index.d.ts +1 -1
  21. package/dist/index.js +10 -10
  22. package/dist/index.mjs +5 -5
  23. package/dist/src/components/index.js +3 -3
  24. package/dist/src/components/index.mjs +2 -2
  25. package/dist/src/components/nx-workspace.js +17 -17
  26. package/dist/src/components/nx-workspace.mjs +2 -2
  27. package/dist/src/generators/init/generator.d.mts +1 -1
  28. package/dist/src/generators/init/generator.d.ts +1 -1
  29. package/dist/src/generators/init/generator.js +4 -4
  30. package/dist/src/generators/init/generator.mjs +3 -3
  31. package/dist/src/generators/init/schema.d.ts +0 -16
  32. package/dist/src/generators/init/schema.json +1 -18
  33. package/dist/tsup.config.js +2 -2
  34. package/dist/tsup.config.mjs +1 -1
  35. package/docs/api/generators/init/schema.md +0 -11
  36. package/package.json +1 -1
  37. 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
  }
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkZH7QZ5EFjs = require('./chunk-ZH7QZ5EF.js');
3
+ var _chunkAIOPBLPUjs = require('./chunk-AIOPBLPU.js');
4
4
 
5
5
  // tsup.config.ts
6
- _chunkZH7QZ5EFjs.init_cjs_shims.call(void 0, );
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
  {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  init_esm_shims
3
- } from "./chunk-VHOQB7WG.mjs";
3
+ } from "./chunk-P7M35LP5.mjs";
4
4
 
5
5
  // tsup.config.ts
6
6
  init_esm_shims();
@@ -4,17 +4,6 @@
4
4
 
5
5
  # Init Generator
6
6
 
7
- ## `default`
8
-
9
- ### `directory`
10
- - **Type**: `string`
11
-
12
- > Directory
13
-
14
-
15
- The directory to create the library in
16
-
17
-
18
7
  ## `directory`
19
8
  - **Type**: `string`
20
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/projen",
3
- "version": "0.9.25",
3
+ "version": "0.9.26",
4
4
  "type": "commonjs",
5
5
  "description": "Tools for managing Projen configuration automation within a Nx workspace.",
6
6
  "repository": {
@@ -1,6 +0,0 @@
1
- "use strict";
2
-
3
- var _chunkZH7QZ5EFjs = require('./chunk-ZH7QZ5EF.js');
4
-
5
- // generators.ts
6
- _chunkZH7QZ5EFjs.init_cjs_shims.call(void 0, );