@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,57 +0,0 @@
1
- import * as _nx_devkit from '@nx/devkit';
2
- import { ExecutorContext } from '@nx/devkit';
3
- import { S as StormWorkspaceConfig } from './types-BucSdHk7.js';
4
-
5
- // Generated by @storm-software/untyped
6
- // Do not edit this file directly
7
-
8
- interface TypiaExecutorSchema {
9
- /**
10
- * Output Path
11
- *
12
- * The output path for the build
13
- *
14
- * @default "{sourceRoot}/__generated__/typia"
15
- *
16
- * @format path
17
- */
18
- outputPath: string,
19
-
20
- /**
21
- * Entry File(s)
22
- *
23
- * The entry file or files to build
24
- *
25
- * @default ["{sourceRoot}/index.ts"]
26
- *
27
- * @format path
28
- */
29
- entry: Array<string>,
30
-
31
- /**
32
- * TSConfig Path
33
- *
34
- * The path to the tsconfig file
35
- *
36
- * @default "{projectRoot}/tsconfig.json"
37
- *
38
- * @format path
39
- */
40
- tsconfig: string,
41
-
42
- /**
43
- * Clean
44
- *
45
- * Clean the output directory before building
46
- *
47
- * @default true
48
- */
49
- clean?: boolean,
50
- }
51
-
52
- declare function typiaExecutorFn(options: TypiaExecutorSchema, _: ExecutorContext, config: StormWorkspaceConfig): Promise<{
53
- success: boolean;
54
- }>;
55
- declare const _default: _nx_devkit.PromiseExecutor<TypiaExecutorSchema>;
56
-
57
- export { type TypiaExecutorSchema as T, _default as _, typiaExecutorFn as t };
@@ -1,34 +0,0 @@
1
- import * as _nx_devkit from '@nx/devkit';
2
- import { ExecutorContext } from '@nx/devkit';
3
- import { S as StormWorkspaceConfig } from './types-BucSdHk7.mjs';
4
-
5
- // Generated by @storm-software/untyped
6
- // Do not edit this file directly
7
-
8
- interface SizeLimitExecutorSchema {
9
- /**
10
- * Output Path
11
- *
12
- * The output path for the build
13
- *
14
- * @default "dist/{projectRoot}"
15
- *
16
- * @format path
17
- */
18
- outputPath?: string,
19
-
20
- /**
21
- * Entry
22
- *
23
- * The path to the entry file
24
- *
25
- */
26
- entry?: Array<string>,
27
- }
28
-
29
- declare function sizeLimitExecutorFn(options: SizeLimitExecutorSchema, context: ExecutorContext, config?: StormWorkspaceConfig): Promise<{
30
- success: boolean;
31
- }>;
32
- declare const _default: _nx_devkit.PromiseExecutor<SizeLimitExecutorSchema>;
33
-
34
- export { type SizeLimitExecutorSchema as S, _default as _, sizeLimitExecutorFn as s };
@@ -1,57 +0,0 @@
1
- import * as _nx_devkit from '@nx/devkit';
2
- import { ExecutorContext } from '@nx/devkit';
3
- import { S as StormWorkspaceConfig } from './types-BucSdHk7.mjs';
4
-
5
- // Generated by @storm-software/untyped
6
- // Do not edit this file directly
7
-
8
- interface TypiaExecutorSchema {
9
- /**
10
- * Output Path
11
- *
12
- * The output path for the build
13
- *
14
- * @default "{sourceRoot}/__generated__/typia"
15
- *
16
- * @format path
17
- */
18
- outputPath: string,
19
-
20
- /**
21
- * Entry File(s)
22
- *
23
- * The entry file or files to build
24
- *
25
- * @default ["{sourceRoot}/index.ts"]
26
- *
27
- * @format path
28
- */
29
- entry: Array<string>,
30
-
31
- /**
32
- * TSConfig Path
33
- *
34
- * The path to the tsconfig file
35
- *
36
- * @default "{projectRoot}/tsconfig.json"
37
- *
38
- * @format path
39
- */
40
- tsconfig: string,
41
-
42
- /**
43
- * Clean
44
- *
45
- * Clean the output directory before building
46
- *
47
- * @default true
48
- */
49
- clean?: boolean,
50
- }
51
-
52
- declare function typiaExecutorFn(options: TypiaExecutorSchema, _: ExecutorContext, config: StormWorkspaceConfig): Promise<{
53
- success: boolean;
54
- }>;
55
- declare const _default: _nx_devkit.PromiseExecutor<TypiaExecutorSchema>;
56
-
57
- export { type TypiaExecutorSchema as T, _default as _, typiaExecutorFn as t };
@@ -1,38 +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
- import * as z from 'zod';
6
-
7
- // Generated by @storm-software/untyped
8
- // Do not edit this file directly
9
-
10
- interface ConfigSchemaGeneratorSchema {
11
- /**
12
- * Directory
13
- *
14
- * The directory to create the library in
15
- *
16
- */
17
- directory?: string,
18
-
19
- /**
20
- * Output File
21
- *
22
- * The file to write the schema to
23
- *
24
- * @default "{workspaceRoot}/storm-workspace.schema.json"
25
- */
26
- outputFile?: string,
27
- }
28
-
29
- type ModuleSchema = {
30
- name: string;
31
- schema: z.ZodObject<any>;
32
- };
33
- declare function configSchemaGeneratorFn(tree: Tree, options: ConfigSchemaGeneratorSchema, config?: StormWorkspaceConfig): Promise<{
34
- success: boolean;
35
- }>;
36
- declare const _default: (tree: Tree, _options: ConfigSchemaGeneratorSchema) => Promise<_nx_devkit.GeneratorCallback | BaseGeneratorResult>;
37
-
38
- export { type ConfigSchemaGeneratorSchema as C, type ModuleSchema as M, _default as _, configSchemaGeneratorFn as c };
@@ -1,108 +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
-
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-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 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,186 +0,0 @@
1
- import { Tree } from '@nx/devkit';
2
- import { S as StormWorkspaceConfig } from './types-BucSdHk7.js';
3
- import { ReleaseVersionGeneratorResult } from 'nx/src/command-line/release/version-legacy';
4
-
5
- // Generated by @storm-software/untyped
6
- // Do not edit this file directly
7
-
8
- interface ReleaseVersionGeneratorSchema {
9
- /**
10
- * Projects
11
- *
12
- * The projects to release
13
- *
14
- */
15
- projects: Array<{
16
- [key: string]: any
17
- }>,
18
-
19
- /**
20
- * Release Group
21
- *
22
- * The release group
23
- *
24
- */
25
- releaseGroup: {
26
- [key: string]: any
27
- },
28
-
29
- /**
30
- * Project Graph
31
- *
32
- * The project graph
33
- *
34
- */
35
- projectGraph: {
36
- [key: string]: any
37
- },
38
-
39
- /**
40
- * Specifier
41
- *
42
- * The specifier
43
- *
44
- */
45
- specifier: string,
46
-
47
- /**
48
- * Specifier Source
49
- *
50
- * The specifier source
51
- *
52
- */
53
- specifierSource?: string,
54
-
55
- /**
56
- * Preid
57
- *
58
- * The preid
59
- *
60
- */
61
- preid?: string,
62
-
63
- /**
64
- * Package Root
65
- *
66
- * The package root
67
- *
68
- */
69
- packageRoot?: string,
70
-
71
- /**
72
- * Current Version Resolver
73
- *
74
- * The current version resolver
75
- *
76
- * @default "git-tag"
77
- */
78
- currentVersionResolver?: string,
79
-
80
- /**
81
- * Current Version Resolver Metadata
82
- *
83
- * The current version resolver metadata
84
- *
85
- */
86
- currentVersionResolverMetadata?: {
87
- [key: string]: any
88
- },
89
-
90
- /**
91
- * Fallback Current Version Resolver
92
- *
93
- * The fallback current version resolver
94
- *
95
- * @default "disk"
96
- */
97
- fallbackCurrentVersionResolver?: string,
98
-
99
- /**
100
- * First Release
101
- *
102
- * Release the first version
103
- *
104
- */
105
- firstRelease?: boolean,
106
-
107
- /**
108
- * Version Prefix
109
- *
110
- * The version prefix
111
- *
112
- *
113
- * @enum ,auto,~,^,=
114
- */
115
- versionPrefix?: string,
116
-
117
- /**
118
- * Skip Lock File Update
119
- *
120
- * Skip lock file update
121
- *
122
- */
123
- skipLockFileUpdate?: boolean,
124
-
125
- /**
126
- * Install Args
127
- *
128
- * The install arguments
129
- *
130
- */
131
- installArgs?: string,
132
-
133
- /**
134
- * Install Ignore Scripts
135
- *
136
- * Ignore scripts
137
- *
138
- */
139
- installIgnoreScripts?: boolean,
140
-
141
- /**
142
- * Conventional Commits Config
143
- *
144
- * The conventional commits config
145
- *
146
- */
147
- conventionalCommitsConfig?: {
148
- [key: string]: any
149
- },
150
-
151
- /**
152
- * Delete Version Plans
153
- *
154
- * Delete version plans
155
- *
156
- */
157
- deleteVersionPlans?: boolean,
158
-
159
- /**
160
- * Update Dependents
161
- *
162
- * Update dependents
163
- *
164
- */
165
- updateDependents?: string,
166
-
167
- /**
168
- * Log Unchanged Projects
169
- *
170
- * Log unchanged projects
171
- *
172
- */
173
- logUnchangedProjects?: boolean,
174
-
175
- /**
176
- * Preserve Local Dependency Protocols
177
- *
178
- * Preserve local dependency protocols
179
- *
180
- */
181
- preserveLocalDependencyProtocols?: boolean,
182
- }
183
-
184
- declare function releaseVersionGeneratorFn(tree: Tree, options: ReleaseVersionGeneratorSchema, config?: StormWorkspaceConfig): Promise<ReleaseVersionGeneratorResult>;
185
-
186
- export { type ReleaseVersionGeneratorSchema as R, releaseVersionGeneratorFn as r };