@storm-software/workspace-tools 1.295.82 → 1.295.83

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 (49) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/README.md +1 -1
  3. package/dist/executors.js +4 -4
  4. package/dist/executors.mjs +7 -7
  5. package/dist/generators.js +6 -6
  6. package/dist/generators.mjs +6 -6
  7. package/dist/index.js +10 -10
  8. package/dist/index.mjs +13 -13
  9. package/dist/src/executors/cargo-build/schema.d.ts +86 -0
  10. package/dist/src/executors/cargo-build/schema.json +85 -0
  11. package/dist/src/executors/cargo-check/schema.d.ts +88 -0
  12. package/dist/src/executors/cargo-check/schema.json +86 -0
  13. package/dist/src/executors/cargo-clippy/schema.d.ts +96 -0
  14. package/dist/src/executors/cargo-clippy/schema.json +92 -0
  15. package/dist/src/executors/cargo-doc/schema.d.ts +124 -0
  16. package/dist/src/executors/cargo-doc/schema.json +162 -0
  17. package/dist/src/executors/cargo-format/schema.d.ts +88 -0
  18. package/dist/src/executors/cargo-format/schema.json +86 -0
  19. package/dist/src/executors/cargo-publish/schema.d.ts +114 -0
  20. package/dist/src/executors/cargo-publish/schema.json +105 -0
  21. package/dist/src/executors/clean-package/schema.d.ts +59 -0
  22. package/dist/src/executors/clean-package/schema.json +55 -0
  23. package/dist/src/executors/esbuild/schema.d.ts +136 -0
  24. package/dist/src/executors/esbuild/schema.json +163 -0
  25. package/dist/src/executors/napi/schema.d.ts +282 -0
  26. package/dist/src/executors/napi/schema.json +235 -0
  27. package/dist/src/executors/npm-publish/schema.d.ts +68 -0
  28. package/dist/src/executors/npm-publish/schema.json +61 -0
  29. package/dist/src/executors/size-limit/schema.d.ts +24 -0
  30. package/dist/src/executors/size-limit/schema.json +26 -0
  31. package/dist/src/executors/tsdown/schema.d.ts +134 -0
  32. package/dist/src/executors/tsdown/schema.json +172 -0
  33. package/dist/src/executors/typia/schema.d.ts +48 -0
  34. package/dist/src/executors/typia/schema.json +57 -0
  35. package/dist/src/executors/unbuild/schema.d.ts +258 -0
  36. package/dist/src/executors/unbuild/schema.json +301 -0
  37. package/dist/src/generators/browser-library/schema.d.ts +122 -0
  38. package/dist/src/generators/browser-library/schema.json +117 -0
  39. package/dist/src/generators/config-schema/schema.d.ts +23 -0
  40. package/dist/src/generators/config-schema/schema.json +24 -0
  41. package/dist/src/generators/init/schema.d.ts +14 -0
  42. package/dist/src/generators/init/schema.json +15 -0
  43. package/dist/src/generators/neutral-library/schema.d.ts +122 -0
  44. package/dist/src/generators/neutral-library/schema.json +116 -0
  45. package/dist/src/generators/node-library/schema.d.ts +122 -0
  46. package/dist/src/generators/node-library/schema.json +117 -0
  47. package/dist/src/generators/preset/schema.d.ts +101 -0
  48. package/dist/src/generators/preset/schema.json +96 -0
  49. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -2,6 +2,21 @@
2
2
 
3
3
  # Changelog for Storm Ops - Workspace Tools
4
4
 
5
+ ## [1.295.82](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.295.82) (05/19/2026)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **config** to **v1.137.54**
10
+ - Updated **config-tools** to **v1.190.22**
11
+ - Updated **esbuild** to **v0.53.183**
12
+ - Updated **npm-tools** to **v0.6.139**
13
+ - Updated **package-constants** to **v0.1.35**
14
+ - Updated **pnpm-tools** to **v0.7.32**
15
+ - Updated **prettier** to **v0.59.74**
16
+ - Updated **testing-tools** to **v1.119.175**
17
+ - Updated **tsdown** to **v0.45.183**
18
+ - Updated **unbuild** to **v0.57.183**
19
+
5
20
  ## [1.295.81](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.295.81) (05/19/2026)
6
21
 
