@storm-software/workspace-tools 1.273.0 → 1.273.2

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 (108) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/README.md +2 -1
  3. package/dist/{chunk-EHAI3NXN.mjs → chunk-6NLLGP7C.mjs} +1 -1
  4. package/dist/{chunk-XOKT6TQL.mjs → chunk-JHTHTSQS.mjs} +1 -1
  5. package/dist/{chunk-YTHGOOKO.mjs → chunk-JISERTNY.mjs} +1 -1
  6. package/dist/{chunk-33FZTHTK.mjs → chunk-KJPEFYZD.mjs} +1 -1
  7. package/dist/{chunk-IEZKYJSF.mjs → chunk-QYPOYIKU.mjs} +1 -1
  8. package/dist/{chunk-HLMSVHZY.mjs → chunk-VHIM4LJY.mjs} +1 -1
  9. package/dist/executors.mjs +2 -2
  10. package/dist/generators.mjs +5 -5
  11. package/dist/index.mjs +6 -6
  12. package/dist/src/base/base-executor.mjs +1 -1
  13. package/dist/src/base/base-executor.untyped.mjs +1 -1
  14. package/dist/src/base/base-generator.mjs +1 -1
  15. package/dist/src/base/base-generator.untyped.mjs +1 -1
  16. package/dist/src/base/cargo-base-executor.untyped.mjs +1 -1
  17. package/dist/src/base/index.mjs +1 -1
  18. package/dist/src/base/typescript-build-executor.untyped.mjs +1 -1
  19. package/dist/src/base/typescript-library-generator.untyped.mjs +1 -1
  20. package/dist/src/executors/cargo-build/executor.mjs +1 -1
  21. package/dist/src/executors/cargo-build/schema.d.ts +86 -0
  22. package/dist/src/executors/cargo-build/schema.json +85 -0
  23. package/dist/src/executors/cargo-build/untyped.mjs +1 -1
  24. package/dist/src/executors/cargo-check/executor.mjs +1 -1
  25. package/dist/src/executors/cargo-check/schema.d.ts +89 -0
  26. package/dist/src/executors/cargo-check/schema.json +88 -0
  27. package/dist/src/executors/cargo-check/untyped.mjs +1 -1
  28. package/dist/src/executors/cargo-clippy/executor.mjs +1 -1
  29. package/dist/src/executors/cargo-clippy/schema.d.ts +97 -0
  30. package/dist/src/executors/cargo-clippy/schema.json +94 -0
  31. package/dist/src/executors/cargo-clippy/untyped.mjs +1 -1
  32. package/dist/src/executors/cargo-doc/executor.mjs +1 -1
  33. package/dist/src/executors/cargo-doc/schema.d.ts +125 -0
  34. package/dist/src/executors/cargo-doc/schema.json +164 -0
  35. package/dist/src/executors/cargo-doc/untyped.mjs +1 -1
  36. package/dist/src/executors/cargo-format/executor.mjs +1 -1
  37. package/dist/src/executors/cargo-format/schema.d.ts +89 -0
  38. package/dist/src/executors/cargo-format/schema.json +88 -0
  39. package/dist/src/executors/cargo-format/untyped.mjs +1 -1
  40. package/dist/src/executors/cargo-publish/executor.mjs +1 -1
  41. package/dist/src/executors/cargo-publish/schema.d.ts +115 -0
  42. package/dist/src/executors/cargo-publish/schema.json +107 -0
  43. package/dist/src/executors/cargo-publish/untyped.mjs +1 -1
  44. package/dist/src/executors/clean-package/executor.mjs +1 -1
  45. package/dist/src/executors/clean-package/schema.d.ts +60 -0
  46. package/dist/src/executors/clean-package/schema.json +57 -0
  47. package/dist/src/executors/clean-package/untyped.mjs +1 -1
  48. package/dist/src/executors/esbuild/executor.mjs +2 -2
  49. package/dist/src/executors/esbuild/schema.d.ts +137 -0
  50. package/dist/src/executors/esbuild/schema.json +165 -0
  51. package/dist/src/executors/esbuild/untyped.mjs +1 -1
  52. package/dist/src/executors/npm-publish/executor.mjs +1 -1
  53. package/dist/src/executors/npm-publish/schema.d.ts +68 -0
  54. package/dist/src/executors/npm-publish/schema.json +61 -0
  55. package/dist/src/executors/npm-publish/untyped.mjs +1 -1
  56. package/dist/src/executors/size-limit/executor.mjs +1 -1
  57. package/dist/src/executors/size-limit/schema.d.ts +25 -0
  58. package/dist/src/executors/size-limit/schema.json +29 -0
  59. package/dist/src/executors/size-limit/untyped.mjs +1 -1
  60. package/dist/src/executors/typia/executor.mjs +1 -1
  61. package/dist/src/executors/typia/schema.d.ts +48 -0
  62. package/dist/src/executors/typia/schema.json +57 -0
  63. package/dist/src/executors/typia/untyped.mjs +1 -1
  64. package/dist/src/executors/unbuild/executor.mjs +1 -1
  65. package/dist/src/executors/unbuild/schema.d.ts +258 -0
  66. package/dist/src/executors/unbuild/schema.json +301 -0
  67. package/dist/src/executors/unbuild/untyped.mjs +1 -1
  68. package/dist/src/generators/browser-library/generator.mjs +2 -2
  69. package/dist/src/generators/browser-library/schema.json +117 -0
  70. package/dist/src/generators/browser-library/untyped.mjs +1 -1
  71. package/dist/src/generators/config-schema/generator.mjs +1 -1
  72. package/dist/src/generators/config-schema/schema.json +24 -0
  73. package/dist/src/generators/config-schema/untyped.mjs +1 -1
  74. package/dist/src/generators/init/init.mjs +1 -1
  75. package/dist/src/generators/init/schema.json +15 -0
  76. package/dist/src/generators/init/untyped.mjs +1 -1
  77. package/dist/src/generators/neutral-library/generator.mjs +2 -2
  78. package/dist/src/generators/neutral-library/schema.json +116 -0
  79. package/dist/src/generators/neutral-library/untyped.mjs +1 -1
  80. package/dist/src/generators/node-library/generator.mjs +2 -2
  81. package/dist/src/generators/node-library/schema.json +117 -0
  82. package/dist/src/generators/node-library/untyped.mjs +1 -1
  83. package/dist/src/generators/preset/generator.mjs +2 -2
  84. package/dist/src/generators/preset/schema.json +96 -0
  85. package/dist/src/generators/preset/untyped.mjs +1 -1
  86. package/dist/src/generators/release-version/generator.mjs +1 -1
  87. package/dist/src/generators/release-version/schema.json +158 -0
  88. package/dist/src/generators/release-version/untyped.mjs +1 -1
  89. package/dist/src/plugins/rust/cargo-toml.mjs +1 -1
  90. package/dist/src/plugins/rust/index.mjs +1 -1
  91. package/dist/src/plugins/typescript/index.mjs +1 -1
  92. package/dist/src/plugins/typescript/project-config.mjs +1 -1
  93. package/dist/src/plugins/typescript/tsup.mjs +1 -1
  94. package/dist/src/plugins/typescript/untyped-schema.mjs +1 -1
  95. package/dist/src/types.mjs +1 -1
  96. package/dist/src/utils/apply-workspace-tokens.mjs +1 -1
  97. package/dist/src/utils/cargo.mjs +1 -1
  98. package/dist/src/utils/create-cli-options.mjs +1 -1
  99. package/dist/src/utils/get-project-configurations.mjs +1 -1
  100. package/dist/src/utils/index.mjs +1 -1
  101. package/dist/src/utils/lock-file.mjs +1 -1
  102. package/dist/src/utils/package-helpers.mjs +1 -1
  103. package/dist/src/utils/plugin-helpers.mjs +1 -1
  104. package/dist/src/utils/pnpm-deps-update.mjs +1 -1
  105. package/dist/src/utils/project-tags.mjs +1 -1
  106. package/dist/src/utils/typia-transform.mjs +1 -1
  107. package/dist/src/utils/versions.mjs +1 -1
  108. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,45 @@
