@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
|
@@ -8,7 +8,7 @@ import "../../../chunk-N63KWRTH.mjs";
|
|
|
8
8
|
import "../../../chunk-WLB7XVWW.mjs";
|
|
9
9
|
import "../../../chunk-LSF4BHCI.mjs";
|
|
10
10
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-QYPOYIKU.mjs";
|
|
12
12
|
export {
|
|
13
13
|
configSchemaGeneratorFn,
|
|
14
14
|
generator_default as default
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "#",
|
|
3
|
+
"title": "Config Schema Generator",
|
|
4
|
+
"description": "A type definition for a config schema generator schema",
|
|
5
|
+
"properties": {
|
|
6
|
+
"directory": {
|
|
7
|
+
"title": "Directory",
|
|
8
|
+
"type": "string",
|
|
9
|
+
"description": "The directory to create the library in",
|
|
10
|
+
"id": "#directory"
|
|
11
|
+
},
|
|
12
|
+
"outputFile": {
|
|
13
|
+
"title": "Output File",
|
|
14
|
+
"type": "string",
|
|
15
|
+
"description": "The file to write the schema to",
|
|
16
|
+
"id": "#outputFile",
|
|
17
|
+
"default": "{workspaceRoot}/storm-workspace.schema.json"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"type": "object",
|
|
21
|
+
"default": {
|
|
22
|
+
"outputFile": "{workspaceRoot}/storm-workspace.schema.json"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "#",
|
|
3
|
+
"title": "Init Generator",
|
|
4
|
+
"description": "A type definition for an init generator schema",
|
|
5
|
+
"properties": {
|
|
6
|
+
"skipFormat": {
|
|
7
|
+
"title": "Skip Format",
|
|
8
|
+
"type": "boolean",
|
|
9
|
+
"description": "Skip formatting the generated files",
|
|
10
|
+
"id": "#skipFormat"
|
|
11
|
+
}
|
|
12
|
+
},
|
|
13
|
+
"type": "object",
|
|
14
|
+
"default": {}
|
|
15
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
neutralLibraryGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-KJPEFYZD.mjs";
|
|
5
5
|
import "../../../chunk-3PTWOMU2.mjs";
|
|
6
6
|
import "../../../chunk-F66XEAID.mjs";
|
|
7
7
|
import "../../../chunk-EK75QNMS.mjs";
|
|
@@ -11,7 +11,7 @@ import "../../../chunk-N63KWRTH.mjs";
|
|
|
11
11
|
import "../../../chunk-WLB7XVWW.mjs";
|
|
12
12
|
import "../../../chunk-LSF4BHCI.mjs";
|
|
13
13
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
14
|
-
import "../../../chunk-
|
|
14
|
+
import "../../../chunk-QYPOYIKU.mjs";
|
|
15
15
|
export {
|
|
16
16
|
generator_default as default,
|
|
17
17
|
neutralLibraryGeneratorFn
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "#",
|
|
3
|
+
"title": "Neutral Library Generator",
|
|
4
|
+
"description": "A type definition for a neutral library generator schema",
|
|
5
|
+
"required": [
|
|
6
|
+
"directory",
|
|
7
|
+
"name"
|
|
8
|
+
],
|
|
9
|
+
"properties": {
|
|
10
|
+
"directory": {
|
|
11
|
+
"title": "Directory",
|
|
12
|
+
"type": "string",
|
|
13
|
+
"description": "The directory to create the library in",
|
|
14
|
+
"id": "#directory"
|
|
15
|
+
},
|
|
16
|
+
"name": {
|
|
17
|
+
"title": "Name",
|
|
18
|
+
"type": "string",
|
|
19
|
+
"description": "The name of the library",
|
|
20
|
+
"id": "#name"
|
|
21
|
+
},
|
|
22
|
+
"description": {
|
|
23
|
+
"title": "Description",
|
|
24
|
+
"type": "string",
|
|
25
|
+
"description": "The description of the library",
|
|
26
|
+
"id": "#description"
|
|
27
|
+
},
|
|
28
|
+
"buildExecutor": {
|
|
29
|
+
"title": "Build Executor",
|
|
30
|
+
"type": "string",
|
|
31
|
+
"description": "The executor to use for building the library",
|
|
32
|
+
"id": "#buildExecutor",
|
|
33
|
+
"default": "@storm-software/workspace-tools:unbuild"
|
|
34
|
+
},
|
|
35
|
+
"platform": {
|
|
36
|
+
"title": "Platform",
|
|
37
|
+
"type": "string",
|
|
38
|
+
"description": "The platform to target with the library",
|
|
39
|
+
"enum": [
|
|
40
|
+
"neutral"
|
|
41
|
+
],
|
|
42
|
+
"id": "#platform",
|
|
43
|
+
"default": "neutral"
|
|
44
|
+
},
|
|
45
|
+
"importPath": {
|
|
46
|
+
"title": "Import Path",
|
|
47
|
+
"type": "string",
|
|
48
|
+
"description": "The import path for the library",
|
|
49
|
+
"id": "#importPath"
|
|
50
|
+
},
|
|
51
|
+
"tags": {
|
|
52
|
+
"title": "Tags",
|
|
53
|
+
"type": "string",
|
|
54
|
+
"description": "The tags for the library",
|
|
55
|
+
"id": "#tags"
|
|
56
|
+
},
|
|
57
|
+
"unitTestRunner": {
|
|
58
|
+
"title": "Unit Test Runner",
|
|
59
|
+
"type": "string",
|
|
60
|
+
"enum": [
|
|
61
|
+
"jest",
|
|
62
|
+
"vitest",
|
|
63
|
+
"none"
|
|
64
|
+
],
|
|
65
|
+
"description": "The unit test runner to use",
|
|
66
|
+
"id": "#unitTestRunner"
|
|
67
|
+
},
|
|
68
|
+
"testEnvironment": {
|
|
69
|
+
"title": "Test Environment",
|
|
70
|
+
"type": "string",
|
|
71
|
+
"enum": [
|
|
72
|
+
"jsdom",
|
|
73
|
+
"node"
|
|
74
|
+
],
|
|
75
|
+
"description": "The test environment to use",
|
|
76
|
+
"id": "#testEnvironment"
|
|
77
|
+
},
|
|
78
|
+
"pascalCaseFiles": {
|
|
79
|
+
"title": "Pascal Case Files",
|
|
80
|
+
"type": "boolean",
|
|
81
|
+
"description": "Use PascalCase for file names",
|
|
82
|
+
"id": "#pascalCaseFiles",
|
|
83
|
+
"default": false
|
|
84
|
+
},
|
|
85
|
+
"strict": {
|
|
86
|
+
"title": "Strict",
|
|
87
|
+
"type": "boolean",
|
|
88
|
+
"description": "Enable strict mode",
|
|
89
|
+
"id": "#strict",
|
|
90
|
+
"default": true
|
|
91
|
+
},
|
|
92
|
+
"publishable": {
|
|
93
|
+
"title": "Publishable",
|
|
94
|
+
"type": "boolean",
|
|
95
|
+
"description": "Make the library publishable",
|
|
96
|
+
"id": "#publishable",
|
|
97
|
+
"default": false
|
|
98
|
+
},
|
|
99
|
+
"buildable": {
|
|
100
|
+
"title": "Buildable",
|
|
101
|
+
"type": "boolean",
|
|
102
|
+
"description": "Make the library buildable",
|
|
103
|
+
"id": "#buildable",
|
|
104
|
+
"default": true
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
"type": "object",
|
|
108
|
+
"default": {
|
|
109
|
+
"buildExecutor": "@storm-software/workspace-tools:unbuild",
|
|
110
|
+
"platform": "neutral",
|
|
111
|
+
"pascalCaseFiles": false,
|
|
112
|
+
"strict": true,
|
|
113
|
+
"publishable": false,
|
|
114
|
+
"buildable": true
|
|
115
|
+
}
|
|
116
|
+
}
|
|
@@ -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
|
|
|
7
7
|
// src/generators/neutral-library/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
nodeLibraryGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-JHTHTSQS.mjs";
|
|
5
5
|
import "../../../chunk-3PTWOMU2.mjs";
|
|
6
6
|
import "../../../chunk-F66XEAID.mjs";
|
|
7
7
|
import "../../../chunk-EK75QNMS.mjs";
|
|
@@ -11,7 +11,7 @@ import "../../../chunk-N63KWRTH.mjs";
|
|
|
11
11
|
import "../../../chunk-WLB7XVWW.mjs";
|
|
12
12
|
import "../../../chunk-LSF4BHCI.mjs";
|
|
13
13
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
14
|
-
import "../../../chunk-
|
|
14
|
+
import "../../../chunk-QYPOYIKU.mjs";
|
|
15
15
|
export {
|
|
16
16
|
generator_default as default,
|
|
17
17
|
nodeLibraryGeneratorFn
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "#",
|
|
3
|
+
"title": "Node Library Generator",
|
|
4
|
+
"description": "A type definition for a NodeJs library generator schema",
|
|
5
|
+
"required": [
|
|
6
|
+
"directory",
|
|
7
|
+
"name"
|
|
8
|
+
],
|
|
9
|
+
"properties": {
|
|
10
|
+
"directory": {
|
|
11
|
+
"title": "Directory",
|
|
12
|
+
"type": "string",
|
|
13
|
+
"description": "The directory to create the library in",
|
|
14
|
+
"id": "#directory"
|
|
15
|
+
},
|
|
16
|
+
"name": {
|
|
17
|
+
"title": "Name",
|
|
18
|
+
"type": "string",
|
|
19
|
+
"description": "The name of the library",
|
|
20
|
+
"id": "#name"
|
|
21
|
+
},
|
|
22
|
+
"description": {
|
|
23
|
+
"title": "Description",
|
|
24
|
+
"type": "string",
|
|
25
|
+
"description": "The description of the library",
|
|
26
|
+
"id": "#description"
|
|
27
|
+
},
|
|
28
|
+
"buildExecutor": {
|
|
29
|
+
"title": "Build Executor",
|
|
30
|
+
"type": "string",
|
|
31
|
+
"description": "The executor to use for building the library",
|
|
32
|
+
"id": "#buildExecutor",
|
|
33
|
+
"default": "@storm-software/workspace-tools:unbuild"
|
|
34
|
+
},
|
|
35
|
+
"platform": {
|
|
36
|
+
"title": "Platform",
|
|
37
|
+
"type": "string",
|
|
38
|
+
"description": "The platform to target with the library",
|
|
39
|
+
"enum": [
|
|
40
|
+
"node",
|
|
41
|
+
"neutral"
|
|
42
|
+
],
|
|
43
|
+
"id": "#platform",
|
|
44
|
+
"default": "node"
|
|
45
|
+
},
|
|
46
|
+
"importPath": {
|
|
47
|
+
"title": "Import Path",
|
|
48
|
+
"type": "string",
|
|
49
|
+
"description": "The import path for the library",
|
|
50
|
+
"id": "#importPath"
|
|
51
|
+
},
|
|
52
|
+
"tags": {
|
|
53
|
+
"title": "Tags",
|
|
54
|
+
"type": "string",
|
|
55
|
+
"description": "The tags for the library",
|
|
56
|
+
"id": "#tags"
|
|
57
|
+
},
|
|
58
|
+
"unitTestRunner": {
|
|
59
|
+
"title": "Unit Test Runner",
|
|
60
|
+
"type": "string",
|
|
61
|
+
"enum": [
|
|
62
|
+
"jest",
|
|
63
|
+
"vitest",
|
|
64
|
+
"none"
|
|
65
|
+
],
|
|
66
|
+
"description": "The unit test runner to use",
|
|
67
|
+
"id": "#unitTestRunner"
|
|
68
|
+
},
|
|
69
|
+
"testEnvironment": {
|
|
70
|
+
"title": "Test Environment",
|
|
71
|
+
"type": "string",
|
|
72
|
+
"enum": [
|
|
73
|
+
"jsdom",
|
|
74
|
+
"node"
|
|
75
|
+
],
|
|
76
|
+
"description": "The test environment to use",
|
|
77
|
+
"id": "#testEnvironment"
|
|
78
|
+
},
|
|
79
|
+
"pascalCaseFiles": {
|
|
80
|
+
"title": "Pascal Case Files",
|
|
81
|
+
"type": "boolean",
|
|
82
|
+
"description": "Use PascalCase for file names",
|
|
83
|
+
"id": "#pascalCaseFiles",
|
|
84
|
+
"default": false
|
|
85
|
+
},
|
|
86
|
+
"strict": {
|
|
87
|
+
"title": "Strict",
|
|
88
|
+
"type": "boolean",
|
|
89
|
+
"description": "Enable strict mode",
|
|
90
|
+
"id": "#strict",
|
|
91
|
+
"default": true
|
|
92
|
+
},
|
|
93
|
+
"publishable": {
|
|
94
|
+
"title": "Publishable",
|
|
95
|
+
"type": "boolean",
|
|
96
|
+
"description": "Make the library publishable",
|
|
97
|
+
"id": "#publishable",
|
|
98
|
+
"default": false
|
|
99
|
+
},
|
|
100
|
+
"buildable": {
|
|
101
|
+
"title": "Buildable",
|
|
102
|
+
"type": "boolean",
|
|
103
|
+
"description": "Make the library buildable",
|
|
104
|
+
"id": "#buildable",
|
|
105
|
+
"default": true
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
"type": "object",
|
|
109
|
+
"default": {
|
|
110
|
+
"buildExecutor": "@storm-software/workspace-tools:unbuild",
|
|
111
|
+
"platform": "node",
|
|
112
|
+
"pascalCaseFiles": false,
|
|
113
|
+
"strict": true,
|
|
114
|
+
"publishable": false,
|
|
115
|
+
"buildable": true
|
|
116
|
+
}
|
|
117
|
+
}
|
|
@@ -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
|
|
|
7
7
|
// src/generators/node-library/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
presetGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-6NLLGP7C.mjs";
|
|
5
5
|
import "../../../chunk-EK75QNMS.mjs";
|
|
6
6
|
import "../../../chunk-MLF7ZQBW.mjs";
|
|
7
7
|
import "../../../chunk-X6PHOMFB.mjs";
|
|
@@ -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
|
generator_default as default,
|
|
15
15
|
presetGeneratorFn
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "#",
|
|
3
|
+
"title": "Preset Generator",
|
|
4
|
+
"description": "A type definition for a preset generator schema",
|
|
5
|
+
"required": [
|
|
6
|
+
"directory",
|
|
7
|
+
"name"
|
|
8
|
+
],
|
|
9
|
+
"properties": {
|
|
10
|
+
"directory": {
|
|
11
|
+
"title": "Directory",
|
|
12
|
+
"type": "string",
|
|
13
|
+
"description": "The directory to create the library in",
|
|
14
|
+
"id": "#directory"
|
|
15
|
+
},
|
|
16
|
+
"name": {
|
|
17
|
+
"title": "Name",
|
|
18
|
+
"type": "string",
|
|
19
|
+
"description": "The name of the workspace",
|
|
20
|
+
"id": "#name"
|
|
21
|
+
},
|
|
22
|
+
"organization": {
|
|
23
|
+
"title": "Organization",
|
|
24
|
+
"type": "string",
|
|
25
|
+
"description": "The organization of the workspace",
|
|
26
|
+
"id": "#organization",
|
|
27
|
+
"default": "storm-software"
|
|
28
|
+
},
|
|
29
|
+
"includeApps": {
|
|
30
|
+
"title": "Include Apps",
|
|
31
|
+
"type": "boolean",
|
|
32
|
+
"description": "Include apps in the workspace",
|
|
33
|
+
"id": "#includeApps",
|
|
34
|
+
"default": true
|
|
35
|
+
},
|
|
36
|
+
"includeRust": {
|
|
37
|
+
"title": "Include Rust",
|
|
38
|
+
"type": "boolean",
|
|
39
|
+
"description": "Include Rust support in the workspace",
|
|
40
|
+
"id": "#includeRust",
|
|
41
|
+
"default": false
|
|
42
|
+
},
|
|
43
|
+
"namespace": {
|
|
44
|
+
"title": "Namespace",
|
|
45
|
+
"type": "string",
|
|
46
|
+
"description": "The namespace of the workspace",
|
|
47
|
+
"id": "#namespace",
|
|
48
|
+
"default": "storm-software"
|
|
49
|
+
},
|
|
50
|
+
"description": {
|
|
51
|
+
"title": "Description",
|
|
52
|
+
"type": "string",
|
|
53
|
+
"description": "The description of the workspace",
|
|
54
|
+
"id": "#description"
|
|
55
|
+
},
|
|
56
|
+
"repositoryUrl": {
|
|
57
|
+
"title": "Repository URL",
|
|
58
|
+
"type": "string",
|
|
59
|
+
"description": "The URL of the repository",
|
|
60
|
+
"id": "#repositoryUrl"
|
|
61
|
+
},
|
|
62
|
+
"nxCloud": {
|
|
63
|
+
"title": "Nx Cloud",
|
|
64
|
+
"type": "string",
|
|
65
|
+
"description": "Nx Cloud configuration",
|
|
66
|
+
"id": "#nxCloud"
|
|
67
|
+
},
|
|
68
|
+
"mode": {
|
|
69
|
+
"title": "Mode",
|
|
70
|
+
"type": "string",
|
|
71
|
+
"description": "The mode of the Nx client",
|
|
72
|
+
"id": "#mode"
|
|
73
|
+
},
|
|
74
|
+
"packageManager": {
|
|
75
|
+
"title": "Package Manager",
|
|
76
|
+
"type": "string",
|
|
77
|
+
"description": "The package manager to use",
|
|
78
|
+
"enum": [
|
|
79
|
+
"npm",
|
|
80
|
+
"pnpm",
|
|
81
|
+
"yarn",
|
|
82
|
+
"bun"
|
|
83
|
+
],
|
|
84
|
+
"id": "#packageManager",
|
|
85
|
+
"default": "pnpm"
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
"type": "object",
|
|
89
|
+
"default": {
|
|
90
|
+
"organization": "storm-software",
|
|
91
|
+
"includeApps": true,
|
|
92
|
+
"includeRust": false,
|
|
93
|
+
"namespace": "storm-software",
|
|
94
|
+
"packageManager": "pnpm"
|
|
95
|
+
}
|
|
96
|
+
}
|
|
@@ -7,7 +7,7 @@ import "../../../chunk-N63KWRTH.mjs";
|
|
|
7
7
|
import "../../../chunk-WLB7XVWW.mjs";
|
|
8
8
|
import "../../../chunk-LSF4BHCI.mjs";
|
|
9
9
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
10
|
-
import "../../../chunk-
|
|
10
|
+
import "../../../chunk-QYPOYIKU.mjs";
|
|
11
11
|
export {
|
|
12
12
|
generator_default as default,
|
|
13
13
|
releaseVersionGeneratorFn
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "#",
|
|
3
|
+
"title": "Release Version Generator",
|
|
4
|
+
"description": "A type definition for a release version generator schema",
|
|
5
|
+
"required": [
|
|
6
|
+
"projects",
|
|
7
|
+
"releaseGroup",
|
|
8
|
+
"projectGraph",
|
|
9
|
+
"specifier"
|
|
10
|
+
],
|
|
11
|
+
"properties": {
|
|
12
|
+
"projects": {
|
|
13
|
+
"title": "Projects",
|
|
14
|
+
"type": "array",
|
|
15
|
+
"items": {
|
|
16
|
+
"type": "object"
|
|
17
|
+
},
|
|
18
|
+
"description": "The projects to release",
|
|
19
|
+
"id": "#projects"
|
|
20
|
+
},
|
|
21
|
+
"releaseGroup": {
|
|
22
|
+
"title": "Release Group",
|
|
23
|
+
"type": "object",
|
|
24
|
+
"description": "The release group",
|
|
25
|
+
"id": "#releaseGroup",
|
|
26
|
+
"default": {}
|
|
27
|
+
},
|
|
28
|
+
"projectGraph": {
|
|
29
|
+
"title": "Project Graph",
|
|
30
|
+
"type": "object",
|
|
31
|
+
"description": "The project graph",
|
|
32
|
+
"id": "#projectGraph",
|
|
33
|
+
"default": {}
|
|
34
|
+
},
|
|
35
|
+
"specifier": {
|
|
36
|
+
"title": "Specifier",
|
|
37
|
+
"type": "string",
|
|
38
|
+
"description": "The specifier",
|
|
39
|
+
"id": "#specifier"
|
|
40
|
+
},
|
|
41
|
+
"specifierSource": {
|
|
42
|
+
"title": "Specifier Source",
|
|
43
|
+
"type": "string",
|
|
44
|
+
"description": "The specifier source",
|
|
45
|
+
"id": "#specifierSource"
|
|
46
|
+
},
|
|
47
|
+
"preid": {
|
|
48
|
+
"title": "Preid",
|
|
49
|
+
"type": "string",
|
|
50
|
+
"description": "The preid",
|
|
51
|
+
"id": "#preid"
|
|
52
|
+
},
|
|
53
|
+
"packageRoot": {
|
|
54
|
+
"title": "Package Root",
|
|
55
|
+
"type": "string",
|
|
56
|
+
"description": "The package root",
|
|
57
|
+
"id": "#packageRoot"
|
|
58
|
+
},
|
|
59
|
+
"currentVersionResolver": {
|
|
60
|
+
"title": "Current Version Resolver",
|
|
61
|
+
"type": "string",
|
|
62
|
+
"description": "The current version resolver",
|
|
63
|
+
"id": "#currentVersionResolver",
|
|
64
|
+
"default": "git-tag"
|
|
65
|
+
},
|
|
66
|
+
"currentVersionResolverMetadata": {
|
|
67
|
+
"title": "Current Version Resolver Metadata",
|
|
68
|
+
"type": "object",
|
|
69
|
+
"description": "The current version resolver metadata",
|
|
70
|
+
"id": "#currentVersionResolverMetadata",
|
|
71
|
+
"default": {}
|
|
72
|
+
},
|
|
73
|
+
"fallbackCurrentVersionResolver": {
|
|
74
|
+
"title": "Fallback Current Version Resolver",
|
|
75
|
+
"type": "string",
|
|
76
|
+
"description": "The fallback current version resolver",
|
|
77
|
+
"id": "#fallbackCurrentVersionResolver",
|
|
78
|
+
"default": "disk"
|
|
79
|
+
},
|
|
80
|
+
"firstRelease": {
|
|
81
|
+
"title": "First Release",
|
|
82
|
+
"type": "boolean",
|
|
83
|
+
"description": "Release the first version",
|
|
84
|
+
"id": "#firstRelease"
|
|
85
|
+
},
|
|
86
|
+
"versionPrefix": {
|
|
87
|
+
"title": "Version Prefix",
|
|
88
|
+
"type": "string",
|
|
89
|
+
"description": "The version prefix",
|
|
90
|
+
"enum": [
|
|
91
|
+
"",
|
|
92
|
+
"auto",
|
|
93
|
+
"~",
|
|
94
|
+
"^",
|
|
95
|
+
"="
|
|
96
|
+
],
|
|
97
|
+
"id": "#versionPrefix"
|
|
98
|
+
},
|
|
99
|
+
"skipLockFileUpdate": {
|
|
100
|
+
"title": "Skip Lock File Update",
|
|
101
|
+
"type": "boolean",
|
|
102
|
+
"description": "Skip lock file update",
|
|
103
|
+
"id": "#skipLockFileUpdate"
|
|
104
|
+
},
|
|
105
|
+
"installArgs": {
|
|
106
|
+
"title": "Install Args",
|
|
107
|
+
"type": "string",
|
|
108
|
+
"description": "The install arguments",
|
|
109
|
+
"id": "#installArgs"
|
|
110
|
+
},
|
|
111
|
+
"installIgnoreScripts": {
|
|
112
|
+
"title": "Install Ignore Scripts",
|
|
113
|
+
"type": "boolean",
|
|
114
|
+
"description": "Ignore scripts",
|
|
115
|
+
"id": "#installIgnoreScripts"
|
|
116
|
+
},
|
|
117
|
+
"conventionalCommitsConfig": {
|
|
118
|
+
"title": "Conventional Commits Config",
|
|
119
|
+
"type": "object",
|
|
120
|
+
"description": "The conventional commits config",
|
|
121
|
+
"id": "#conventionalCommitsConfig",
|
|
122
|
+
"default": {}
|
|
123
|
+
},
|
|
124
|
+
"deleteVersionPlans": {
|
|
125
|
+
"title": "Delete Version Plans",
|
|
126
|
+
"type": "boolean",
|
|
127
|
+
"description": "Delete version plans",
|
|
128
|
+
"id": "#deleteVersionPlans"
|
|
129
|
+
},
|
|
130
|
+
"updateDependents": {
|
|
131
|
+
"title": "Update Dependents",
|
|
132
|
+
"type": "string",
|
|
133
|
+
"description": "Update dependents",
|
|
134
|
+
"id": "#updateDependents"
|
|
135
|
+
},
|
|
136
|
+
"logUnchangedProjects": {
|
|
137
|
+
"title": "Log Unchanged Projects",
|
|
138
|
+
"type": "boolean",
|
|
139
|
+
"description": "Log unchanged projects",
|
|
140
|
+
"id": "#logUnchangedProjects"
|
|
141
|
+
},
|
|
142
|
+
"preserveLocalDependencyProtocols": {
|
|
143
|
+
"title": "Preserve Local Dependency Protocols",
|
|
144
|
+
"type": "boolean",
|
|
145
|
+
"description": "Preserve local dependency protocols",
|
|
146
|
+
"id": "#preserveLocalDependencyProtocols"
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
"type": "object",
|
|
150
|
+
"default": {
|
|
151
|
+
"releaseGroup": {},
|
|
152
|
+
"projectGraph": {},
|
|
153
|
+
"currentVersionResolver": "git-tag",
|
|
154
|
+
"currentVersionResolverMetadata": {},
|
|
155
|
+
"fallbackCurrentVersionResolver": "disk",
|
|
156
|
+
"conventionalCommitsConfig": {}
|
|
157
|
+
}
|
|
158
|
+
}
|