@storm-software/workspace-tools 1.275.18 → 1.275.20

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 (45) hide show
  1. package/CHANGELOG.md +37 -0
  2. package/README.md +1 -1
  3. package/dist/executors.js +6 -6
  4. package/dist/executors.mjs +8 -8
  5. package/dist/generators.js +2 -2
  6. package/dist/generators.mjs +3 -3
  7. package/dist/index.js +8 -8
  8. package/dist/index.mjs +11 -11
  9. package/dist/src/executors/cargo-build/schema.d.ts +86 -0
  10. package/dist/src/executors/cargo-check/schema.d.ts +89 -0
  11. package/dist/src/executors/cargo-clippy/schema.d.ts +97 -0
  12. package/dist/src/executors/cargo-clippy/schema.json +94 -0
  13. package/dist/src/executors/cargo-doc/schema.d.ts +125 -0
  14. package/dist/src/executors/cargo-doc/schema.json +164 -0
  15. package/dist/src/executors/cargo-format/schema.d.ts +89 -0
  16. package/dist/src/executors/cargo-format/schema.json +88 -0
  17. package/dist/src/executors/cargo-publish/schema.d.ts +115 -0
  18. package/dist/src/executors/cargo-publish/schema.json +107 -0
  19. package/dist/src/executors/clean-package/schema.d.ts +60 -0
  20. package/dist/src/executors/clean-package/schema.json +57 -0
  21. package/dist/src/executors/esbuild/schema.d.ts +137 -0
  22. package/dist/src/executors/esbuild/schema.json +165 -0
  23. package/dist/src/executors/npm-publish/schema.d.ts +68 -0
  24. package/dist/src/executors/npm-publish/schema.json +61 -0
  25. package/dist/src/executors/size-limit/schema.d.ts +25 -0
  26. package/dist/src/executors/size-limit/schema.json +29 -0
  27. package/dist/src/executors/typia/schema.d.ts +48 -0
  28. package/dist/src/executors/typia/schema.json +57 -0
  29. package/dist/src/executors/unbuild/schema.d.ts +258 -0
  30. package/dist/src/executors/unbuild/schema.json +301 -0
  31. package/dist/src/generators/browser-library/schema.d.ts +122 -0
  32. package/dist/src/generators/browser-library/schema.json +117 -0
  33. package/dist/src/generators/config-schema/schema.d.ts +23 -0
  34. package/dist/src/generators/config-schema/schema.json +24 -0
  35. package/dist/src/generators/init/schema.d.ts +14 -0
  36. package/dist/src/generators/init/schema.json +15 -0
  37. package/dist/src/generators/neutral-library/schema.d.ts +122 -0
  38. package/dist/src/generators/neutral-library/schema.json +116 -0
  39. package/dist/src/generators/node-library/schema.d.ts +122 -0
  40. package/dist/src/generators/node-library/schema.json +117 -0
  41. package/dist/src/generators/preset/schema.d.ts +101 -0
  42. package/dist/src/generators/preset/schema.json +96 -0
  43. package/dist/src/generators/release-version/schema.d.ts +180 -0
  44. package/dist/src/generators/release-version/schema.json +158 -0
  45. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,43 @@
2
2
 
3
3
  # Changelog for Storm Ops - Workspace Tools
4
4
 