2
2
 
3
3
  # Changelog for Storm Ops - Workspace Tools
4
4
 
5
+ ## [1.273.1](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.273.1) (2025-05-08)
6
+
7
+ ### Bug Fixes
8
+
9
+ - **workspace-tools:** Resolve issue with missing schema files
10
+
11
+ ### Miscellaneous
12
+
13
+ - **monorepo:** Update workspace package links
14
+ - **monorepo:** Regenerate README markdown files
15
+
16
+ ### Updated Dependencies
17
+
18
+ - Updated prettier to 0.51.1
19
+ - Updated esbuild to 0.41.1
20
+ - Updated esbuild to 0.41.1
21
+ - Updated unbuild to 0.47.1
22
+ - Updated unbuild to 0.47.1
23
+
24
+ ## [1.273.0](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.273.0) (2025-05-08)
25
+
26
+ ### Features
27
+
28
+ - **git-tools:** Update release process to ensure package.json is updated
29
+ - **k8s-tools:** Update Nx plugin to support `createNodesV2`
30
+ - **config-tools:** Added TOML utilities module
31
+
32
+ ### Miscellaneous
33
+
34
+ - **monorepo:** Regenerate README markdown files
35
+
36
+ ### Updated Dependencies
37
+
38
+ - Updated prettier to 0.51.0
39
+ - Updated esbuild to 0.41.0
40
+ - Updated esbuild to 0.41.0
41
+ - Updated unbuild to 0.47.0
42
+ - Updated unbuild to 0.47.0
43
+
5
44
  ## [1.272.2](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.272.2) (2025-05-07)
