@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.
- package/CHANGELOG.md +39 -0
- package/README.md +2 -1
- package/dist/{chunk-EHAI3NXN.mjs → chunk-6NLLGP7C.mjs} +1 -1
- package/dist/{chunk-XOKT6TQL.mjs → chunk-JHTHTSQS.mjs} +1 -1
- package/dist/{chunk-YTHGOOKO.mjs → chunk-JISERTNY.mjs} +1 -1
- package/dist/{chunk-33FZTHTK.mjs → chunk-KJPEFYZD.mjs} +1 -1
- package/dist/{chunk-IEZKYJSF.mjs → chunk-QYPOYIKU.mjs} +1 -1
- package/dist/{chunk-HLMSVHZY.mjs → chunk-VHIM4LJY.mjs} +1 -1
- package/dist/executors.mjs +2 -2
- package/dist/generators.mjs +5 -5
- package/dist/index.mjs +6 -6
- package/dist/src/base/base-executor.mjs +1 -1
- package/dist/src/base/base-executor.untyped.mjs +1 -1
- package/dist/src/base/base-generator.mjs +1 -1
- package/dist/src/base/base-generator.untyped.mjs +1 -1
- package/dist/src/base/cargo-base-executor.untyped.mjs +1 -1
- package/dist/src/base/index.mjs +1 -1
- package/dist/src/base/typescript-build-executor.untyped.mjs +1 -1
- package/dist/src/base/typescript-library-generator.untyped.mjs +1 -1
- package/dist/src/executors/cargo-build/executor.mjs +1 -1
- package/dist/src/executors/cargo-build/schema.d.ts +86 -0
- package/dist/src/executors/cargo-build/schema.json +85 -0
- package/dist/src/executors/cargo-build/untyped.mjs +1 -1
- package/dist/src/executors/cargo-check/executor.mjs +1 -1
- package/dist/src/executors/cargo-check/schema.d.ts +89 -0
- package/dist/src/executors/cargo-check/schema.json +88 -0
- package/dist/src/executors/cargo-check/untyped.mjs +1 -1
- package/dist/src/executors/cargo-clippy/executor.mjs +1 -1
- package/dist/src/executors/cargo-clippy/schema.d.ts +97 -0
- package/dist/src/executors/cargo-clippy/schema.json +94 -0
- package/dist/src/executors/cargo-clippy/untyped.mjs +1 -1
- package/dist/src/executors/cargo-doc/executor.mjs +1 -1
- package/dist/src/executors/cargo-doc/schema.d.ts +125 -0
- package/dist/src/executors/cargo-doc/schema.json +164 -0
- package/dist/src/executors/cargo-doc/untyped.mjs +1 -1
- package/dist/src/executors/cargo-format/executor.mjs +1 -1
- package/dist/src/executors/cargo-format/schema.d.ts +89 -0
- package/dist/src/executors/cargo-format/schema.json +88 -0
- package/dist/src/executors/cargo-format/untyped.mjs +1 -1
- package/dist/src/executors/cargo-publish/executor.mjs +1 -1
- package/dist/src/executors/cargo-publish/schema.d.ts +115 -0
- package/dist/src/executors/cargo-publish/schema.json +107 -0
- package/dist/src/executors/cargo-publish/untyped.mjs +1 -1
- package/dist/src/executors/clean-package/executor.mjs +1 -1
- package/dist/src/executors/clean-package/schema.d.ts +60 -0
- package/dist/src/executors/clean-package/schema.json +57 -0
- package/dist/src/executors/clean-package/untyped.mjs +1 -1
- package/dist/src/executors/esbuild/executor.mjs +2 -2
- package/dist/src/executors/esbuild/schema.d.ts +137 -0
- package/dist/src/executors/esbuild/schema.json +165 -0
- package/dist/src/executors/esbuild/untyped.mjs +1 -1
- package/dist/src/executors/npm-publish/executor.mjs +1 -1
- package/dist/src/executors/npm-publish/schema.d.ts +68 -0
- package/dist/src/executors/npm-publish/schema.json +61 -0
- package/dist/src/executors/npm-publish/untyped.mjs +1 -1
- package/dist/src/executors/size-limit/executor.mjs +1 -1
- package/dist/src/executors/size-limit/schema.d.ts +25 -0
- package/dist/src/executors/size-limit/schema.json +29 -0
- package/dist/src/executors/size-limit/untyped.mjs +1 -1
- package/dist/src/executors/typia/executor.mjs +1 -1
- package/dist/src/executors/typia/schema.d.ts +48 -0
- package/dist/src/executors/typia/schema.json +57 -0
- package/dist/src/executors/typia/untyped.mjs +1 -1
- package/dist/src/executors/unbuild/executor.mjs +1 -1
- package/dist/src/executors/unbuild/schema.d.ts +258 -0
- package/dist/src/executors/unbuild/schema.json +301 -0
- package/dist/src/executors/unbuild/untyped.mjs +1 -1
- package/dist/src/generators/browser-library/generator.mjs +2 -2
- package/dist/src/generators/browser-library/schema.json +117 -0
- package/dist/src/generators/browser-library/untyped.mjs +1 -1
- package/dist/src/generators/config-schema/generator.mjs +1 -1
- package/dist/src/generators/config-schema/schema.json +24 -0
- package/dist/src/generators/config-schema/untyped.mjs +1 -1
- package/dist/src/generators/init/init.mjs +1 -1
- package/dist/src/generators/init/schema.json +15 -0
- package/dist/src/generators/init/untyped.mjs +1 -1
- package/dist/src/generators/neutral-library/generator.mjs +2 -2
- package/dist/src/generators/neutral-library/schema.json +116 -0
- package/dist/src/generators/neutral-library/untyped.mjs +1 -1
- package/dist/src/generators/node-library/generator.mjs +2 -2
- package/dist/src/generators/node-library/schema.json +117 -0
- package/dist/src/generators/node-library/untyped.mjs +1 -1
- package/dist/src/generators/preset/generator.mjs +2 -2
- package/dist/src/generators/preset/schema.json +96 -0
- package/dist/src/generators/preset/untyped.mjs +1 -1
- package/dist/src/generators/release-version/generator.mjs +1 -1
- package/dist/src/generators/release-version/schema.json +158 -0
- package/dist/src/generators/release-version/untyped.mjs +1 -1
- package/dist/src/plugins/rust/cargo-toml.mjs +1 -1
- package/dist/src/plugins/rust/index.mjs +1 -1
- package/dist/src/plugins/typescript/index.mjs +1 -1
- package/dist/src/plugins/typescript/project-config.mjs +1 -1
- package/dist/src/plugins/typescript/tsup.mjs +1 -1
- package/dist/src/plugins/typescript/untyped-schema.mjs +1 -1
- package/dist/src/types.mjs +1 -1
- package/dist/src/utils/apply-workspace-tokens.mjs +1 -1
- package/dist/src/utils/cargo.mjs +1 -1
- package/dist/src/utils/create-cli-options.mjs +1 -1
- package/dist/src/utils/get-project-configurations.mjs +1 -1
- package/dist/src/utils/index.mjs +1 -1
- package/dist/src/utils/lock-file.mjs +1 -1
- package/dist/src/utils/package-helpers.mjs +1 -1
- package/dist/src/utils/plugin-helpers.mjs +1 -1
- package/dist/src/utils/pnpm-deps-update.mjs +1 -1
- package/dist/src/utils/project-tags.mjs +1 -1
- package/dist/src/utils/typia-transform.mjs +1 -1
- package/dist/src/utils/versions.mjs +1 -1
- 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
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
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 | |
|
|
@@ -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=
|
|
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);
|
package/dist/executors.mjs
CHANGED
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
} from "./chunk-5MOK3MSQ.mjs";
|
|
20
20
|
import {
|
|
21
21
|
esbuildExecutorFn
|
|
22
|
-
} from "./chunk-
|
|
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-
|
|
44
|
+
import "./chunk-QYPOYIKU.mjs";
|
|
45
45
|
export {
|
|
46
46
|
LARGE_BUFFER,
|
|
47
47
|
cargoBuildExecutor,
|
package/dist/generators.mjs
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import "./chunk-RLIZVCIN.mjs";
|
|
2
2
|
import {
|
|
3
3
|
nodeLibraryGeneratorFn
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-JHTHTSQS.mjs";
|
|
5
5
|
import {
|
|
6
6
|
presetGeneratorFn
|
|
7
|
-
} from "./chunk-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
99
|
+
} from "./chunk-JHTHTSQS.mjs";
|
|
100
100
|
import {
|
|
101
101
|
presetGeneratorFn
|
|
102
|
-
} from "./chunk-
|
|
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-
|
|
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-
|
|
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-
|
|
180
|
+
import "./chunk-QYPOYIKU.mjs";
|
|
181
181
|
export {
|
|
182
182
|
INVALID_CARGO_ARGS,
|
|
183
183
|
LARGE_BUFFER,
|
package/dist/src/base/index.mjs
CHANGED
|
@@ -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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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
|
+
|