5
+ ## [1.275.19](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.275.19) (2025-06-18)
6
+
7
+ ### Bug Fixes
8
+
9
+ - **workspace-tools:** Update package to include `schema.json` files in output
10
+ ([e16a7a07f](https://github.com/storm-software/storm-ops/commit/e16a7a07f))
11
+
12
+ ### Miscellaneous
13
+
14
+ - **monorepo:** Regenerate README markdown files
15
+ ([aa59eabdd](https://github.com/storm-software/storm-ops/commit/aa59eabdd))
16
+
17
+ ### Updated Dependencies
18
+
19
+ - Updated prettier to 0.51.27
20
+ - Updated esbuild to 0.45.7
21
+ - Updated esbuild to 0.45.7
22
+ - Updated unbuild to 0.49.18
23
+ - Updated unbuild to 0.49.18
24
+
25
+ ## [1.275.18](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.275.18) (2025-06-18)
26
+
27
+ ### Miscellaneous
28
+
29
+ - **monorepo:** Update README markdown files
30
+ ([10805dcf5](https://github.com/storm-software/storm-ops/commit/10805dcf5))
31
+ - **monorepo:** Regenerate README markdown files
32
+ ([39fa60f2c](https://github.com/storm-software/storm-ops/commit/39fa60f2c))
33
+
34
+ ### Updated Dependencies
35
+
36
+ - Updated prettier to 0.51.26
37
+ - Updated esbuild to 0.45.6
38
+ - Updated esbuild to 0.45.6
39
+ - Updated unbuild to 0.49.17
40
+ - Updated unbuild to 0.49.17
41
+
5
42
  ## [1.275.17](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.275.17) (2025-06-18)
6
43
 
7
44
  ### Bug Fixes
package/README.md CHANGED
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
21
21
 
22
22
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
23
23
 
24
- [![Version](https://img.shields.io/badge/version-1.275.17-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)
24
+ [![Version](https://img.shields.io/badge/version-1.275.19-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)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
package/dist/executors.js CHANGED
@@ -7,18 +7,18 @@ var _chunkJ43B54ZWjs = require('./chunk-J43B54ZW.js');
7
7
  var _chunkYEIQEZ66js = require('./chunk-YEIQEZ66.js');
8
8
 
9
9
 
10
- var _chunkEFJ4G4IBjs = require('./chunk-EFJ4G4IB.js');
11
-
12
-
13
10
  var _chunkUIHVLD6Xjs = require('./chunk-UIHVLD6X.js');
14
11
 
15
12
 
16
- var _chunkGZ2DMJNPjs = require('./chunk-GZ2DMJNP.js');
13
+ var _chunkEFJ4G4IBjs = require('./chunk-EFJ4G4IB.js');
17
14
 
18
15
 
19
16
  var _chunkPNPK65F6js = require('./chunk-PNPK65F6.js');
20
17
 
21
18
 
19
+ var _chunkPT3X4RIMjs = require('./chunk-PT3X4RIM.js');
20
+
21
+
22
22
  var _chunkDJJD4NLRjs = require('./chunk-DJJD4NLR.js');
23
23
 
24
24
 
@@ -28,10 +28,10 @@ var _chunkNWZ4RH4Rjs = require('./chunk-NWZ4RH4R.js');
28
28
  var _chunk2VYGGPNBjs = require('./chunk-2VYGGPNB.js');
29
29
 
30
30
 
31
- var _chunkPT3X4RIMjs = require('./chunk-PT3X4RIM.js');
31
+ var _chunk4M4SHAIRjs = require('./chunk-4M4SHAIR.js');
32
32
 
33
33
 
34
- var _chunk4M4SHAIRjs = require('./chunk-4M4SHAIR.js');
34
+ var _chunkGZ2DMJNPjs = require('./chunk-GZ2DMJNP.js');
35
35
  require('./chunk-F6X43VUX.js');
36
36
  require('./chunk-LJDV7HFT.js');
37
37
  require('./chunk-XZAVLGX6.js');
@@ -5,18 +5,18 @@ import {
5
5
  import {
6
6
  sizeLimitExecutorFn
7
7
  } from "./chunk-PTKTAEWS.mjs";
8
- import {
9
- typiaExecutorFn
10
- } from "./chunk-6HLO2W5F.mjs";
11
8
  import {
12
9
  unbuildExecutorFn
13
10
  } from "./chunk-4Q5TA4HY.mjs";
14
11
  import {
15
- cargoFormatExecutor
16
- } from "./chunk-BWWZL3XI.mjs";
12
+ typiaExecutorFn
13
+ } from "./chunk-6HLO2W5F.mjs";
17
14
  import {
18
15
  getRegistryVersion
19
16
  } from "./chunk-QCQPWUUG.mjs";
17
+ import {
18
+ cargoClippyExecutor
19
+ } from "./chunk-5M6KTSAU.mjs";
20
20
  import {
21
21
  esbuildExecutorFn
22
22
  } from "./chunk-MAW537K7.mjs";
@@ -26,12 +26,12 @@ import {
26
26
  import {
27
27
  cargoCheckExecutor
28
28
  } from "./chunk-RR4536RL.mjs";
29
- import {
30
- cargoClippyExecutor
31
- } from "./chunk-5M6KTSAU.mjs";
32
29
  import {
33
30
  cargoDocExecutor
34
31
  } from "./chunk-EPHSEJ2O.mjs";
32
+ import {
33
+ cargoFormatExecutor
34
+ } from "./chunk-BWWZL3XI.mjs";
35
35
  import "./chunk-KHT5W6AJ.mjs";
36
36
  import "./chunk-6LP3KKXE.mjs";
37
37
  import "./chunk-RJX34CGZ.mjs";
@@ -10,10 +10,10 @@ var _chunkZARYEHW7js = require('./chunk-ZARYEHW7.js');
10
10
  var _chunkSE4WCL4Ojs = require('./chunk-SE4WCL4O.js');
11
11
 
12
12
 
13
- var _chunk44ORGJU6js = require('./chunk-44ORGJU6.js');
13
+ var _chunkVNYMAMOQjs = require('./chunk-VNYMAMOQ.js');
14
14
 
15
15
 
16
- var _chunkVNYMAMOQjs = require('./chunk-VNYMAMOQ.js');
16
+ var _chunk44ORGJU6js = require('./chunk-44ORGJU6.js');
17
17
 
18
18
 
19
19
  var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
@@ -8,12 +8,12 @@ import {
8
8
  import {
9
9
  releaseVersionGeneratorFn
10
10
  } from "./chunk-FXJFMNIG.mjs";
11
- import {
12
- configSchemaGeneratorFn
13
- } from "./chunk-OCAYHE4R.mjs";
14
11
  import {
15
12
  browserLibraryGeneratorFn
16
13
  } from "./chunk-5LJGZH6B.mjs";
14
+ import {
15
+ configSchemaGeneratorFn
16
+ } from "./chunk-OCAYHE4R.mjs";
17
17
  import {
18
18
  initGenerator
19
19
  } from "./chunk-437WGH2M.mjs";
package/dist/index.js CHANGED
@@ -54,18 +54,18 @@ var _chunkJ43B54ZWjs = require('./chunk-J43B54ZW.js');
54
54
  var _chunkYEIQEZ66js = require('./chunk-YEIQEZ66.js');
55
55
 
56
56
 
57
- var _chunkEFJ4G4IBjs = require('./chunk-EFJ4G4IB.js');
58
-
59
-
60
57
  var _chunkUIHVLD6Xjs = require('./chunk-UIHVLD6X.js');
61
58
 
62
59
 
63
- var _chunkGZ2DMJNPjs = require('./chunk-GZ2DMJNP.js');
60
+ var _chunkEFJ4G4IBjs = require('./chunk-EFJ4G4IB.js');
64
61
 
65
62
 
66
63
  var _chunkPNPK65F6js = require('./chunk-PNPK65F6.js');
67
64
 
68
65
 
66
+ var _chunkPT3X4RIMjs = require('./chunk-PT3X4RIM.js');
67
+
68
+
69
69
  var _chunkDJJD4NLRjs = require('./chunk-DJJD4NLR.js');
70
70
 
71
71
 
@@ -75,10 +75,10 @@ var _chunkNWZ4RH4Rjs = require('./chunk-NWZ4RH4R.js');
75
75
  var _chunk2VYGGPNBjs = require('./chunk-2VYGGPNB.js');
76
76
 
77
77
 
78
- var _chunkPT3X4RIMjs = require('./chunk-PT3X4RIM.js');
78
+ var _chunk4M4SHAIRjs = require('./chunk-4M4SHAIR.js');
79
79
 
80
80
 
81
- var _chunk4M4SHAIRjs = require('./chunk-4M4SHAIR.js');
81
+ var _chunkGZ2DMJNPjs = require('./chunk-GZ2DMJNP.js');
82
82
 
83
83
 
84
84
  var _chunkF6X43VUXjs = require('./chunk-F6X43VUX.js');
@@ -105,10 +105,10 @@ var _chunkZARYEHW7js = require('./chunk-ZARYEHW7.js');
105
105
  var _chunkSE4WCL4Ojs = require('./chunk-SE4WCL4O.js');
106
106
 
107
107
 
108
- var _chunk44ORGJU6js = require('./chunk-44ORGJU6.js');
108
+ var _chunkVNYMAMOQjs = require('./chunk-VNYMAMOQ.js');
109
109
 
110
110
 
111
- var _chunkVNYMAMOQjs = require('./chunk-VNYMAMOQ.js');
111
+ var _chunk44ORGJU6js = require('./chunk-44ORGJU6.js');
112
112
 
113
113
 
114
114
  var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
package/dist/index.mjs CHANGED
@@ -52,18 +52,18 @@ import {
52
52
  import {
53
53
  sizeLimitExecutorFn
54
54
  } from "./chunk-PTKTAEWS.mjs";
55
- import {
56
- typiaExecutorFn
57
- } from "./chunk-6HLO2W5F.mjs";
58
55
  import {
59
56
  unbuildExecutorFn
60
57
  } from "./chunk-4Q5TA4HY.mjs";
61
58
  import {
62
- cargoFormatExecutor
63
- } from "./chunk-BWWZL3XI.mjs";
59
+ typiaExecutorFn
60
+ } from "./chunk-6HLO2W5F.mjs";
64
61
  import {
65
62
  getRegistryVersion
66
63
  } from "./chunk-QCQPWUUG.mjs";
64
+ import {
65
+ cargoClippyExecutor
66
+ } from "./chunk-5M6KTSAU.mjs";
67
67
  import {
68
68
  esbuildExecutorFn
69
69
  } from "./chunk-MAW537K7.mjs";
@@ -73,12 +73,12 @@ import {
73
73
  import {
74
74
  cargoCheckExecutor
75
75
  } from "./chunk-RR4536RL.mjs";
76
- import {
77
- cargoClippyExecutor
78
- } from "./chunk-5M6KTSAU.mjs";
79
76
  import {
80
77
  cargoDocExecutor
81
78
  } from "./chunk-EPHSEJ2O.mjs";
79
+ import {
80
+ cargoFormatExecutor
81
+ } from "./chunk-BWWZL3XI.mjs";
82
82
  import {
83
83
  pnpmUpdate
84
84
  } from "./chunk-KHT5W6AJ.mjs";
@@ -103,12 +103,12 @@ import {
103
103
  import {
104
104
  releaseVersionGeneratorFn
105
105
  } from "./chunk-FXJFMNIG.mjs";
106
- import {
107
- configSchemaGeneratorFn
108
- } from "./chunk-OCAYHE4R.mjs";
109
106
  import {
110
107
  browserLibraryGeneratorFn
111
108
  } from "./chunk-5LJGZH6B.mjs";
109
+ import {
110
+ configSchemaGeneratorFn
111
+ } from "./chunk-OCAYHE4R.mjs";
112
112
  import {
113
113
  initGenerator
114
114
  } from "./chunk-437WGH2M.mjs";
@@ -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,89 @@
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
+ * @default "dist/{projectRoot}"
12
+ *
13
+ * @format path
14
+ */
15
+ outputPath?: string,
16
+
17
+ /**
18
+ * Cargo.toml Path
19
+ *
20
+ * The path to the Cargo.toml file
21
+ *
22
+ * @default "{projectRoot}/Cargo.toml"
23
+ *
24
+ * @format path
25
+ */
26
+ package?: string,
27
+
28
+ /**
29
+ * Toolchain
30
+ *
31
+ * The type of toolchain to use for the build
32
+ *
33
+ * @default "stable"
34
+ *
35
+ * @enum stable,beta,nightly
36
+ */
37
+ toolchain?: string,
38
+
39
+ /**
40
+ * Target
41
+ *
42
+ * The target to build
43
+ *
44
+ */
45
+ target?: string,
46
+
47
+ /**
48
+ * All Targets
49
+ *
50
+ * Build all targets
51
+ *
52
+ */
53
+ allTargets?: boolean,
54
+
55
+ /**
56
+ * Profile
57
+ *
58
+ * The profile to build
59
+ *
60
+ */
61
+ profile?: string,
62
+
63
+ /**
64
+ * Release
65
+ *
66
+ * Build in release mode
67
+ *
68
+ */
69
+ release?: boolean,
70
+
71
+ /**
72
+ * Features
73
+ *
74
+ * The features to build
75
+ *
76
+ *
77
+ * @oneOf [object Object],[object Object]
78
+ */
79
+ features?: string,
80
+
81
+ /**
82
+ * All Features
83
+ *
84
+ * Build all features
85
+ *
86
+ */
87
+ allFeatures?: boolean,
88
+ }
89
+
@@ -0,0 +1,97 @@
1
+
2
+ // Generated by @storm-software/untyped
3
+ // Do not edit this file directly
4
+
5
+ export interface CargoClippyExecutorSchema {
6
+ /**
7
+ * Output Path
8
+ *
9
+ * The output path for the build
10
+ *
11
+ * @default "dist/{projectRoot}"
12
+ *
13
+ * @format path
14
+ */
15
+ outputPath?: string,
16
+
17
+ /**
18
+ * Cargo.toml Path
19
+ *
20
+ * The path to the Cargo.toml file
21
+ *
22
+ * @default "{projectRoot}/Cargo.toml"
23
+ *
24
+ * @format path
25
+ */
26
+ package?: string,
27
+
28
+ /**
29
+ * Toolchain
30
+ *
31
+ * The type of toolchain to use for the build
32
+ *
33
+ * @default "stable"
34
+ *
35
+ * @enum stable,beta,nightly
36
+ */
37
+ toolchain?: string,
38
+
39
+ /**
40
+ * Target
41
+ *
42
+ * The target to build
43
+ *
44
+ */
45
+ target?: string,
46
+
47
+ /**
48
+ * All Targets
49
+ *
50
+ * Build all targets
51
+ *
52
+ */
53
+ allTargets?: boolean,
54
+
55
+ /**
56
+ * Profile
57
+ *
58
+ * The profile to build
59
+ *
60
+ */
61
+ profile?: string,
62
+
63
+ /**
64
+ * Release
65
+ *
66
+ * Build in release mode
67
+ *
68
+ */
69
+ release?: boolean,
70
+
71
+ /**
72
+ * Features
73
+ *
74
+ * The features to build
75
+ *
76
+ *
77
+ * @oneOf [object Object],[object Object]
78
+ */
79
+ features?: string,
80
+
81
+ /**
82
+ * All Features
83
+ *
84
+ * Build all features
85
+ *
86
+ */
87
+ allFeatures?: boolean,
88
+
89
+ /**
90
+ * Fix
91
+ *
92
+ * Automatically fix issues
93
+ *
94
+ */
95
+ fix?: boolean,
96
+ }
97
+
@@ -0,0 +1,94 @@
1
+ {
2
+ "id": "#",
3
+ "title": "Cargo Clippy Executor",
4
+ "description": "A type definition for a Cargo/rust clippy 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
+ "default": "dist/{projectRoot}"
13
+ },
14
+ "package": {
15
+ "title": "Cargo.toml Path",
16
+ "type": "string",
17
+ "format": "path",
18
+ "description": "The path to the Cargo.toml file",
19
+ "id": "#package",
20
+ "default": "{projectRoot}/Cargo.toml"
21
+ },
22
+ "toolchain": {
23
+ "title": "Toolchain",
24
+ "description": "The type of toolchain to use for the build",
25
+ "enum": [
26
+ "stable",
27
+ "beta",
28
+ "nightly"
29
+ ],
30
+ "default": "stable",
31
+ "id": "#toolchain",
32
+ "type": "string"
33
+ },
34
+ "target": {
35
+ "title": "Target",
36
+ "type": "string",
37
+ "description": "The target to build",
38
+ "id": "#target"
39
+ },
40
+ "allTargets": {
41
+ "title": "All Targets",
42
+ "type": "boolean",
43
+ "description": "Build all targets",
44
+ "id": "#allTargets"
45
+ },
46
+ "profile": {
47
+ "title": "Profile",
48
+ "type": "string",
49
+ "description": "The profile to build",
50
+ "id": "#profile"
51
+ },
52
+ "release": {
53
+ "title": "Release",
54
+ "type": "boolean",
55
+ "description": "Build in release mode",
56
+ "id": "#release"
57
+ },
58
+ "features": {
59
+ "title": "Features",
60
+ "type": "string",
61
+ "description": "The features to build",
62
+ "oneOf": [
63
+ {
64
+ "type": "string"
65
+ },
66
+ {
67
+ "type": "array",
68
+ "items": {
69
+ "type": "string"
70
+ }
71
+ }
72
+ ],
73
+ "id": "#features"
74
+ },
75
+ "allFeatures": {
76
+ "title": "All Features",
77
+ "type": "boolean",
78
+ "description": "Build all features",
79
+ "id": "#allFeatures"
80
+ },
81
+ "fix": {
82
+ "title": "Fix",
83
+ "type": "boolean",
84
+ "description": "Automatically fix issues",
85
+ "id": "#fix"
86
+ }
87
+ },
88
+ "type": "object",
89
+ "default": {
90
+ "outputPath": "dist/{projectRoot}",
91
+ "package": "{projectRoot}/Cargo.toml",
92
+ "toolchain": "stable"
93
+ }
94
+ }