6
45
 
7
46
  ### 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.272.1-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.273.0-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 -->
@@ -358,6 +358,7 @@ The following executor options are available:
358
358
  | packageRoot | `string` | The path to the package root | |
359
359
  | registry | `string` | The registry to publish to | "https://registry.npmjs.org/" |
360
360
  | tag | `string` | The tag to publish with | "latest" |
361
+ | version | `string` | The version to publish. If not provided, the version from package.json will be used | |
361
362
  | otp | `number` | The one time password | |
362
363
  | dryRun | `boolean` | Perform a dry run | |
363
364
  | firstRelease | `boolean` | Publish the first release | |
@@ -7,7 +7,7 @@ import {
7
7
  } from "./chunk-MLF7ZQBW.mjs";
8
8
  import {
9
9
  __dirname
10
- } from "./chunk-IEZKYJSF.mjs";
10
+ } from "./chunk-QYPOYIKU.mjs";
11
11
 
12
12
  // src/generators/preset/generator.ts
13
13
  import {
@@ -13,7 +13,7 @@ import {
13
13
  } from "./chunk-U7JFVMCK.mjs";
14
14
  import {
15
15
  __dirname
16
- } from "./chunk-IEZKYJSF.mjs";
16
+ } from "./chunk-QYPOYIKU.mjs";
17
17
 
18
18
  // src/generators/node-library/generator.ts
19
19
  import {
@@ -22,7 +22,7 @@ import {
22
22
  } from "./chunk-U7JFVMCK.mjs";
23
23
  import {
24
24
  __require
25
- } from "./chunk-IEZKYJSF.mjs";
25
+ } from "./chunk-QYPOYIKU.mjs";
26
26
 
27
27
  // ../esbuild/src/build.ts
28
28
  import * as esbuild from "esbuild";