7
22
  ### Miscellaneous
package/README.md CHANGED
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
27
27
 
28
28
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
29
29
 
30
- [![Version](https://img.shields.io/badge/version-1.295.70-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
30
+ [![Version](https://img.shields.io/badge/version-1.295.81-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
31
31
 
32
32
  <!-- prettier-ignore-start -->
33
33
  <!-- markdownlint-disable -->
package/dist/executors.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-P6HSE7LH.js');
2
2
 
3
3
 
4
- var _chunkXNHWWPSKjs = require('./chunk-XNHWWPSK.js');
4
+ var _chunkO7Z2YGFUjs = require('./chunk-O7Z2YGFU.js');
5
5
 
6
6
 
7
7
  var _chunk2L7ICILUjs = require('./chunk-2L7ICILU.js');
@@ -23,7 +23,7 @@ var _chunkWTWQAZUMjs = require('./chunk-WTWQAZUM.js');
23
23
  var _chunkSGI4JCLVjs = require('./chunk-SGI4JCLV.js');
24
24
 
25
25
 
26
- var _chunkO7Z2YGFUjs = require('./chunk-O7Z2YGFU.js');
26
+ var _chunkZYI527ZSjs = require('./chunk-ZYI527ZS.js');
27
27
 
28
28
 
29
29
  var _chunkAY3HOPOXjs = require('./chunk-AY3HOPOX.js');
@@ -35,10 +35,10 @@ var _chunkTHA4SGMVjs = require('./chunk-THA4SGMV.js');
35
35
  var _chunkU5JPGO47js = require('./chunk-U5JPGO47.js');
36
36
 
37
37
 
38
- var _chunkPRW5IUACjs = require('./chunk-PRW5IUAC.js');
38
+ var _chunkXNHWWPSKjs = require('./chunk-XNHWWPSK.js');
39
39
 
40
40
 
41
- var _chunkZYI527ZSjs = require('./chunk-ZYI527ZS.js');
41
+ var _chunkPRW5IUACjs = require('./chunk-PRW5IUAC.js');
42
42
  require('./chunk-32KQVUCF.js');
43
43
  require('./chunk-6IXJEWJR.js');
44
44
  require('./chunk-PB5565L7.js');
@@ -1,7 +1,7 @@
1
1
  import "./chunk-GHQJKIMQ.mjs";
2
2
  import {
3
- cargoBuildExecutor
4
- } from "./chunk-FQX7ZBQS.mjs";
3
+ sizeLimitExecutorFn
4
+ } from "./chunk-IETUQQJT.mjs";
5
5
  import {
6
6
  tsdownExecutorFn
7
7
  } from "./chunk-PICVMVJQ.mjs";
@@ -22,8 +22,8 @@ import {
22
22
  LARGE_BUFFER
23
23
  } from "./chunk-GCDDSEDG.mjs";
24
24
  import {
25
- sizeLimitExecutorFn
26
- } from "./chunk-IETUQQJT.mjs";
25
+ cargoClippyExecutor
26
+ } from "./chunk-7MM5MBEP.mjs";
27
27
  import {
28
28
  cargoDocExecutor
29
29
  } from "./chunk-QSNWB7A5.mjs";
@@ -33,12 +33,12 @@ import {
33
33
  import {
34
34
  getRegistryVersion
35
35
  } from "./chunk-GED6QYLK.mjs";
36
+ import {
37
+ cargoBuildExecutor
38
+ } from "./chunk-FQX7ZBQS.mjs";
36
39
  import {
37
40
  cargoCheckExecutor
38
41
  } from "./chunk-JPOHRWVM.mjs";
39
- import {
40
- cargoClippyExecutor
41
- } from "./chunk-7MM5MBEP.mjs";
42
42
  import "./chunk-GKLFEOKK.mjs";
43
43
  import "./chunk-EYO6EPEG.mjs";
44
44
  import "./chunk-X2UWPTFU.mjs";
@@ -1,22 +1,22 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-C3TC7AUW.js');
2
2
 
3
3
 
4
- var _chunkFFEJNAFPjs = require('./chunk-FFEJNAFP.js');
4
+ var _chunkETSIRKO5js = require('./chunk-ETSIRKO5.js');
5
5
 
6
6
 
7
- var _chunkWJ5AG2IUjs = require('./chunk-WJ5AG2IU.js');
7
+ var _chunkFFEJNAFPjs = require('./chunk-FFEJNAFP.js');
8
8
 
9
9
 
10
- var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
10
+ var _chunk6HJ4EEBBjs = require('./chunk-6HJ4EEBB.js');
11
11
 
12
12
 
13
- var _chunkP56QF3XGjs = require('./chunk-P56QF3XG.js');
13
+ var _chunkWJ5AG2IUjs = require('./chunk-WJ5AG2IU.js');
14
14
 
15
15
 
16
- var _chunkETSIRKO5js = require('./chunk-ETSIRKO5.js');
16
+ var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
17
17
 
18
18
 
19
- var _chunk6HJ4EEBBjs = require('./chunk-6HJ4EEBB.js');
19
+ var _chunkP56QF3XGjs = require('./chunk-P56QF3XG.js');
20
20
  require('./chunk-57OGFZNB.js');
21
21
  require('./chunk-SZWM7COV.js');
22
22
  require('./chunk-TAP26ZJQ.js');
@@ -1,7 +1,13 @@
1
1
  import "./chunk-SAIDGUHG.mjs";
2
+ import {
3
+ nodeLibraryGeneratorFn
4
+ } from "./chunk-HECOVC7R.mjs";
2
5
  import {
3
6
  presetGeneratorFn
4
7
  } from "./chunk-FPNWNZUL.mjs";
8
+ import {
9
+ browserLibraryGeneratorFn
10
+ } from "./chunk-OBATTMGC.mjs";
5
11
  import {
6
12
  configSchemaGeneratorFn
7
13
  } from "./chunk-BT7OBRJT.mjs";
@@ -11,12 +17,6 @@ import {
11
17
  import {
12
18
  neutralLibraryGeneratorFn
13
19
  } from "./chunk-RCSUK5YZ.mjs";
14
- import {
15
- nodeLibraryGeneratorFn
16
- } from "./chunk-HECOVC7R.mjs";
17
- import {
18
- browserLibraryGeneratorFn
19
- } from "./chunk-OBATTMGC.mjs";
20
20
  import "./chunk-4VWDSVQJ.mjs";
21
21
  import "./chunk-QC5ON3X4.mjs";
22
22
  import "./chunk-2GQSCZ3J.mjs";
package/dist/index.js CHANGED
@@ -58,7 +58,7 @@ var _chunkVXHOSAQ7js = require('./chunk-VXHOSAQ7.js');
58
58
  require('./chunk-P6HSE7LH.js');
59
59
 
60
60
 
61
- var _chunkXNHWWPSKjs = require('./chunk-XNHWWPSK.js');
61
+ var _chunkO7Z2YGFUjs = require('./chunk-O7Z2YGFU.js');
62
62
 
63
63
 
64
64
  var _chunk2L7ICILUjs = require('./chunk-2L7ICILU.js');
@@ -80,7 +80,7 @@ var _chunkWTWQAZUMjs = require('./chunk-WTWQAZUM.js');
80
80
  var _chunkSGI4JCLVjs = require('./chunk-SGI4JCLV.js');
81
81
 
82
82
 
83
- var _chunkO7Z2YGFUjs = require('./chunk-O7Z2YGFU.js');
83
+ var _chunkZYI527ZSjs = require('./chunk-ZYI527ZS.js');
84
84
 
85
85
 
86
86
  var _chunkAY3HOPOXjs = require('./chunk-AY3HOPOX.js');
@@ -92,10 +92,10 @@ var _chunkTHA4SGMVjs = require('./chunk-THA4SGMV.js');
92
92
  var _chunkU5JPGO47js = require('./chunk-U5JPGO47.js');
93
93
 
94
94
 
95
- var _chunkPRW5IUACjs = require('./chunk-PRW5IUAC.js');
95
+ var _chunkXNHWWPSKjs = require('./chunk-XNHWWPSK.js');
96
96
 
97
97
 
98
- var _chunkZYI527ZSjs = require('./chunk-ZYI527ZS.js');
98
+ var _chunkPRW5IUACjs = require('./chunk-PRW5IUAC.js');
99
99
 
100
100
 
101
101
 
@@ -116,22 +116,22 @@ require('./chunk-PB5565L7.js');
116
116
  require('./chunk-C3TC7AUW.js');
117
117
 
118
118
 
119
- var _chunkFFEJNAFPjs = require('./chunk-FFEJNAFP.js');
119
+ var _chunkETSIRKO5js = require('./chunk-ETSIRKO5.js');
120
120
 
121
121
 
122
- var _chunkWJ5AG2IUjs = require('./chunk-WJ5AG2IU.js');
122
+ var _chunkFFEJNAFPjs = require('./chunk-FFEJNAFP.js');
123
123
 
124
124
 
125
- var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
125
+ var _chunk6HJ4EEBBjs = require('./chunk-6HJ4EEBB.js');
126
126
 
127
127
 
128
- var _chunkP56QF3XGjs = require('./chunk-P56QF3XG.js');
128
+ var _chunkWJ5AG2IUjs = require('./chunk-WJ5AG2IU.js');
129
129
 
130
130
 
131
- var _chunkETSIRKO5js = require('./chunk-ETSIRKO5.js');
131
+ var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
132
132
 
133
133
 
134
- var _chunk6HJ4EEBBjs = require('./chunk-6HJ4EEBB.js');
134
+ var _chunkP56QF3XGjs = require('./chunk-P56QF3XG.js');
135
135
 
136
136
 
137
137
 
package/dist/index.mjs CHANGED
@@ -57,8 +57,8 @@ import {
57
57
  } from "./chunk-UBVTASOE.mjs";
58
58
  import "./chunk-GHQJKIMQ.mjs";
59
59
  import {
60
- cargoBuildExecutor
61
- } from "./chunk-FQX7ZBQS.mjs";
60
+ sizeLimitExecutorFn
61
+ } from "./chunk-IETUQQJT.mjs";
62
62
  import {
63
63
  tsdownExecutorFn
64
64
  } from "./chunk-PICVMVJQ.mjs";
@@ -79,8 +79,8 @@ import {
79
79
  LARGE_BUFFER
80
80
  } from "./chunk-GCDDSEDG.mjs";
81
81
  import {
82
- sizeLimitExecutorFn
83
- } from "./chunk-IETUQQJT.mjs";
82
+ cargoClippyExecutor
83
+ } from "./chunk-7MM5MBEP.mjs";
84
84
  import {
85
85
  cargoDocExecutor
86
86
  } from "./chunk-QSNWB7A5.mjs";
@@ -90,12 +90,12 @@ import {
90
90
  import {
91
91
  getRegistryVersion
92
92
  } from "./chunk-GED6QYLK.mjs";
93
+ import {
94
+ cargoBuildExecutor
95
+ } from "./chunk-FQX7ZBQS.mjs";
93
96
  import {
94
97
  cargoCheckExecutor
95
98
  } from "./chunk-JPOHRWVM.mjs";
96
- import {
97
- cargoClippyExecutor
98
- } from "./chunk-7MM5MBEP.mjs";
99
99
  import {
100
100
  INVALID_CARGO_ARGS,
101
101
  buildCargoCommand,
@@ -114,9 +114,15 @@ import {
114
114
  } from "./chunk-EYO6EPEG.mjs";
115
115
  import "./chunk-X2UWPTFU.mjs";
116
116
  import "./chunk-SAIDGUHG.mjs";
117
+ import {
118
+ nodeLibraryGeneratorFn
119
+ } from "./chunk-HECOVC7R.mjs";
117
120
  import {
118
121
  presetGeneratorFn
119
122
  } from "./chunk-FPNWNZUL.mjs";
123
+ import {
124
+ browserLibraryGeneratorFn
125
+ } from "./chunk-OBATTMGC.mjs";
120
126
  import {
121
127
  configSchemaGeneratorFn
122
128
  } from "./chunk-BT7OBRJT.mjs";
@@ -126,12 +132,6 @@ import {
126
132
  import {
127
133
  neutralLibraryGeneratorFn
128
134
  } from "./chunk-RCSUK5YZ.mjs";
129
- import {
130
- nodeLibraryGeneratorFn
131
- } from "./chunk-HECOVC7R.mjs";
132
- import {
133
- browserLibraryGeneratorFn
134
- } from "./chunk-OBATTMGC.mjs";
135
135
  import {
136
136
  createProjectTsConfigJson,
137
137
  getOutputPath,
@@ -0,0 +1,86 @@
1
+
2
+ // Generated by @storm-software/untyped
3
+ // Do not edit this file directly
4
+
5
+ export interface CargoBuildExecutorSchema {
6
+ /**
7
+ * Output Path
8
+ *
9
+ * The path to the output directory
10
+ *
11
+ */
12
+ outputPath?: string,
13
+
14
+ /**
15
+ * Cargo.toml Path
16
+ *
17
+ * The path to the Cargo.toml file
18
+ *
19
+ * @default "{projectRoot}/Cargo.toml"
20
+ *
21
+ * @format path
22
+ */
23
+ package?: string,
24
+
25
+ /**
26
+ * Toolchain
27
+ *
28
+ * The type of toolchain to use for the build
29
+ *
30
+ * @default "stable"
31
+ *
32
+ * @enum stable,beta,nightly
33
+ */
34
+ toolchain?: string,
35
+
36
+ /**
37
+ * Target
38
+ *
39
+ * The target to build
40
+ *
41
+ */
42
+ target?: string,
43
+
44
+ /**
45
+ * All Targets
46
+ *
47
+ * Build all targets
48
+ *
49
+ */
50
+ allTargets?: boolean,
51
+
52
+ /**
53
+ * Profile
54
+ *
55
+ * The profile to build
56
+ *
57
+ */
58
+ profile?: string,
59
+
60
+ /**
61
+ * Release
62
+ *
63
+ * Build in release mode
64
+ *
65
+ */
66
+ release?: boolean,
67
+
68
+ /**
69
+ * Features
70
+ *
71
+ * The features to build
72
+ *
73
+ *
74
+ * @oneOf [object Object],[object Object]
75
+ */
76
+ features?: string,
77
+
78
+ /**
79
+ * All Features
80
+ *
81
+ * Build all features
82
+ *
83
+ */
84
+ allFeatures?: boolean,
85
+ }
86
+
@@ -0,0 +1,85 @@
1
+ {
2
+ "id": "#",
3
+ "title": "Cargo Build Executor",
4
+ "description": "A type definition for a Cargo/rust build executor schema",
5
+ "properties": {
6
+ "outputPath": {
7
+ "title": "Output Path",
8
+ "type": "string",
9
+ "description": "The path to the output directory",
10
+ "id": "#outputPath"
11
+ },
12
+ "package": {
13
+ "title": "Cargo.toml Path",
14
+ "type": "string",
15
+ "format": "path",
16
+ "description": "The path to the Cargo.toml file",
17
+ "id": "#package",
18
+ "default": "{projectRoot}/Cargo.toml"
19
+ },
20
+ "toolchain": {
21
+ "title": "Toolchain",
22
+ "description": "The type of toolchain to use for the build",
23
+ "enum": [
24
+ "stable",
25
+ "beta",
26
+ "nightly"
27
+ ],
28
+ "default": "stable",
29
+ "id": "#toolchain",
30
+ "type": "string"
31
+ },
32
+ "target": {
33
+ "title": "Target",
34
+ "type": "string",
35
+ "description": "The target to build",
36
+ "id": "#target"
37
+ },
38
+ "allTargets": {
39
+ "title": "All Targets",
40
+ "type": "boolean",
41
+ "description": "Build all targets",
42
+ "id": "#allTargets"
43
+ },
44
+ "profile": {
45
+ "title": "Profile",
46
+ "type": "string",
47
+ "description": "The profile to build",
48
+ "id": "#profile"
49
+ },
50
+ "release": {
51
+ "title": "Release",
52
+ "type": "boolean",
53
+ "description": "Build in release mode",
54
+ "id": "#release"
55
+ },
56
+ "features": {
57
+ "title": "Features",
58
+ "type": "string",
59
+ "description": "The features to build",
60
+ "oneOf": [
61
+ {
62
+ "type": "string"
63
+ },
64
+ {
65
+ "type": "array",
66
+ "items": {
67
+ "type": "string"
68
+ }
69
+ }
70
+ ],
71
+ "id": "#features"
72
+ },
73
+ "allFeatures": {
74
+ "title": "All Features",
75
+ "type": "boolean",
76
+ "description": "Build all features",
77
+ "id": "#allFeatures"
78
+ }
79
+ },
80
+ "type": "object",
81
+ "default": {
82
+ "package": "{projectRoot}/Cargo.toml",
83
+ "toolchain": "stable"
84
+ }
85
+ }
@@ -0,0 +1,88 @@
1
+
2
+ // Generated by @storm-software/untyped
3
+ // Do not edit this file directly
4
+
5
+ export interface CargoCheckExecutorSchema {
6
+ /**
7
+ * Output Path
8
+ *
9
+ * The output path for the build
10
+ *
11
+ *
12
+ * @format path
13
+ */
14
+ outputPath?: string,
15
+
16
+ /**
17
+ * Cargo.toml Path
18
+ *
19
+ * The path to the Cargo.toml file
20
+ *
21
+ * @default "{projectRoot}/Cargo.toml"
22
+ *
23
+ * @format path
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
40
+ *
41
+ * The target to build
42
+ *
43
+ */
44
+ target?: string,
45
+
46
+ /**
47
+ * All Targets
48
+ *
49
+ * Build all targets
50
+ *
51
+ */
52
+ allTargets?: boolean,
53
+
54
+ /**
55
+ * Profile
56
+ *
57
+ * The profile to build
58
+ *
59
+ */
60
+ profile?: string,
61
+
62
+ /**
63
+ * Release
64
+ *
65
+ * Build in release mode
66
+ *
67
+ */
68
+ release?: boolean,
69
+
70
+ /**
71
+ * Features
72
+ *
73
+ * The features to build
74
+ *
75
+ *
76
+ * @oneOf [object Object],[object Object]
77
+ */
78
+ features?: string,
79
+
80
+ /**
81
+ * All Features
82
+ *
83
+ * Build all features
84
+ *
85
+ */
86
+ allFeatures?: boolean,
87
+ }
88
+
@@ -0,0 +1,86 @@
1
+ {
2
+ "id": "#",
3
+ "title": "Cargo Check Executor",
4
+ "description": "A type definition for a Cargo/rust check executor schema",
5
+ "properties": {
6
+ "outputPath": {
7
+ "title": "Output Path",
8
+ "type": "string",
9
+ "format": "path",
10
+ "description": "The output path for the build",
11
+ "id": "#outputPath"
12
+ },
13
+ "package": {
14
+ "title": "Cargo.toml Path",
15
+ "type": "string",
16
+ "format": "path",
17
+ "description": "The path to the Cargo.toml file",
18
+ "id": "#package",
19
+ "default": "{projectRoot}/Cargo.toml"
20
+ },
21
+ "toolchain": {
22
+ "title": "Toolchain",
23
+ "description": "The type of toolchain to use for the build",
24
+ "enum": [
25
+ "stable",
26
+ "beta",
27
+ "nightly"
28
+ ],
29
+ "default": "stable",
30
+ "id": "#toolchain",
31
+ "type": "string"
32
+ },
33
+ "target": {
34
+ "title": "Target",
35
+ "type": "string",
36
+ "description": "The target to build",
37
+ "id": "#target"
38
+ },
39
+ "allTargets": {
40
+ "title": "All Targets",
41
+ "type": "boolean",
42
+ "description": "Build all targets",
43
+ "id": "#allTargets"
44
+ },
45
+ "profile": {
46
+ "title": "Profile",
47
+ "type": "string",
48
+ "description": "The profile to build",
49
+ "id": "#profile"
50
+ },
51
+ "release": {
52
+ "title": "Release",
53
+ "type": "boolean",
54
+ "description": "Build in release mode",
55
+ "id": "#release"
56
+ },
57
+ "features": {
58
+ "title": "Features",
59
+ "type": "string",
60
+ "description": "The features to build",
61
+ "oneOf": [
62
+ {
63
+ "type": "string"
64
+ },
65
+ {
66
+ "type": "array",
67
+ "items": {
68
+ "type": "string"
69
+ }
70
+ }
71
+ ],
72
+ "id": "#features"
73
+ },
74
+ "allFeatures": {
75
+ "title": "All Features",
76
+ "type": "boolean",
77
+ "description": "Build all features",
78
+ "id": "#allFeatures"
79
+ }
80
+ },
81
+ "type": "object",
82
+ "default": {
83
+ "package": "{projectRoot}/Cargo.toml",
84
+ "toolchain": "stable"
85
+ }
86
+ }