@storm-software/workspace-tools 1.295.81 → 1.295.82
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 +19 -0
- package/dist/executors.js +4 -4
- package/dist/executors.mjs +7 -7
- package/dist/generators.js +6 -6
- package/dist/generators.mjs +6 -6
- package/dist/index.js +10 -10
- package/dist/index.mjs +13 -13
- package/package.json +10 -10
- package/dist/src/executors/cargo-build/schema.d.ts +0 -86
- package/dist/src/executors/cargo-build/schema.json +0 -85
- package/dist/src/executors/cargo-check/schema.d.ts +0 -88
- package/dist/src/executors/cargo-check/schema.json +0 -86
- package/dist/src/executors/cargo-clippy/schema.d.ts +0 -96
- package/dist/src/executors/cargo-clippy/schema.json +0 -92
- package/dist/src/executors/cargo-doc/schema.d.ts +0 -124
- package/dist/src/executors/cargo-doc/schema.json +0 -162
- package/dist/src/executors/cargo-format/schema.d.ts +0 -88
- package/dist/src/executors/cargo-format/schema.json +0 -86
- package/dist/src/executors/cargo-publish/schema.d.ts +0 -114
- package/dist/src/executors/cargo-publish/schema.json +0 -105
- package/dist/src/executors/clean-package/schema.d.ts +0 -59
- package/dist/src/executors/clean-package/schema.json +0 -55
- package/dist/src/executors/esbuild/schema.d.ts +0 -136
- package/dist/src/executors/esbuild/schema.json +0 -163
- package/dist/src/executors/napi/schema.d.ts +0 -282
- package/dist/src/executors/napi/schema.json +0 -235
- 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 -24
- package/dist/src/executors/size-limit/schema.json +0 -26
- package/dist/src/executors/tsdown/schema.d.ts +0 -134
- package/dist/src/executors/tsdown/schema.json +0 -172
- 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/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,25 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Workspace Tools
|
|
4
4
|
|
|
5
|
+
## [1.295.81](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.295.81) (05/19/2026)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **git-tools:** Added git tag logging and updated release defaults ([9cc43a242](https://github.com/storm-software/storm-ops/commit/9cc43a242))
|
|
10
|
+
|
|
11
|
+
### Updated Dependencies
|
|
12
|
+
|
|
13
|
+
- Updated **config** to **v1.137.53**
|
|
14
|
+
- Updated **config-tools** to **v1.190.21**
|
|
15
|
+
- Updated **esbuild** to **v0.53.182**
|
|
16
|
+
- Updated **npm-tools** to **v0.6.138**
|
|
17
|
+
- Updated **package-constants** to **v0.1.34**
|
|
18
|
+
- Updated **pnpm-tools** to **v0.7.31**
|
|
19
|
+
- Updated **prettier** to **v0.59.73**
|
|
20
|
+
- Updated **testing-tools** to **v1.119.174**
|
|
21
|
+
- Updated **tsdown** to **v0.45.182**
|
|
22
|
+
- Updated **unbuild** to **v0.57.182**
|
|
23
|
+
|
|
5
24
|
## [1.295.80](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.295.80) (05/16/2026)
|
|
6
25
|
|
|
7
26
|
### Miscellaneous
|
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
|
|
4
|
+
var _chunkXNHWWPSKjs = require('./chunk-XNHWWPSK.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
|
|
26
|
+
var _chunkO7Z2YGFUjs = require('./chunk-O7Z2YGFU.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
|
|
38
|
+
var _chunkPRW5IUACjs = require('./chunk-PRW5IUAC.js');
|
|
39
39
|
|
|
40
40
|
|
|
41
|
-
var
|
|
41
|
+
var _chunkZYI527ZSjs = require('./chunk-ZYI527ZS.js');
|
|
42
42
|
require('./chunk-32KQVUCF.js');
|
|
43
43
|
require('./chunk-6IXJEWJR.js');
|
|
44
44
|
require('./chunk-PB5565L7.js');
|
package/dist/executors.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "./chunk-GHQJKIMQ.mjs";
|
|
2
2
|
import {
|
|
3
|
-
|
|
4
|
-
} from "./chunk-
|
|
3
|
+
cargoBuildExecutor
|
|
4
|
+
} from "./chunk-FQX7ZBQS.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
|
-
|
|
26
|
-
} from "./chunk-
|
|
25
|
+
sizeLimitExecutorFn
|
|
26
|
+
} from "./chunk-IETUQQJT.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";
|
|
39
36
|
import {
|
|
40
37
|
cargoCheckExecutor
|
|
41
38
|
} 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";
|
package/dist/generators.js
CHANGED
|
@@ -1,15 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-C3TC7AUW.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var _chunkETSIRKO5js = require('./chunk-ETSIRKO5.js');
|
|
5
|
-
|
|
6
|
-
|
|
7
4
|
var _chunkFFEJNAFPjs = require('./chunk-FFEJNAFP.js');
|
|
8
5
|
|
|
9
6
|
|
|
10
|
-
var _chunk6HJ4EEBBjs = require('./chunk-6HJ4EEBB.js');
|
|
11
|
-
|
|
12
|
-
|
|
13
7
|
var _chunkWJ5AG2IUjs = require('./chunk-WJ5AG2IU.js');
|
|
14
8
|
|
|
15
9
|
|
|
@@ -17,6 +11,12 @@ var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
|
|
|
17
11
|
|
|
18
12
|
|
|
19
13
|
var _chunkP56QF3XGjs = require('./chunk-P56QF3XG.js');
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
var _chunkETSIRKO5js = require('./chunk-ETSIRKO5.js');
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
var _chunk6HJ4EEBBjs = require('./chunk-6HJ4EEBB.js');
|
|
20
20
|
require('./chunk-57OGFZNB.js');
|
|
21
21
|
require('./chunk-SZWM7COV.js');
|
|
22
22
|
require('./chunk-TAP26ZJQ.js');
|
package/dist/generators.mjs
CHANGED
|
@@ -1,13 +1,7 @@
|
|
|
1
1
|
import "./chunk-SAIDGUHG.mjs";
|
|
2
|
-
import {
|
|
3
|
-
nodeLibraryGeneratorFn
|
|
4
|
-
} from "./chunk-HECOVC7R.mjs";
|
|
5
2
|
import {
|
|
6
3
|
presetGeneratorFn
|
|
7
4
|
} from "./chunk-FPNWNZUL.mjs";
|
|
8
|
-
import {
|
|
9
|
-
browserLibraryGeneratorFn
|
|
10
|
-
} from "./chunk-OBATTMGC.mjs";
|
|
11
5
|
import {
|
|
12
6
|
configSchemaGeneratorFn
|
|
13
7
|
} from "./chunk-BT7OBRJT.mjs";
|
|
@@ -17,6 +11,12 @@ import {
|
|
|
17
11
|
import {
|
|
18
12
|
neutralLibraryGeneratorFn
|
|
19
13
|
} 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
|
|
61
|
+
var _chunkXNHWWPSKjs = require('./chunk-XNHWWPSK.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
|
|
83
|
+
var _chunkO7Z2YGFUjs = require('./chunk-O7Z2YGFU.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
|
|
95
|
+
var _chunkPRW5IUACjs = require('./chunk-PRW5IUAC.js');
|
|
96
96
|
|
|
97
97
|
|
|
98
|
-
var
|
|
98
|
+
var _chunkZYI527ZSjs = require('./chunk-ZYI527ZS.js');
|
|
99
99
|
|
|
100
100
|
|
|
101
101
|
|
|
@@ -116,15 +116,9 @@ require('./chunk-PB5565L7.js');
|
|
|
116
116
|
require('./chunk-C3TC7AUW.js');
|
|
117
117
|
|
|
118
118
|
|
|
119
|
-
var _chunkETSIRKO5js = require('./chunk-ETSIRKO5.js');
|
|
120
|
-
|
|
121
|
-
|
|
122
119
|
var _chunkFFEJNAFPjs = require('./chunk-FFEJNAFP.js');
|
|
123
120
|
|
|
124
121
|
|
|
125
|
-
var _chunk6HJ4EEBBjs = require('./chunk-6HJ4EEBB.js');
|
|
126
|
-
|
|
127
|
-
|
|
128
122
|
var _chunkWJ5AG2IUjs = require('./chunk-WJ5AG2IU.js');
|
|
129
123
|
|
|
130
124
|
|
|
@@ -134,6 +128,12 @@ var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
|
|
|
134
128
|
var _chunkP56QF3XGjs = require('./chunk-P56QF3XG.js');
|
|
135
129
|
|
|
136
130
|
|
|
131
|
+
var _chunkETSIRKO5js = require('./chunk-ETSIRKO5.js');
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
var _chunk6HJ4EEBBjs = require('./chunk-6HJ4EEBB.js');
|
|
135
|
+
|
|
136
|
+
|
|
137
137
|
|
|
138
138
|
|
|
139
139
|
|
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
|
-
|
|
61
|
-
} from "./chunk-
|
|
60
|
+
cargoBuildExecutor
|
|
61
|
+
} from "./chunk-FQX7ZBQS.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
|
-
|
|
83
|
-
} from "./chunk-
|
|
82
|
+
sizeLimitExecutorFn
|
|
83
|
+
} from "./chunk-IETUQQJT.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";
|
|
96
93
|
import {
|
|
97
94
|
cargoCheckExecutor
|
|
98
95
|
} 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,15 +114,9 @@ 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";
|
|
120
117
|
import {
|
|
121
118
|
presetGeneratorFn
|
|
122
119
|
} from "./chunk-FPNWNZUL.mjs";
|
|
123
|
-
import {
|
|
124
|
-
browserLibraryGeneratorFn
|
|
125
|
-
} from "./chunk-OBATTMGC.mjs";
|
|
126
120
|
import {
|
|
127
121
|
configSchemaGeneratorFn
|
|
128
122
|
} from "./chunk-BT7OBRJT.mjs";
|
|
@@ -132,6 +126,12 @@ import {
|
|
|
132
126
|
import {
|
|
133
127
|
neutralLibraryGeneratorFn
|
|
134
128
|
} 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,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/workspace-tools",
|
|
3
|
-
"version": "1.295.
|
|
3
|
+
"version": "1.295.82",
|
|
4
4
|
"description": "Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"monorepo",
|
|
@@ -228,13 +228,13 @@
|
|
|
228
228
|
"@size-limit/esbuild": "11.1.4",
|
|
229
229
|
"@size-limit/esbuild-why": "11.1.4",
|
|
230
230
|
"@size-limit/file": "11.1.4",
|
|
231
|
-
"@storm-software/config-tools": "1.190.
|
|
232
|
-
"@storm-software/esbuild": "0.53.
|
|
233
|
-
"@storm-software/npm-tools": "0.6.
|
|
234
|
-
"@storm-software/pnpm-tools": "0.7.
|
|
235
|
-
"@storm-software/prettier": "0.59.
|
|
236
|
-
"@storm-software/tsdown": "0.45.
|
|
237
|
-
"@storm-software/unbuild": "0.57.
|
|
231
|
+
"@storm-software/config-tools": "1.190.22",
|
|
232
|
+
"@storm-software/esbuild": "0.53.183",
|
|
233
|
+
"@storm-software/npm-tools": "0.6.139",
|
|
234
|
+
"@storm-software/pnpm-tools": "0.7.32",
|
|
235
|
+
"@storm-software/prettier": "0.59.74",
|
|
236
|
+
"@storm-software/tsdown": "0.45.183",
|
|
237
|
+
"@storm-software/unbuild": "0.57.183",
|
|
238
238
|
"fs-extra": "11.2.0",
|
|
239
239
|
"glob": "^11.1.0",
|
|
240
240
|
"jiti": "2.4.2",
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
},
|
|
249
249
|
"devDependencies": {
|
|
250
250
|
"@napi-rs/cli": "^3.6.2",
|
|
251
|
-
"@storm-software/package-constants": "0.1.
|
|
251
|
+
"@storm-software/package-constants": "0.1.35",
|
|
252
252
|
"@types/micromatch": "^4.0.10",
|
|
253
253
|
"@types/node": "^25.9.1",
|
|
254
254
|
"@types/semver": "7.5.8",
|
|
@@ -273,5 +273,5 @@
|
|
|
273
273
|
"publishConfig": { "access": "public" },
|
|
274
274
|
"executors": "./executors.json",
|
|
275
275
|
"generators": "./generators.json",
|
|
276
|
-
"gitHead": "
|
|
276
|
+
"gitHead": "c746662eaee78e61935b7e38f88d17c714e5ac57"
|
|
277
277
|
}
|
|
@@ -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,85 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,88 +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
|
-
*
|
|
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
|
-
|
|
@@ -1,86 +0,0 @@
|
|
|
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
|
-
}
|