@@ -10,7 +10,7 @@ import {
10
10
  } from "./chunk-U7JFVMCK.mjs";
11
11
  import {
12
12
  __dirname
13
- } from "./chunk-IEZKYJSF.mjs";
13
+ } from "./chunk-QYPOYIKU.mjs";
14
14
 
15
15
  // src/generators/neutral-library/generator.ts
16
16
  import {
@@ -5,7 +5,7 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
5
5
  throw Error('Dynamic require of "' + x + '" is not supported');
6
6
  });
7
7
 
8
- // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=616d4d8468728c5caa25e7b97fe871f667b5342103b43bda8e891020bc6b674a__e7bfd10e92d28211ce978b182e37e925/node_modules/tsup/assets/esm_shims.js
8
+ // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__b8584d6fbd29e6db4e299eaf46843332/node_modules/tsup/assets/esm_shims.js
9
9
  import { fileURLToPath } from "url";
10
10
  import path from "path";
11
11
  var getFilename = () => fileURLToPath(import.meta.url);
@@ -10,7 +10,7 @@ import {
10
10
  } from "./chunk-U7JFVMCK.mjs";
11
11
  import {
12
12
  __dirname
13
- } from "./chunk-IEZKYJSF.mjs";
13
+ } from "./chunk-QYPOYIKU.mjs";
14
14
 
15
15
  // src/generators/browser-library/generator.ts
16
16
  import {
@@ -19,7 +19,7 @@ import {
19
19
  } from "./chunk-5MOK3MSQ.mjs";
20
20
  import {
21
21
  esbuildExecutorFn
22
- } from "./chunk-YTHGOOKO.mjs";
22
+ } from "./chunk-JISERTNY.mjs";
23
23
  import {
24
24
  cargoBuildExecutor
25
25
  } from "./chunk-ZASRR3NW.mjs";
@@ -41,7 +41,7 @@ import "./chunk-N63KWRTH.mjs";
41
41
  import "./chunk-WLB7XVWW.mjs";
42
42
  import "./chunk-LSF4BHCI.mjs";
43
43
  import "./chunk-U7JFVMCK.mjs";
44
- import "./chunk-IEZKYJSF.mjs";
44
+ import "./chunk-QYPOYIKU.mjs";
45
45
  export {
46
46
  LARGE_BUFFER,
47
47
  cargoBuildExecutor,
@@ -1,16 +1,16 @@
1
1
  import "./chunk-RLIZVCIN.mjs";
2
2
  import {
3
3
  nodeLibraryGeneratorFn
4
- } from "./chunk-XOKT6TQL.mjs";
4
+ } from "./chunk-JHTHTSQS.mjs";
5
5
  import {
6
6
  presetGeneratorFn
7
- } from "./chunk-EHAI3NXN.mjs";
7
+ } from "./chunk-6NLLGP7C.mjs";
8
8
  import {
9
9
  releaseVersionGeneratorFn
10
10
  } from "./chunk-5XYM22SB.mjs";
11
11
  import {
12
12
  browserLibraryGeneratorFn
13
- } from "./chunk-HLMSVHZY.mjs";
13
+ } from "./chunk-VHIM4LJY.mjs";
14
14
  import {
15
15
  configSchemaGeneratorFn
16
16
  } from "./chunk-DJYOYWNY.mjs";
@@ -19,7 +19,7 @@ import {
19
19
  } from "./chunk-437WGH2M.mjs";
20
20
  import {
21
21
  neutralLibraryGeneratorFn
22
- } from "./chunk-33FZTHTK.mjs";
22
+ } from "./chunk-KJPEFYZD.mjs";
23
23
  import "./chunk-3PTWOMU2.mjs";
24
24
  import "./chunk-F66XEAID.mjs";
25
25
  import "./chunk-EK75QNMS.mjs";
@@ -30,7 +30,7 @@ import "./chunk-N63KWRTH.mjs";
30
30
  import "./chunk-WLB7XVWW.mjs";
