@storm-software/workspace-tools 1.275.11 → 1.275.13

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 (107) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/README.md +1 -1
  3. package/dist/{chunk-SQQRYK4J.js → chunk-2VYGGPNB.js} +2 -2
  4. package/dist/{chunk-UIGXLIMN.js → chunk-3OPUS7DM.js} +2 -2
  5. package/dist/{chunk-K25ZLKGW.js → chunk-44ORGJU6.js} +2 -2
  6. package/dist/{chunk-G2UHFS3D.js → chunk-4M4SHAIR.js} +2 -2
  7. package/dist/{chunk-XBF3XKWV.mjs → chunk-4Q5TA4HY.mjs} +1 -1
  8. package/dist/{chunk-SUVILEUI.mjs → chunk-5M6KTSAU.mjs} +1 -1
  9. package/dist/{chunk-SZECIMUK.mjs → chunk-6HLO2W5F.mjs} +1 -1
  10. package/dist/{chunk-AYVQBZ47.mjs → chunk-7PGIGQWZ.mjs} +1 -1
  11. package/dist/{chunk-47WIPDU2.mjs → chunk-7X7JDO6G.mjs} +1 -1
  12. package/dist/{chunk-LCYZN2T4.mjs → chunk-BWWZL3XI.mjs} +1 -1
  13. package/dist/{chunk-OHVLEVDF.js → chunk-DJJD4NLR.js} +4 -4
  14. package/dist/{chunk-CJTM5NXW.js → chunk-EFJ4G4IB.js} +2 -2
  15. package/dist/{chunk-AITIBUH7.mjs → chunk-EPHSEJ2O.mjs} +1 -1
  16. package/dist/{chunk-DOU4JV63.js → chunk-F2W3BT7Q.js} +2 -2
  17. package/dist/{chunk-MNAM2PWW.js → chunk-F6VM55TC.js} +1 -1
  18. package/dist/{chunk-7FHPPXSW.mjs → chunk-FE2MME3C.mjs} +1 -1
  19. package/dist/{chunk-KQEWSX54.mjs → chunk-FXJFMNIG.mjs} +1 -1
  20. package/dist/{chunk-GLYNYUEO.js → chunk-GZ2DMJNP.js} +2 -2
  21. package/dist/{chunk-UIEBEATG.mjs → chunk-NMDGWPQQ.mjs} +1 -1
  22. package/dist/{chunk-HT6XMCLL.js → chunk-NWZ4RH4R.js} +2 -2
  23. package/dist/{chunk-SEBYC6OX.mjs → chunk-NZYIQ7PK.mjs} +1 -1
  24. package/dist/{chunk-UBOVNKIB.mjs → chunk-OCAYHE4R.mjs} +1 -1
  25. package/dist/{chunk-KPYVSW6K.js → chunk-PT3X4RIM.js} +2 -2
  26. package/dist/{chunk-THAH7SBB.mjs → chunk-PTKTAEWS.mjs} +1 -1
  27. package/dist/{chunk-HST5WUAT.mjs → chunk-Q7ZNED73.mjs} +1 -1
  28. package/dist/{chunk-KAZBWBZO.mjs → chunk-QY7VVGUK.mjs} +2 -2
  29. package/dist/{chunk-UFC7PMR7.mjs → chunk-RR4536RL.mjs} +1 -1
  30. package/dist/{chunk-NOKYAGMP.js → chunk-SE4WCL4O.js} +2 -2
  31. package/dist/{chunk-CD5FQ3SO.js → chunk-UIHVLD6X.js} +2 -2
  32. package/dist/{chunk-D5HYL5AR.mjs → chunk-UIPBCBUB.mjs} +1 -1
  33. package/dist/{chunk-WKR7OSM7.js → chunk-VNYMAMOQ.js} +2 -2
  34. package/dist/{chunk-45N4K3JG.mjs → chunk-WYT3VQJE.mjs} +1 -1
  35. package/dist/{chunk-L5K5WENX.js → chunk-X6YEZ2IR.js} +2 -2
  36. package/dist/{chunk-OBPTEDPA.js → chunk-XFRYBLPE.js} +2 -2
  37. package/dist/{chunk-G73COCIV.js → chunk-YEIQEZ66.js} +2 -2
  38. package/dist/{chunk-SCM7NIHK.js → chunk-ZARYEHW7.js} +2 -2
  39. package/dist/executors.js +13 -13
  40. package/dist/executors.mjs +15 -15
  41. package/dist/generators.js +9 -9
  42. package/dist/generators.mjs +8 -8
  43. package/dist/index.js +20 -20
  44. package/dist/index.mjs +22 -22
  45. package/dist/src/base/base-executor.js +3 -3
  46. package/dist/src/base/base-executor.mjs +2 -2
  47. package/dist/src/base/base-generator.js +3 -3
  48. package/dist/src/base/base-generator.mjs +2 -2
  49. package/dist/src/base/index.js +4 -4
  50. package/dist/src/base/index.mjs +3 -3
  51. package/dist/src/executors/cargo-build/executor.js +4 -4
  52. package/dist/src/executors/cargo-build/executor.mjs +3 -3
  53. package/dist/src/executors/cargo-check/executor.js +4 -4
  54. package/dist/src/executors/cargo-check/executor.mjs +3 -3
  55. package/dist/src/executors/cargo-clippy/executor.js +4 -4
  56. package/dist/src/executors/cargo-clippy/executor.mjs +3 -3
  57. package/dist/src/executors/cargo-doc/executor.js +4 -4
  58. package/dist/src/executors/cargo-doc/executor.mjs +3 -3
  59. package/dist/src/executors/cargo-format/executor.js +4 -4
  60. package/dist/src/executors/cargo-format/executor.mjs +3 -3
  61. package/dist/src/executors/clean-package/executor.js +3 -3
  62. package/dist/src/executors/clean-package/executor.mjs +2 -2
  63. package/dist/src/executors/esbuild/executor.js +4 -4
  64. package/dist/src/executors/esbuild/executor.mjs +3 -3
  65. package/dist/src/executors/size-limit/executor.js +4 -4
  66. package/dist/src/executors/size-limit/executor.mjs +3 -3
  67. package/dist/src/executors/typia/executor.js +4 -4
  68. package/dist/src/executors/typia/executor.mjs +3 -3
  69. package/dist/src/executors/unbuild/executor.js +4 -4
  70. package/dist/src/executors/unbuild/executor.mjs +3 -3
  71. package/dist/src/generators/browser-library/generator.js +4 -4
  72. package/dist/src/generators/browser-library/generator.mjs +3 -3
  73. package/dist/src/generators/config-schema/generator.js +4 -4
  74. package/dist/src/generators/config-schema/generator.mjs +3 -3
  75. package/dist/src/generators/neutral-library/generator.js +4 -4
  76. package/dist/src/generators/neutral-library/generator.mjs +3 -3
  77. package/dist/src/generators/node-library/generator.js +4 -4
  78. package/dist/src/generators/node-library/generator.mjs +3 -3
  79. package/dist/src/generators/preset/generator.js +4 -4
  80. package/dist/src/generators/preset/generator.mjs +3 -3
  81. package/dist/src/generators/release-version/generator.js +3 -3
  82. package/dist/src/generators/release-version/generator.mjs +2 -2
  83. package/package.json +4 -4
  84. package/dist/executor-9LmKos6Z.d.mts +0 -146
  85. package/dist/executor-Bd5An8DR.d.ts +0 -267
  86. package/dist/executor-Bf5vY3MJ.d.ts +0 -146
  87. package/dist/executor-C1PrMC7e.d.mts +0 -267
  88. package/dist/executor-CeGdcLkF.d.ts +0 -34
  89. package/dist/executor-CpsMF06a.d.ts +0 -57
  90. package/dist/executor-D1PiCwZy.d.mts +0 -34
  91. package/dist/executor-q3my5nbv.d.mts +0 -57
  92. package/dist/generator-BE_y2LLV.d.mts +0 -38
  93. package/dist/generator-BKRA47fj.d.ts +0 -108
  94. package/dist/generator-BTd79lYw.d.ts +0 -130
  95. package/dist/generator-Bm8yfws4.d.ts +0 -186
  96. package/dist/generator-BvGl9JTM.d.mts +0 -130
  97. package/dist/generator-CHn9k022.d.mts +0 -108
  98. package/dist/generator-CkV_kDgf.d.mts +0 -130
  99. package/dist/generator-Ct6JRxUo.d.ts +0 -130
  100. package/dist/generator-D1vtMezi.d.ts +0 -130
  101. package/dist/generator-DDs5eEiE.d.mts +0 -186
  102. package/dist/generator-LIIIYK9k.d.ts +0 -38
  103. package/dist/generator-tf6fNTyb.d.mts +0 -130
  104. package/dist/types-0OheivlN.d.ts +0 -101
  105. package/dist/types-BucSdHk7.d.mts +0 -1292
  106. package/dist/types-BucSdHk7.d.ts +0 -1292
  107. package/dist/types-CwPRTD_m.d.mts +0 -101
