@storm-software/workspace-tools 1.296.59 → 1.296.61

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 (68) hide show
  1. package/README.md +1 -1
  2. package/dist/{chunk-QEP2JF6D.js → chunk-2WUWNWKR.js} +3 -3
  3. package/dist/{chunk-FSP5BXTH.mjs → chunk-5THQG4I5.mjs} +1 -1
  4. package/dist/{chunk-XZE55MLM.mjs → chunk-65774IGV.mjs} +1 -1
  5. package/dist/{chunk-ZORHWWTN.js → chunk-ANOLNHIH.js} +3 -3
  6. package/dist/{chunk-GKLFEOKK.mjs → chunk-C3G4MZGP.mjs} +16 -2
  7. package/dist/{chunk-LANYX3R2.js → chunk-G5PC6KMK.js} +3 -3
  8. package/dist/{chunk-33C5YQ6J.js → chunk-GOJ243WU.js} +2 -2
  9. package/dist/{chunk-32KQVUCF.js → chunk-HYK7OVZ3.js} +25 -11
  10. package/dist/{chunk-ZEQS7E4C.mjs → chunk-IP23MSZ4.mjs} +1 -1
  11. package/dist/{chunk-5JYAH2VL.mjs → chunk-JGPL6SLR.mjs} +1 -1
  12. package/dist/{chunk-E4H5GQS4.mjs → chunk-JODIITKJ.mjs} +1 -1
  13. package/dist/{chunk-QG6V6H7W.mjs → chunk-KIEM2PKS.mjs} +1 -1
  14. package/dist/{chunk-ZMHKOSQO.js → chunk-QGDBHZ2M.js} +3 -3
  15. package/dist/{chunk-TFQGKHL5.js → chunk-SWRGTRTW.js} +3 -3
  16. package/dist/{chunk-UJZUGPLI.mjs → chunk-T2REIWDE.mjs} +1 -1
  17. package/dist/{chunk-UV6QIFS3.js → chunk-YG45K4QK.js} +5 -5
  18. package/dist/executors.js +8 -8
  19. package/dist/executors.mjs +7 -7
  20. package/dist/index.js +8 -8
  21. package/dist/index.mjs +7 -7
  22. package/dist/src/executors/cargo-build/executor.js +4 -3
  23. package/dist/src/executors/cargo-build/executor.mjs +3 -2
  24. package/dist/src/executors/cargo-check/executor.js +4 -3
  25. package/dist/src/executors/cargo-check/executor.mjs +3 -2
  26. package/dist/src/executors/cargo-clippy/executor.js +4 -3
  27. package/dist/src/executors/cargo-clippy/executor.mjs +3 -2
  28. package/dist/src/executors/cargo-doc/executor.js +4 -3
  29. package/dist/src/executors/cargo-doc/executor.mjs +3 -2
  30. package/dist/src/executors/cargo-format/executor.js +4 -3
  31. package/dist/src/executors/cargo-format/executor.mjs +3 -2
  32. package/dist/src/executors/napi/executor.js +4 -3
  33. package/dist/src/executors/napi/executor.mjs +3 -2
  34. package/dist/src/plugins/rust/cargo-toml.js +5 -3
  35. package/dist/src/plugins/rust/cargo-toml.mjs +4 -2
  36. package/dist/src/plugins/rust/index.js +5 -3
  37. package/dist/src/plugins/rust/index.mjs +4 -2
  38. package/dist/src/utils/cargo.js +4 -2
  39. package/dist/src/utils/cargo.mjs +3 -1
  40. package/dist/src/utils/index.js +2 -2
  41. package/dist/src/utils/index.mjs +1 -1
  42. package/package.json +11 -11
  43. package/dist/executor-BUtmgAjf.d.ts +0 -145
  44. package/dist/executor-BnyqeRMQ.d.ts +0 -57
  45. package/dist/executor-CF2P28x7.d.ts +0 -267
  46. package/dist/executor-CtQ0X9Pp.d.ts +0 -305
  47. package/dist/executor-CyDG2Xnx.d.mts +0 -305
  48. package/dist/executor-DMfDjEeE.d.mts +0 -33
  49. package/dist/executor-DnWsZ925.d.mts +0 -145
  50. package/dist/executor-DzcyLzwF.d.mts +0 -143
  51. package/dist/executor-DzhOBtUi.d.ts +0 -143
  52. package/dist/executor-HE1a47Xg.d.mts +0 -57
  53. package/dist/executor-boD9fICC.d.ts +0 -33
  54. package/dist/executor-x1NRvlct.d.mts +0 -267
  55. package/dist/generator-9dRx-biC.d.mts +0 -38
  56. package/dist/generator-B28ipdml.d.ts +0 -38
  57. package/dist/generator-BwfBbJTK.d.mts +0 -130
  58. package/dist/generator-C8CSrU1X.d.mts +0 -108
  59. package/dist/generator-CETtBRcF.d.ts +0 -130
  60. package/dist/generator-CYZiAInn.d.ts +0 -130
  61. package/dist/generator-Cj2dPxfL.d.ts +0 -108
  62. package/dist/generator-Cw56SbGO.d.mts +0 -130
  63. package/dist/generator-E2v2OQls.d.ts +0 -130
  64. package/dist/generator-Nz6bDiFl.d.mts +0 -130
  65. package/dist/types-BTQ7Xra1.d.ts +0 -77
  66. package/dist/types-CsrlUBxJ.d.mts +0 -77
  67. package/dist/types-DwFGBJr1.d.mts +0 -243
  68. package/dist/types-DwFGBJr1.d.ts +0 -243