31
31
  import "./chunk-LSF4BHCI.mjs";
32
32
  import "./chunk-U7JFVMCK.mjs";
33
- import "./chunk-IEZKYJSF.mjs";
33
+ import "./chunk-QYPOYIKU.mjs";
34
34
  export {
35
35
  browserLibraryGeneratorFn,
36
36
  configSchemaGeneratorFn,
package/dist/index.mjs CHANGED
@@ -66,7 +66,7 @@ import {
66
66
  } from "./chunk-5MOK3MSQ.mjs";
67
67
  import {
68
68
  esbuildExecutorFn
69
- } from "./chunk-YTHGOOKO.mjs";
69
+ } from "./chunk-JISERTNY.mjs";
70
70
  import {
71
71
  cargoBuildExecutor
72
72
  } from "./chunk-ZASRR3NW.mjs";
@@ -96,16 +96,16 @@ import {
96
96
  import "./chunk-RLIZVCIN.mjs";
97
97
  import {
98
98
  nodeLibraryGeneratorFn
99
- } from "./chunk-XOKT6TQL.mjs";
99
+ } from "./chunk-JHTHTSQS.mjs";
100
100
  import {
101
101
  presetGeneratorFn
102
- } from "./chunk-EHAI3NXN.mjs";
102
+ } from "./chunk-6NLLGP7C.mjs";
103
103
  import {
104
104
  releaseVersionGeneratorFn
105
105
  } from "./chunk-5XYM22SB.mjs";
106
106
  import {
107
107
  browserLibraryGeneratorFn
108
- } from "./chunk-HLMSVHZY.mjs";
108
+ } from "./chunk-VHIM4LJY.mjs";
109
109
  import {
110
110
  configSchemaGeneratorFn
111
111
  } from "./chunk-DJYOYWNY.mjs";
@@ -114,7 +114,7 @@ import {
114
114
  } from "./chunk-437WGH2M.mjs";
115
115
  import {
116
116
  neutralLibraryGeneratorFn
117
- } from "./chunk-33FZTHTK.mjs";
117
+ } from "./chunk-KJPEFYZD.mjs";
118
118
  import {
119
119
  createProjectTsConfigJson,
120
120
  getOutputPath,
@@ -177,7 +177,7 @@ import "./chunk-U7JFVMCK.mjs";
177
177
  import {
178
178
  base_generator_untyped_default
179
179
  } from "./chunk-34LSWMWV.mjs";
180
- import "./chunk-IEZKYJSF.mjs";
180
+ import "./chunk-QYPOYIKU.mjs";
181
181
  export {
182
182
  INVALID_CARGO_ARGS,
183
183
  LARGE_BUFFER,
@@ -6,7 +6,7 @@ import "../../chunk-N63KWRTH.mjs";
6
6
  import "../../chunk-WLB7XVWW.mjs";
7
7
  import "../../chunk-LSF4BHCI.mjs";
8
8
  import "../../chunk-U7JFVMCK.mjs";
9
- import "../../chunk-IEZKYJSF.mjs";
9
+ import "../../chunk-QYPOYIKU.mjs";
10
10
  export {
11
11
  withRunExecutor
12
12
  };
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  base_executor_untyped_default
3
3
  } from "../../chunk-DGC5L3Z7.mjs";
4
- import "../../chunk-IEZKYJSF.mjs";
4
+ import "../../chunk-QYPOYIKU.mjs";
5
5
  export {
6
6
  base_executor_untyped_default as default
7
7
  };
@@ -6,7 +6,7 @@ import "../../chunk-N63KWRTH.mjs";
6
6
  import "../../chunk-WLB7XVWW.mjs";
7
7
  import "../../chunk-LSF4BHCI.mjs";
8
8
  import "../../chunk-U7JFVMCK.mjs";
9
- import "../../chunk-IEZKYJSF.mjs";
9
+ import "../../chunk-QYPOYIKU.mjs";
10
10
  export {
11
11
  withRunGenerator
12
12
  };
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  base_generator_untyped_default
3
3
  } from "../../chunk-34LSWMWV.mjs";