@@ -1,130 +0,0 @@
1
- import { e as BaseGeneratorResult } from './types-CwPRTD_m.mjs';
2
- import * as _nx_devkit from '@nx/devkit';
3
- import { Tree } from '@nx/devkit';
4
- import { S as StormWorkspaceConfig } from './types-BucSdHk7.mjs';
5
-
6
- // Generated by @storm-software/untyped
7
- // Do not edit this file directly
8
-
9
- interface NodeLibraryGeneratorSchema {
10
- /**
11
- * Directory
12
- *
13
- * The directory to create the library in
14
- *
15
- */
16
- directory: string,
17
-
18
- /**
19
- * Name
20
- *
21
- * The name of the library
22
- *
23
- */
24
- name: string,
25
-
26
- /**
27
- * Description
28
- *
29
- * The description of the library
30
- *
31
- */
32
- description?: string,
33
-
34
- /**
35
- * Build Executor
36
- *
37
- * The executor to use for building the library
38
- *
39
- * @default "@storm-software/workspace-tools:unbuild"
40
- */
41
- buildExecutor?: string,
42
-
43
- /**
44
- * Platform
45
- *
46
- * The platform to target with the library
47
- *
48
- * @default "node"
49
- *
50
- * @enum node,neutral
51
- */
52
- platform?: string,
53
-
54
- /**
55
- * Import Path
56
- *
57
- * The import path for the library
58
- *
59
- */
60
- importPath?: string,
61
-
62
- /**
63
- * Tags
64
- *
65
- * The tags for the library
66
- *
67
- */
68
- tags?: string,
69
-
70
- /**
71
- * Unit Test Runner
72
- *
73
- * The unit test runner to use
74
- *
75
- *
76
- * @enum jest,vitest,none
77
- */
78
- unitTestRunner?: string,
79
-
80
- /**
81
- * Test Environment
82
- *
83
- * The test environment to use
84
- *
85
- *
86
- * @enum jsdom,node
87
- */
88
- testEnvironment?: string,
89
-
90
- /**
91
- * Pascal Case Files
92
- *
93
- * Use PascalCase for file names
94
- *
95
- * @default false
96
- */
97
- pascalCaseFiles?: boolean,
98
-
99
- /**
100
- * Strict
101
- *
102
- * Enable strict mode
103
- *
104
- * @default true
105
- */
106
- strict?: boolean,
107
-
108
- /**
109
- * Publishable
110
- *
111
- * Make the library publishable
112
- *
113
- * @default false
114
- */
115
- publishable?: boolean,
116
-
117
- /**
118
- * Buildable
119
- *
120
- * Make the library buildable
121
- *
122
- * @default true
123
- */
124
- buildable?: boolean,
125
- }
126
-
127
- declare function nodeLibraryGeneratorFn(tree: Tree, schema: NodeLibraryGeneratorSchema, config?: StormWorkspaceConfig): Promise<null>;
128
- declare const _default: (tree: Tree, _options: NodeLibraryGeneratorSchema) => Promise<_nx_devkit.GeneratorCallback | BaseGeneratorResult>;
129
-
130
- export { type NodeLibraryGeneratorSchema as N, _default as _, nodeLibraryGeneratorFn as n };
@@ -1,108 +0,0 @@
1
- import { e as BaseGeneratorResult } from './types-CwPRTD_m.mjs';
2
- import * as _nx_devkit from '@nx/devkit';
3
- import { Tree } from '@nx/devkit';
4
-
5
- // Generated by @storm-software/untyped
6
- // Do not edit this file directly
7
-
8
- interface PresetGeneratorSchema {
9
- /**
10
- * Directory
11
- *
12
- * The directory to create the library in
13
- *
14
- */
15
- directory: string,
16
-
17
- /**
18
- * Name
19
- *
20
- * The name of the workspace
21
- *
22
- */
23
- name: string,
24
-
25
- /**
26
- * Organization
27
- *
28
- * The organization of the workspace
29
- *
30
- * @default "storm-software"
31
- */
32
- organization?: string,
33
-
34
- /**
35
- * Include Apps
36
- *
37
- * Include apps in the workspace
38
- *
39
- * @default true
40
- */
41
- includeApps?: boolean,
42
-
43
- /**
44
- * Include Rust
45
- *
46
- * Include Rust support in the workspace
47
- *
48
- * @default false
49
- */
50
- includeRust?: boolean,
51
-
52
- /**
53
- * Namespace
54
- *
55
- * The namespace of the workspace
56
- *
57
- * @default "storm-software"
58
- */
59
- namespace?: string,
60
-
61
- /**
62
- * Description
63
- *
64
- * The description of the workspace
65
- *
66
- */
67
- description?: string,
68
-
69
- /**
70
- * Repository URL
71
- *
72
- * The URL of the repository
73
- *
74
- */
75
- repositoryUrl?: string,
76
-
77
- /**
78
- * Nx Cloud
79
- *
80
- * Nx Cloud configuration
81
- *
82
- */
83
- nxCloud?: string,
84
-
85
- /**
86
- * Mode
87
- *
88
- * The mode of the Nx client
89
- *
90
- */
91
- mode?: string,
92
-
93
- /**
94
- * Package Manager
95
- *
96
- * The package manager to use
97
- *
98
- * @default "pnpm"
99
- *
100
- * @enum npm,pnpm,yarn,bun
101
- */
102
- packageManager?: string,
103
- }
104
-
105
- declare function presetGeneratorFn(tree: Tree, options: PresetGeneratorSchema): Promise<null>;
106
- declare const _default: (tree: Tree, _options: PresetGeneratorSchema) => Promise<_nx_devkit.GeneratorCallback | BaseGeneratorResult>;
107
-
108
- export { type PresetGeneratorSchema as P, _default as _, presetGeneratorFn as p };
@@ -1,130 +0,0 @@
1
- import { e as BaseGeneratorResult } from './types-CwPRTD_m.mjs';
2
- import * as _nx_devkit from '@nx/devkit';
3
- import { Tree } from '@nx/devkit';
4
- import { S as StormWorkspaceConfig } from './types-BucSdHk7.mjs';
5
-
6
- // Generated by @storm-software/untyped
7
- // Do not edit this file directly
8
-
9
- interface BrowserLibraryGeneratorSchema {
10
- /**
11
- * Directory
12
- *
13
- * The directory to create the library in
14
- *
15
- */
16
- directory: string,
17
-
18
- /**
19
- * Name
20
- *
21
- * The name of the library
22
- *
23
- */
24
- name: string,
25
-
26
- /**
27
- * Description
28
- *
29
- * The description of the library
30
- *
31
- */
32
- description?: string,
33
-
34
- /**
35
- * Build Executor
36
- *
37
- * The executor to use for building the library
38
- *
39
- * @default "@storm-software/workspace-tools:unbuild"
40
- */
41
- buildExecutor?: string,
42
-
43
- /**
44
- * Platform
45
- *
46
- * The platform to target with the library
47
- *
48
- * @default "browser"
49
- *
50
- * @enum browser,neutral
51
- */
52
- platform?: string,
53
-
54
- /**
55
- * Import Path
56
- *
57
- * The import path for the library
58
- *
59
- */
60
- importPath?: string,
61
-
62
- /**
63
- * Tags
64
- *
65
- * The tags for the library
66
- *
67
- */
68
- tags?: string,
69
-
70
- /**
71
- * Unit Test Runner
72
- *
73
- * The unit test runner to use
74
- *
75
- *
76
- * @enum jest,vitest,none
77
- */
78
- unitTestRunner?: string,
79
-
80
- /**
81
- * Test Environment
82
- *
83
- * The test environment to use
84
- *
85
- *
86
- * @enum jsdom,node
87
- */
88
- testEnvironment?: string,
89
-
90
- /**
91
- * Pascal Case Files
92
- *
93
- * Use PascalCase for file names
94
- *
95
- * @default false
96
- */
97
- pascalCaseFiles?: boolean,
98
-
99
- /**
100
- * Strict
101
- *
102
- * Enable strict mode
103
- *
104
- * @default true
105
- */
106
- strict?: boolean,
107
-
108
- /**
109
- * Publishable
110
- *
111
- * Make the library publishable
112
- *
113
- * @default false
114
- */
115
- publishable?: boolean,
116
-
117
- /**
118
- * Buildable
119
- *
120
- * Make the library buildable
121
- *
122
- * @default true
123
- */
124
- buildable?: boolean,
125
- }
126
-
127
- declare function browserLibraryGeneratorFn(tree: Tree, schema: BrowserLibraryGeneratorSchema, config?: StormWorkspaceConfig): Promise<null>;
128
- declare const _default: (tree: Tree, _options: BrowserLibraryGeneratorSchema) => Promise<_nx_devkit.GeneratorCallback | BaseGeneratorResult>;
129
-
130
- export { type BrowserLibraryGeneratorSchema as B, _default as _, browserLibraryGeneratorFn as b };
@@ -1,130 +0,0 @@
1
- import { e as BaseGeneratorResult } from './types-0OheivlN.js';
2
- import * as _nx_devkit from '@nx/devkit';
3
- import { Tree } from '@nx/devkit';
4
- import { S as StormWorkspaceConfig } from './types-BucSdHk7.js';
5
-
6
- // Generated by @storm-software/untyped
7
- // Do not edit this file directly
8
-
9
- interface NeutralLibraryGeneratorSchema {
10
- /**
11
- * Directory
12
- *
13
- * The directory to create the library in
14
- *
15
- */
16
- directory: string,
17
-
18
- /**
19
- * Name
20
- *
21
- * The name of the library
22
- *
23
- */
24
- name: string,
25
-
26
- /**
27
- * Description
28
- *
29
- * The description of the library
30
- *
31
- */
32
- description?: string,
33
-
34
- /**
35
- * Build Executor
36
- *
37
- * The executor to use for building the library
38
- *
39
- * @default "@storm-software/workspace-tools:unbuild"
40
- */
41
- buildExecutor?: string,
42
-
43
- /**
44
- * Platform
45
- *
46
- * The platform to target with the library
47
- *
48
- * @default "neutral"
49
- *
50
- * @enum neutral
51
- */
52
- platform?: string,
53
-
54
- /**
55
- * Import Path
56
- *
57
- * The import path for the library
58
- *
59
- */
60
- importPath?: string,
61
-
62
- /**
63
- * Tags
64
- *
65
- * The tags for the library
66
- *
67
- */
68
- tags?: string,
69
-
70
- /**
71
- * Unit Test Runner
72
- *
73
- * The unit test runner to use
74
- *
75
- *
76
- * @enum jest,vitest,none
77
- */
78
- unitTestRunner?: string,
79
-
80
- /**
81
- * Test Environment
82
- *
83
- * The test environment to use
84
- *
85
- *
86
- * @enum jsdom,node
87
- */
88
- testEnvironment?: string,
89
-
90
- /**
91
- * Pascal Case Files
92
- *
93
- * Use PascalCase for file names
94
- *
95
- * @default false
96
- */
97
- pascalCaseFiles?: boolean,
98
-
99
- /**
100
- * Strict
101
- *
102
- * Enable strict mode
103
- *
104
- * @default true
105
- */
106
- strict?: boolean,
107
-
108
- /**
109
- * Publishable
110
- *
111
- * Make the library publishable
112
- *
113
- * @default false
114
- */
115
- publishable?: boolean,
116
-
117
- /**
118
- * Buildable
119
- *
120
- * Make the library buildable
121
- *
122
- * @default true
123
- */
124
- buildable?: boolean,
125
- }
126
-
127
- declare function neutralLibraryGeneratorFn(tree: Tree, schema: NeutralLibraryGeneratorSchema, config?: StormWorkspaceConfig): Promise<null>;
128
- declare const _default: (tree: Tree, _options: NeutralLibraryGeneratorSchema) => Promise<_nx_devkit.GeneratorCallback | BaseGeneratorResult>;
129
-
130
- export { type NeutralLibraryGeneratorSchema as N, _default as _, neutralLibraryGeneratorFn as n };
@@ -1,130 +0,0 @@
1
- import { e as BaseGeneratorResult } from './types-0OheivlN.js';
2
- import * as _nx_devkit from '@nx/devkit';
3
- import { Tree } from '@nx/devkit';
4
- import { S as StormWorkspaceConfig } from './types-BucSdHk7.js';
5
-
6
- // Generated by @storm-software/untyped
7
- // Do not edit this file directly
8
-
9
- interface NodeLibraryGeneratorSchema {
10
- /**
11
- * Directory
12
- *
13
- * The directory to create the library in
14
- *
15
- */
16
- directory: string,
17
-
18
- /**
19
- * Name
20
- *
21
- * The name of the library
22
- *
23
- */
24
- name: string,
25
-
26
- /**
27
- * Description
28
- *
29
- * The description of the library
30
- *
31
- */
32
- description?: string,
33
-
34
- /**
35
- * Build Executor
36
- *
37
- * The executor to use for building the library
38
- *
39
- * @default "@storm-software/workspace-tools:unbuild"
40
- */
41
- buildExecutor?: string,
42
-
43
- /**
44
- * Platform
45
- *
46
- * The platform to target with the library
47
- *
48
- * @default "node"
49
- *
50
- * @enum node,neutral
51
- */
52
- platform?: string,
53
-
54
- /**
55
- * Import Path
56
- *
57
- * The import path for the library
58
- *
59
- */
60
- importPath?: string,
61
-
62
- /**
63
- * Tags
64
- *
65
- * The tags for the library
66
- *
67
- */
68
- tags?: string,
69
-
70
- /**
71
- * Unit Test Runner
72
- *
73
- * The unit test runner to use
74
- *
75
- *
76
- * @enum jest,vitest,none
77
- */
78
- unitTestRunner?: string,
79
-
80
- /**
81
- * Test Environment
82
- *
83
- * The test environment to use
84
- *
85
- *
86
- * @enum jsdom,node
87
- */
88
- testEnvironment?: string,
89
-
90
- /**
91
- * Pascal Case Files
92
- *
93
- * Use PascalCase for file names
94
- *
95
- * @default false
96
- */
97
- pascalCaseFiles?: boolean,
98
-
99
- /**
100
- * Strict
101
- *
102
- * Enable strict mode
103
- *
104
- * @default true
105
- */
106
- strict?: boolean,
107
-
108
- /**
109
- * Publishable
110
- *
111
- * Make the library publishable
112
- *
113
- * @default false
114
- */
115
- publishable?: boolean,
116
-
117
- /**
118
- * Buildable
119
- *
120
- * Make the library buildable
121
- *
122
- * @default true
123
- */
124
- buildable?: boolean,
125
- }
126
-
127
- declare function nodeLibraryGeneratorFn(tree: Tree, schema: NodeLibraryGeneratorSchema, config?: StormWorkspaceConfig): Promise<null>;
128
- declare const _default: (tree: Tree, _options: NodeLibraryGeneratorSchema) => Promise<_nx_devkit.GeneratorCallback | BaseGeneratorResult>;
129
-
130
- export { type NodeLibraryGeneratorSchema as N, _default as _, nodeLibraryGeneratorFn as n };