@@ -1,305 +0,0 @@
1
- import { ExecutorContext, PromiseExecutor } from '@nx/devkit';
2
- import { S as StormWorkspaceConfig } from './types-DwFGBJr1.mjs';
3
-
4
- // Generated by @storm-software/untyped
5
- // Do not edit this file directly
6
-
7
- interface NapiExecutorSchema {
8
- /**
9
- * Output Path
10
- *
11
- * The path to the output directory
12
- *
13
- * @default "{sourceRoot}"
14
- *
15
- * @format path
16
- */
17
- outputPath: string,
18
-
19
- /**
20
- * Package Name
21
- *
22
- * Build the specified library or the one at cwd
23
- *
24
- */
25
- package: string,
26
-
27
- /**
28
- * Toolchain
29
- *
30
- * The type of toolchain to use for the build
31
- *
32
- * @default "stable"
33
- *
34
- * @enum stable,beta,nightly
35
- */
36
- toolchain?: string,
37
-
38
- /**
39
- * Target Triple
40
- *
41
- * Build for the target triple, bypassed to `cargo build --target`
42
- *
43
- */
44
- target?: string,
45
-
46
- /**
47
- * All Targets
48
- *
49
- * Build all targets
50
- *
51
- */
52
- allTargets?: boolean,
53
-
54
- /**
55
- * Cargo Profile
56
- *
57
- * Build artifacts with the specified profile
58
- *
59
- */
60
- profile?: string,
61
-
62
- /**
63
- * Release Mode
64
- *
65
- * Build in release mode
66
- *
67
- */
68
- release?: boolean,
69
-
70
- /**
71
- * Cargo Features
72
- *
73
- * List of features to activate
74
- *
75
- */
76
- features?: Array<string>,
77
-
78
- /**
79
- * All Features
80
- *
81
- * Activate all available features
82
- *
83
- */
84
- allFeatures?: boolean,
85
-
86
- /**
87
- * JS Binding File
88
- *
89
- * The path to the output JavaScript file
90
- *
91
- * @default "binding.js"
92
- */
93
- jsBinding: string,
94
-
95
- /**
96
- * DTS Binding File
97
- *
98
- * The path to the output TypeScript declaration file
99
- *
100
- * @default "binding.d.ts"
101
- */
102
- dts: string,
103
-
104
- /**
105
- * Manifest Path
106
- *
107
- * The path to the Cargo.toml manifest file
108
- *
109
- *
110
- * @format path
111
- */
112
- manifestPath: string,
113
-
114
- /**
115
- * Working Directory
116
- *
117
- * Working directory where napi command will be executed; other paths are relative to this
118
- *
119
- *
120
- * @format path
121
- */
122
- cwd?: string,
123
-
124
- /**
125
- * NAPI Config Path
126
- *
127
- * Path to napi config JSON file
128
- *
129
- *
130
- * @format path
131
- */
132
- configPath?: string,
133
-
134
- /**
135
- * package.json Path
136
- *
137
- * Path to package.json
138
- *
139
- *
140
- * @format path
141
- */
142
- packageJsonPath?: string,
143
-
144
- /**
145
- * Cargo Target Dir
146
- *
147
- * Directory for all crate generated artifacts (cargo build --target-dir)
148
- *
149
- *
150
- * @format path
151
- */
152
- targetDir?: string,
153
-
154
- /**
155
- * Platform Suffix
156
- *
157
- * Add platform triple to generated Node.js binding file, e.g. [name].linux-x64-gnu.node
158
- *
159
- * @default true
160
- */
161
- platform?: boolean,
162
-
163
- /**
164
- * JS Package Name
165
- *
166
- * Package name in generated JS binding file. Works only with --platform
167
- *
168
- */
169
- jsPackageName?: string,
170
-
171
- /**
172
- * Const Enum
173
- *
174
- * Whether to generate const enum for TypeScript bindings
175
- *
176
- */
177
- constEnum?: boolean,
178
-
179
- /**
180
- * Disable JS Binding
181
- *
182
- * Disable generation of JS binding file. Works only with --platform
183
- *
184
- */
185
- noJsBinding?: boolean,
186
-
187
- /**
188
- * DTS Header
189
- *
190
- * Custom file header for generated type def file (requires typedef feature)
191
- *
192
- */
193
- dtsHeader?: string,
194
-
195
- /**
196
- * Disable Default DTS Header
197
- *
198
- * Disable default file header for generated type def file (requires typedef feature)
199
- *
200
- */
201
- noDtsHeader?: boolean,
202
-
203
- /**
204
- * Enable DTS Cache
205
- *
206
- * Enable the DTS cache
207
- *
208
- * @default true
209
- */
210
- dtsCache?: boolean,
211
-
212
- /**
213
- * ESM Output
214
- *
215
- * Emit an ESM JS binding file instead of CJS (works only with --platform)
216
- *
217
- */
218
- esm?: boolean,
219
-
220
- /**
221
- * Strip Binary
222
- *
223
- * Strip the library to minimize file size
224
- *
225
- */
226
- strip?: boolean,
227
-
228
- /**
229
- * Verbose
230
- *
231
- * Verbosely log build command trace
232
- *
233
- */
234
- verbose?: boolean,
235
-
236
- /**
237
- * Binary
238
- *
239
- * Build only the specified binary
240
- *
241
- */
242
- bin?: string,
243
-
244
- /**
245
- * Cross Compile
246
- *
247
- * [experimental] Cross-compile for the specified target with cargo-xwin on Windows and cargo-zigbuild on other platforms
248
- *
249
- */
250
- crossCompile?: boolean,
251
-
252
- /**
253
- * Use cross
254
- *
255
- * [experimental] Use cross (https://github.com/cross-rs/cross) instead of cargo
256
- *
257
- */
258
- useCross?: boolean,
259
-
260
- /**
261
- * Use @napi-rs/cross-toolchain
262
- *
263
- * [experimental] Use @napi-rs/cross-toolchain to cross-compile Linux arm/arm64/x64 gnu targets
264
- *
265
- */
266
- useNapiCross?: boolean,
267
-
268
- /**
269
- * Watch
270
- *
271
- * Watch crate changes and build continuously with cargo-watch
272
- *
273
- */
274
- watch?: boolean,
275
-
276
- /**
277
- * No Default Features
278
- *
279
- * Do not activate the default feature
280
- *
281
- */
282
- noDefaultFeatures?: boolean,
283
- }
284
-
285
- /**
286
- * Build N-API bindings using NAPI-RS
287
- *
288
- * @param options - Executor options
289
- * @param context - Executor context
290
- * @param config - Storm workspace config
291
- * @returns Executor result
292
- */
293
- declare function napiExecutor(options: NapiExecutorSchema, context: ExecutorContext, config: StormWorkspaceConfig): Promise<{
294
- success: boolean;
295
- terminalOutput?: undefined;
296
- } | {
297
- success: boolean;
298
- terminalOutput: {
299
- kind: "node" | "js" | "dts" | "exe" | "wasm";
300
- path: string;
301
- }[];
302
- }>;
303
- declare const _default: PromiseExecutor<NapiExecutorSchema>;
304
-
305
- export { type NapiExecutorSchema as N, _default as _, napiExecutor as n };
@@ -1,33 +0,0 @@
1
- import * as _nx_devkit from '@nx/devkit';
2
- import { ExecutorContext } from '@nx/devkit';
3
- import { S as StormWorkspaceConfig } from './types-DwFGBJr1.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
- *
15
- * @format path
16
- */
17
- outputPath?: string,
18
-
19
- /**
20
- * Entry
21
- *
22
- * The path to the entry file
23
- *
24
- */
25
- entry?: Array<string>,
26
- }
27
-
28
- declare function sizeLimitExecutorFn(options: SizeLimitExecutorSchema, context: ExecutorContext, config?: StormWorkspaceConfig): Promise<{
29
- success: boolean;
30
- }>;
31
- declare const _default: _nx_devkit.PromiseExecutor<SizeLimitExecutorSchema>;
32
-
33
- export { type SizeLimitExecutorSchema as S, _default as _, sizeLimitExecutorFn as s };
@@ -1,145 +0,0 @@
1
- import * as _nx_devkit from '@nx/devkit';
2
- import { ExecutorContext } from '@nx/devkit';
3
- import { S as StormWorkspaceConfig } from './types-DwFGBJr1.mjs';
4
-
5
- // Generated by @storm-software/untyped
6
- // Do not edit this file directly
7
-
8
- interface ESBuildExecutorSchema {
9
- /**
10
- * Output Path
11
- *
12
- * The output path for the build
13
- *
14
- *
15
- * @format path
16
- */
17
- outputPath?: string,
18
-
19
- /**
20
- * Entry File(s)
21
- *
22
- * The entry file or files to build
23
- *
24
- * @default ["{sourceRoot}/index.ts"]
25
- *
26
- * @format path
27
- */
28
- entry?: Array<string>,
29
-
30
- /**
31
- * TSConfig Path
32
- *
33
- * The path to the tsconfig file
34
- *
35
- * @default "{projectRoot}/tsconfig.json"
36
- *
37
- * @format path
38
- */
39
- tsconfig?: string,
40
-
41
- /**
42
- * Bundle
43
- *
44
- * Bundle the output
45
- *
46
- */
47
- bundle?: boolean,
48
-
49
- /**
50
- * Minify
51
- *
52
- * Minify the output
53
- *
54
- */
55
- minify?: boolean,
56
-
57
- /**
58
- * Debug
59
- *
60
- * Debug the output
61
- *
62
- */
63
- debug?: boolean,
64
-
65
- /**
66
- * Sourcemap
67
- *
68
- * Generate a sourcemap
69
- *
70
- */
71
- sourcemap?: boolean,
72
-
73
- /**
74
- * Silent
75
- *
76
- * Should the build run silently - only report errors back to the user
77
- *
78
- * @default false
79
- */
80
- silent?: boolean,
81
-
82
- /**
83
- * Target
84
- *
85
- * The target to build
86
- *
87
- * @default "esnext"
88
- *
89
- * @enum es3,es5,es6,es2015,es2016,es2017,es2018,es2019,es2020,es2021,es2022,es2023,es2024,esnext,node12,node14,node16,node18,node20,node22,browser,chrome58,chrome59,chrome60
90
- */
91
- target?: string,
92
-
93
- /**
94
- * Format
95
- *
96
- * The format to build
97
- *
98
- * @default "esm"
99
- *
100
- * @enum cjs,esm,iife
101
- */
102
- format?: string,
103
-
104
- /**
105
- * Platform
106
- *
107
- * The platform to build
108
- *
109
- * @default "neutral"
110
- *
111
- * @enum neutral,node,browser
112
- */
113
- platform?: string,
114
-
115
- /**
116
- * External
117
- *
118
- * The external dependencies
119
- *
120
- */
121
- external?: Array<any>,
122
-
123
- /**
124
- * Define
125
- *
126
- * The define values
127
- *
128
- */
129
- define?: Record<string, string>,
130
-
131
- /**
132
- * Environment Variables
133
- *
134
- * The environment variable values
135
- *
136
- */
137
- env?: Record<string, string>,
138
- }
139
-
140
- declare function esbuildExecutorFn(options: ESBuildExecutorSchema, context: ExecutorContext, config?: StormWorkspaceConfig): Promise<{
141
- success: boolean;
142
- }>;
143
- declare const _default: _nx_devkit.PromiseExecutor<ESBuildExecutorSchema>;
144
-
145
- export { type ESBuildExecutorSchema as E, _default as _, esbuildExecutorFn as e };
@@ -1,143 +0,0 @@
1
- import * as _nx_devkit from '@nx/devkit';
2
- import { ExecutorContext } from '@nx/devkit';
3
- import { S as StormWorkspaceConfig } from './types-DwFGBJr1.mjs';
4
-
5
- // Generated by @storm-software/untyped
6
- // Do not edit this file directly
7
-
8
- interface TSDownExecutorSchema {
9
- /**
10
- * Output Path
11
- *
12
- * The output path for the build
13
- *
14
- *
15
- * @format path
16
- */
17
- outputPath?: string,
18
-
19
- /**
20
- * Entry File(s)
21
- *
22
- * The entry file or files to build
23
- *
24
- * @default ["{sourceRoot}/index.ts"]
25
- *
26
- * @format path
27
- */
28
- entry?: Array<string>,
29
-
30
- /**
31
- * TSConfig Path
32
- *
33
- * The path to the tsconfig file
34
- *
35
- * @default "{projectRoot}/tsconfig.json"
36
- *
37
- * @format path
38
- */
39
- tsconfig?: string,
40
-
41
- /**
42
- * Bundle
43
- *
44
- * Bundle the output
45
- *
46
- */
47
- bundle?: boolean,
48
-
49
- /**
50
- * Minify
51
- *
52
- * Minify the output
53
- *
54
- */
55
- minify?: boolean,
56
-
57
- /**
58
- * Debug
59
- *
60
- * Debug the output
61
- *
62
- */
63
- debug?: boolean,
64
-
65
- /**
66
- * Sourcemap
67
- *
68
- * Generate a sourcemap
69
- *
70
- */
71
- sourcemap?: boolean,
72
-
73
- /**
74
- * Silent
75
- *
76
- * Should the build run silently - only report errors back to the user
77
- *
78
- * @default false
79
- */
80
- silent?: boolean,
81
-
82
- /**
83
- * Target
84
- *
85
- * The target to build
86
- *
87
- * @default "esnext"
88
- *
89
- * @enum es3,es5,es6,es2015,es2016,es2017,es2018,es2019,es2020,es2021,es2022,es2023,es2024,esnext,node12,node14,node16,node18,node20,node22,browser,chrome58,chrome59,chrome60
90
- */
91
- target?: string,
92
-
93
- /**
94
- * Format
95
- *
96
- * The format to build
97
- *
98
- * @default ["cjs","esm"]
99
- */
100
- format?: Array<string>,
101
-
102
- /**
103
- * Platform
104
- *
105
- * The platform to build
106
- *
107
- * @default "neutral"
108
- *
109
- * @enum neutral,node,browser
110
- */
111
- platform?: string,
112
-
113
- /**
114
- * External
115
- *
116
- * The external dependencies
117
- *
118
- */
119
- external?: Array<any>,
120
-
121
- /**
122
- * Define
123
- *
124
- * The define values
125
- *
126
- */
127
- define?: Record<string, string>,
128
-
129
- /**
130
- * Environment Variables
131
- *
132
- * The environment variable values
133
- *
134
- */
135
- env?: Record<string, string>,
136
- }
137
-
138
- declare function tsdownExecutorFn(options: TSDownExecutorSchema, context: ExecutorContext, config?: StormWorkspaceConfig): Promise<{
139
- success: boolean;
140
- }>;
141
- declare const _default: _nx_devkit.PromiseExecutor<TSDownExecutorSchema>;
142
-
143
- export { type TSDownExecutorSchema as T, _default as _, tsdownExecutorFn as t };