4
- import "../../chunk-IEZKYJSF.mjs";
4
+ import "../../chunk-QYPOYIKU.mjs";
5
5
  export {
6
6
  base_generator_untyped_default as default
7
7
  };
@@ -2,7 +2,7 @@ import {
2
2
  cargo_base_executor_untyped_default
3
3
  } from "../../chunk-7AN4JMFC.mjs";
4
4
  import "../../chunk-DGC5L3Z7.mjs";
5
- import "../../chunk-IEZKYJSF.mjs";
5
+ import "../../chunk-QYPOYIKU.mjs";
6
6
  export {
7
7
  cargo_base_executor_untyped_default as default
8
8
  };
@@ -33,7 +33,7 @@ import "../../chunk-U7JFVMCK.mjs";
33
33
  import {
34
34
  base_generator_untyped_default
35
35
  } from "../../chunk-34LSWMWV.mjs";
36
- import "../../chunk-IEZKYJSF.mjs";
36
+ import "../../chunk-QYPOYIKU.mjs";
37
37
  export {
38
38
  base_executor_untyped_default as baseExecutorSchema,
39
39
  base_generator_untyped_default as baseGeneratorSchema,
@@ -2,7 +2,7 @@ import {
2
2
  typescript_build_executor_untyped_default
3
3
  } from "../../chunk-HY3ZC5EZ.mjs";
4
4
  import "../../chunk-DGC5L3Z7.mjs";
5
- import "../../chunk-IEZKYJSF.mjs";
5
+ import "../../chunk-QYPOYIKU.mjs";
6
6
  export {
7
7
  typescript_build_executor_untyped_default as default
8
8
  };
@@ -2,7 +2,7 @@ import {
2
2
  typescript_library_generator_untyped_default
3
3
  } from "../../chunk-SW2E5MQJ.mjs";
4
4
  import "../../chunk-34LSWMWV.mjs";
5
- import "../../chunk-IEZKYJSF.mjs";
5
+ import "../../chunk-QYPOYIKU.mjs";
6
6
  export {
7
7
  typescript_library_generator_untyped_default as default
8
8
  };
@@ -9,7 +9,7 @@ import "../../../chunk-N63KWRTH.mjs";
9
9
  import "../../../chunk-WLB7XVWW.mjs";
10
10
  import "../../../chunk-LSF4BHCI.mjs";
11
11
  import "../../../chunk-U7JFVMCK.mjs";
12
- import "../../../chunk-IEZKYJSF.mjs";
12
+ import "../../../chunk-QYPOYIKU.mjs";
13
13
  export {
14
14
  cargoBuildExecutor,
15
15
  executor_default as default
@@ -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
+ }
@@ -2,7 +2,7 @@ import {
2
2
  cargo_base_executor_untyped_default
3
3
  } from "../../../chunk-7AN4JMFC.mjs";
4
4
  import "../../../chunk-DGC5L3Z7.mjs";
5
- import "../../../chunk-IEZKYJSF.mjs";
5
+ import "../../../chunk-QYPOYIKU.mjs";
6
6
 
7
7
  // src/executors/cargo-build/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -9,7 +9,7 @@ import "../../../chunk-N63KWRTH.mjs";
9
9
  import "../../../chunk-WLB7XVWW.mjs";
10
10
  import "../../../chunk-LSF4BHCI.mjs";
11
11
  import "../../../chunk-U7JFVMCK.mjs";
12
- import "../../../chunk-IEZKYJSF.mjs";
12
+ import "../../../chunk-QYPOYIKU.mjs";
13
13
  export {
14
14
  cargoCheckExecutor,
15
15
  executor_default as default
@@ -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
+