@storm-software/workspace-tools 1.275.16 → 1.275.18
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 +24 -0
- package/README.md +1 -1
- package/config/base.json +3 -0
- package/dist/generators.js +2 -2
- package/dist/generators.mjs +3 -3
- package/dist/index.js +2 -2
- package/dist/index.mjs +3 -3
- package/package.json +4 -4
- package/dist/src/executors/cargo-build/schema.d.ts +0 -86
- package/dist/src/executors/cargo-check/schema.d.ts +0 -89
- package/dist/src/executors/cargo-clippy/schema.d.ts +0 -97
- package/dist/src/executors/cargo-clippy/schema.json +0 -94
- package/dist/src/executors/cargo-doc/schema.d.ts +0 -125
- package/dist/src/executors/cargo-doc/schema.json +0 -164
- package/dist/src/executors/cargo-format/schema.d.ts +0 -89
- package/dist/src/executors/cargo-format/schema.json +0 -88
- package/dist/src/executors/cargo-publish/schema.d.ts +0 -115
- package/dist/src/executors/cargo-publish/schema.json +0 -107
- package/dist/src/executors/clean-package/schema.d.ts +0 -60
- package/dist/src/executors/clean-package/schema.json +0 -57
- package/dist/src/executors/esbuild/schema.d.ts +0 -137
- package/dist/src/executors/esbuild/schema.json +0 -165
- package/dist/src/executors/npm-publish/schema.d.ts +0 -68
- package/dist/src/executors/npm-publish/schema.json +0 -61
- package/dist/src/executors/size-limit/schema.d.ts +0 -25
- package/dist/src/executors/size-limit/schema.json +0 -29
- package/dist/src/executors/typia/schema.d.ts +0 -48
- package/dist/src/executors/typia/schema.json +0 -57
- package/dist/src/executors/unbuild/schema.d.ts +0 -258
- package/dist/src/executors/unbuild/schema.json +0 -301
- package/dist/src/generators/browser-library/schema.d.ts +0 -122
- package/dist/src/generators/browser-library/schema.json +0 -117
- package/dist/src/generators/config-schema/schema.d.ts +0 -23
- package/dist/src/generators/config-schema/schema.json +0 -24
- package/dist/src/generators/init/schema.d.ts +0 -14
- package/dist/src/generators/init/schema.json +0 -15
- package/dist/src/generators/neutral-library/schema.d.ts +0 -122
- package/dist/src/generators/neutral-library/schema.json +0 -116
- package/dist/src/generators/node-library/schema.d.ts +0 -122
- package/dist/src/generators/node-library/schema.json +0 -117
- package/dist/src/generators/preset/schema.d.ts +0 -101
- package/dist/src/generators/preset/schema.json +0 -96
- package/dist/src/generators/release-version/schema.d.ts +0 -180
- package/dist/src/generators/release-version/schema.json +0 -158
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,30 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Workspace Tools
|
|
4
4
|
|
|
5
|
+
## [1.275.17](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.275.17) (2025-06-18)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- **git-tools:** Resolve issue with configuration provided to
|
|
10
|
+
`StormChangelogGenerator` class
|
|
11
|
+
([d1e2d63b9](https://github.com/storm-software/storm-ops/commit/d1e2d63b9))
|
|
12
|
+
|
|
13
|
+
## [1.275.16](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.275.16) (2025-06-17)
|
|
14
|
+
|
|
15
|
+
### Miscellaneous
|
|
16
|
+
|
|
17
|
+
- **monorepo:** Regenerate README markdown files
|
|
18
|
+
- **monorepo:** Update respository package dependencies
|
|
19
|
+
- **monorepo:** Regenerate README markdown files
|
|
20
|
+
|
|
21
|
+
### Updated Dependencies
|
|
22
|
+
|
|
23
|
+
- Updated prettier to 0.51.25
|
|
24
|
+
- Updated esbuild to 0.45.5
|
|
25
|
+
- Updated esbuild to 0.45.5
|
|
26
|
+
- Updated unbuild to 0.49.16
|
|
27
|
+
- Updated unbuild to 0.49.16
|
|
28
|
+
|
|
5
29
|
## [1.275.15](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.275.15) (2025-06-14)
|
|
6
30
|
|
|
7
31
|
### Miscellaneous
|
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 -->
|
package/config/base.json
CHANGED
|
@@ -417,6 +417,9 @@
|
|
|
417
417
|
"version": {
|
|
418
418
|
"groupPreVersionCommand": "pnpm build",
|
|
419
419
|
"generator": "@storm-software/workspace-tools:release-version",
|
|
420
|
+
"currentVersionResolver": "git-tag",
|
|
421
|
+
"specifierSource": "conventional-commits",
|
|
422
|
+
|
|
420
423
|
"generatorOptions": {
|
|
421
424
|
"currentVersionResolver": "git-tag",
|
|
422
425
|
"specifierSource": "conventional-commits"
|
package/dist/generators.js
CHANGED
|
@@ -10,10 +10,10 @@ var _chunkZARYEHW7js = require('./chunk-ZARYEHW7.js');
|
|
|
10
10
|
var _chunkSE4WCL4Ojs = require('./chunk-SE4WCL4O.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
var
|
|
13
|
+
var _chunk44ORGJU6js = require('./chunk-44ORGJU6.js');
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
16
|
+
var _chunkVNYMAMOQjs = require('./chunk-VNYMAMOQ.js');
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
|
package/dist/generators.mjs
CHANGED
|
@@ -8,12 +8,12 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
releaseVersionGeneratorFn
|
|
10
10
|
} from "./chunk-FXJFMNIG.mjs";
|
|
11
|
-
import {
|
|
12
|
-
browserLibraryGeneratorFn
|
|
13
|
-
} from "./chunk-5LJGZH6B.mjs";
|
|
14
11
|
import {
|
|
15
12
|
configSchemaGeneratorFn
|
|
16
13
|
} from "./chunk-OCAYHE4R.mjs";
|
|
14
|
+
import {
|
|
15
|
+
browserLibraryGeneratorFn
|
|
16
|
+
} from "./chunk-5LJGZH6B.mjs";
|
|
17
17
|
import {
|
|
18
18
|
initGenerator
|
|
19
19
|
} from "./chunk-437WGH2M.mjs";
|
package/dist/index.js
CHANGED
|
@@ -105,10 +105,10 @@ var _chunkZARYEHW7js = require('./chunk-ZARYEHW7.js');
|
|
|
105
105
|
var _chunkSE4WCL4Ojs = require('./chunk-SE4WCL4O.js');
|
|
106
106
|
|
|
107
107
|
|
|
108
|
-
var
|
|
108
|
+
var _chunk44ORGJU6js = require('./chunk-44ORGJU6.js');
|
|
109
109
|
|
|
110
110
|
|
|
111
|
-
var
|
|
111
|
+
var _chunkVNYMAMOQjs = require('./chunk-VNYMAMOQ.js');
|
|
112
112
|
|
|
113
113
|
|
|
114
114
|
var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
|
package/dist/index.mjs
CHANGED
|
@@ -103,12 +103,12 @@ import {
|
|
|
103
103
|
import {
|
|
104
104
|
releaseVersionGeneratorFn
|
|
105
105
|
} from "./chunk-FXJFMNIG.mjs";
|
|
106
|
-
import {
|
|
107
|
-
browserLibraryGeneratorFn
|
|
108
|
-
} from "./chunk-5LJGZH6B.mjs";
|
|
109
106
|
import {
|
|
110
107
|
configSchemaGeneratorFn
|
|
111
108
|
} from "./chunk-OCAYHE4R.mjs";
|
|
109
|
+
import {
|
|
110
|
+
browserLibraryGeneratorFn
|
|
111
|
+
} from "./chunk-5LJGZH6B.mjs";
|
|
112
112
|
import {
|
|
113
113
|
initGenerator
|
|
114
114
|
} from "./chunk-437WGH2M.mjs";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/workspace-tools",
|
|
3
|
-
"version": "1.275.
|
|
3
|
+
"version": "1.275.18",
|
|
4
4
|
"description": "Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -208,9 +208,9 @@
|
|
|
208
208
|
"@size-limit/esbuild": "11.1.4",
|
|
209
209
|
"@size-limit/esbuild-why": "11.1.4",
|
|
210
210
|
"@size-limit/file": "11.1.4",
|
|
211
|
-
"@storm-software/esbuild": "^0.45.
|
|
212
|
-
"@storm-software/prettier": "^0.51.
|
|
213
|
-
"@storm-software/unbuild": "^0.49.
|
|
211
|
+
"@storm-software/esbuild": "^0.45.6",
|
|
212
|
+
"@storm-software/prettier": "^0.51.26",
|
|
213
|
+
"@storm-software/unbuild": "^0.49.17",
|
|
214
214
|
"fs-extra": "11.2.0",
|
|
215
215
|
"glob": "^11.0.1",
|
|
216
216
|
"jiti": "^2.4.2",
|
|
@@ -1,86 +0,0 @@
|
|
|
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
|
-
|
|
@@ -1,89 +0,0 @@
|
|
|
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
|
-
|
|
@@ -1,97 +0,0 @@
|
|
|
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
|
-
|
|
@@ -1,94 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
// Generated by @storm-software/untyped
|
|
3
|
-
// Do not edit this file directly
|
|
4
|
-
|
|
5
|
-
export interface CargoDocExecutorSchema {
|
|
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
|
-
* Library
|
|
91
|
-
*
|
|
92
|
-
* Generate documentation for the library
|
|
93
|
-
*
|
|
94
|
-
* @default {"default":true}
|
|
95
|
-
*/
|
|
96
|
-
lib?: boolean,
|
|
97
|
-
|
|
98
|
-
/**
|
|
99
|
-
* Bins
|
|
100
|
-
*
|
|
101
|
-
* Generate documentation for the bins
|
|
102
|
-
*
|
|
103
|
-
* @default {"default":true}
|
|
104
|
-
*/
|
|
105
|
-
bins?: boolean,
|
|
106
|
-
|
|
107
|
-
/**
|
|
108
|
-
* Examples
|
|
109
|
-
*
|
|
110
|
-
* Generate documentation for the examples
|
|
111
|
-
*
|
|
112
|
-
* @default {"default":true}
|
|
113
|
-
*/
|
|
114
|
-
examples?: boolean,
|
|
115
|
-
|
|
116
|
-
/**
|
|
117
|
-
* No Dependencies
|
|
118
|
-
*
|
|
119
|
-
* Do not generate documentation for dependencies
|
|
120
|
-
*
|
|
121
|
-
* @default {"default":false}
|
|
122
|
-
*/
|
|
123
|
-
noDeps?: boolean,
|
|
124
|
-
}
|
|
125
|
-
|