@storm-software/workspace-tools 1.292.15 → 1.292.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.
Files changed (153) hide show
  1. package/CHANGELOG.md +66 -0
  2. package/README.md +4 -36
  3. package/config/base.json +13 -14
  4. package/dist/{chunk-UCXAD2SG.mjs → chunk-6PVCCKX4.mjs} +1 -1
  5. package/dist/chunk-ANHKV7HZ.js +22 -0
  6. package/dist/{chunk-PUFTJ2BG.mjs → chunk-D2ENLOCH.mjs} +14 -12
  7. package/dist/{chunk-MGF3DTWM.js → chunk-EECJXHDA.js} +50 -17
  8. package/dist/chunk-EGI64HQ2.mjs +22 -0
  9. package/dist/chunk-EYRX4NM6.mjs +213 -0
  10. package/dist/{chunk-LOFMB5G3.mjs → chunk-IPWUJVZZ.mjs} +1 -1
  11. package/dist/{chunk-YNLDYAEE.mjs → chunk-JHJLQ2O7.mjs} +1 -1
  12. package/dist/{chunk-452FQZ3B.js → chunk-JWFGGMYQ.js} +1 -6
  13. package/dist/{chunk-Q57UD72U.mjs → chunk-KCVIHYZQ.mjs} +1 -1
  14. package/dist/{chunk-7DLHAWLG.mjs → chunk-MU6OJDOC.mjs} +1 -1
  15. package/dist/{chunk-IBTPJDV6.js → chunk-N3YCERS6.js} +5 -2
  16. package/dist/{chunk-WV5SNA37.js → chunk-O2FPRXPD.js} +17 -15
  17. package/dist/{chunk-FQSIFEMR.mjs → chunk-OOR7HG4P.mjs} +37 -4
  18. package/dist/{chunk-2LY7DGBH.mjs → chunk-OV33RACH.mjs} +5 -2
  19. package/dist/{chunk-WRXLSZ6I.js → chunk-POXELQII.js} +2 -2
  20. package/dist/{chunk-B4RJUBHW.mjs → chunk-QUHBEE5D.mjs} +1 -1
  21. package/dist/chunk-SAIDGUHG.mjs +0 -0
  22. package/dist/chunk-TCGF4GS7.js +213 -0
  23. package/dist/chunk-TJRQRM4Z.mjs +49 -0
  24. package/dist/chunk-W4IH547O.js +49 -0
  25. package/dist/{chunk-2ONEZU6V.mjs → chunk-WH72XZPS.mjs} +1 -1
  26. package/dist/{chunk-SVIG7SR3.mjs → chunk-X2SLQ73Q.mjs} +1 -6
  27. package/dist/chunk-YYLV7UA6.js +1 -0
  28. package/dist/{chunk-7QY4X73C.js → chunk-ZP4B44CQ.js} +2 -2
  29. package/dist/executors.js +16 -17
  30. package/dist/executors.mjs +19 -20
  31. package/dist/generators.d.mts +0 -2
  32. package/dist/generators.d.ts +0 -2
  33. package/dist/generators.js +8 -14
  34. package/dist/generators.mjs +13 -19
  35. package/dist/index.d.mts +7 -2
  36. package/dist/index.d.ts +7 -2
  37. package/dist/index.js +39 -34
  38. package/dist/index.mjs +53 -48
  39. package/dist/src/base/base-executor.mjs +1 -1
  40. package/dist/src/base/base-executor.untyped.mjs +1 -1
  41. package/dist/src/base/base-generator.mjs +1 -1
  42. package/dist/src/base/base-generator.untyped.mjs +1 -1
  43. package/dist/src/base/cargo-base-executor.untyped.mjs +1 -1
  44. package/dist/src/base/index.mjs +1 -1
  45. package/dist/src/base/typescript-build-executor.untyped.mjs +1 -1
  46. package/dist/src/base/typescript-library-generator.untyped.mjs +1 -1
  47. package/dist/src/executors/cargo-build/executor.mjs +1 -1
  48. package/dist/src/executors/cargo-build/untyped.mjs +1 -1
  49. package/dist/src/executors/cargo-check/executor.mjs +1 -1
  50. package/dist/src/executors/cargo-check/untyped.mjs +1 -1
  51. package/dist/src/executors/cargo-clippy/executor.mjs +1 -1
  52. package/dist/src/executors/cargo-clippy/untyped.mjs +1 -1
  53. package/dist/src/executors/cargo-doc/executor.mjs +1 -1
  54. package/dist/src/executors/cargo-doc/untyped.mjs +1 -1
  55. package/dist/src/executors/cargo-format/executor.mjs +1 -1
  56. package/dist/src/executors/cargo-format/untyped.mjs +1 -1
  57. package/dist/src/executors/cargo-publish/executor.js +3 -3
  58. package/dist/src/executors/cargo-publish/executor.mjs +3 -3
  59. package/dist/src/executors/cargo-publish/untyped.mjs +1 -1
  60. package/dist/src/executors/clean-package/executor.mjs +1 -1
  61. package/dist/src/executors/clean-package/untyped.mjs +1 -1
  62. package/dist/src/executors/esbuild/executor.mjs +1 -1
  63. package/dist/src/executors/esbuild/untyped.mjs +1 -1
  64. package/dist/src/executors/npm-publish/executor.js +4 -5
  65. package/dist/src/executors/npm-publish/executor.mjs +4 -5
  66. package/dist/src/executors/npm-publish/untyped.mjs +1 -1
  67. package/dist/src/executors/size-limit/executor.mjs +1 -1
  68. package/dist/src/executors/size-limit/untyped.mjs +1 -1
  69. package/dist/src/executors/tsdown/executor.mjs +1 -1
  70. package/dist/src/executors/tsdown/untyped.mjs +1 -1
  71. package/dist/src/executors/typia/executor.mjs +1 -1
  72. package/dist/src/executors/typia/untyped.mjs +1 -1
  73. package/dist/src/executors/unbuild/executor.mjs +1 -1
  74. package/dist/src/executors/unbuild/untyped.mjs +1 -1
  75. package/dist/src/generators/browser-library/generator.mjs +2 -2
  76. package/dist/src/generators/browser-library/untyped.mjs +1 -1
  77. package/dist/src/generators/config-schema/generator.mjs +1 -1
  78. package/dist/src/generators/config-schema/untyped.mjs +1 -1
  79. package/dist/src/generators/init/init.mjs +1 -1
  80. package/dist/src/generators/init/untyped.mjs +1 -1
  81. package/dist/src/generators/neutral-library/generator.mjs +2 -2
  82. package/dist/src/generators/neutral-library/untyped.mjs +1 -1
  83. package/dist/src/generators/node-library/generator.mjs +2 -2
  84. package/dist/src/generators/node-library/untyped.mjs +1 -1
  85. package/dist/src/generators/preset/generator.mjs +2 -2
  86. package/dist/src/generators/preset/untyped.mjs +1 -1
  87. package/dist/src/plugins/rust/cargo-toml.js +2 -2
  88. package/dist/src/plugins/rust/cargo-toml.mjs +2 -2
  89. package/dist/src/plugins/rust/index.js +2 -2
  90. package/dist/src/plugins/rust/index.mjs +2 -2
  91. package/dist/src/plugins/typescript/index.js +22 -22
  92. package/dist/src/plugins/typescript/index.mjs +23 -23
  93. package/dist/src/plugins/typescript/tsdown.mjs +1 -1
  94. package/dist/src/plugins/typescript/tsup.mjs +1 -1
  95. package/dist/src/plugins/typescript/untyped-schema.mjs +1 -1
  96. package/dist/src/release/index.d.mts +11 -0
  97. package/dist/src/release/index.d.ts +11 -0
  98. package/dist/src/release/index.js +17 -0
  99. package/dist/src/release/index.mjs +18 -0
  100. package/dist/src/release/js-version-actions.d.mts +44 -0
  101. package/dist/src/release/js-version-actions.d.ts +44 -0
  102. package/dist/src/release/js-version-actions.js +10 -0
  103. package/dist/src/release/js-version-actions.mjs +11 -0
  104. package/dist/src/release/rust-version-actions.d.mts +56 -0
  105. package/dist/src/release/rust-version-actions.d.ts +56 -0
  106. package/dist/src/release/rust-version-actions.js +12 -0
  107. package/dist/src/release/rust-version-actions.mjs +13 -0
  108. package/dist/src/types.mjs +1 -1
  109. package/dist/src/utils/apply-workspace-tokens.mjs +1 -1
  110. package/dist/src/utils/cargo.mjs +1 -1
  111. package/dist/src/utils/create-cli-options.mjs +1 -1
  112. package/dist/src/utils/get-project-configurations.mjs +1 -1
  113. package/dist/src/utils/index.js +11 -11
  114. package/dist/src/utils/index.mjs +18 -18
  115. package/dist/src/utils/lock-file.d.mts +2 -2
  116. package/dist/src/utils/lock-file.d.ts +2 -2
  117. package/dist/src/utils/lock-file.mjs +1 -1
  118. package/dist/src/utils/nx-json.d.mts +3 -27
  119. package/dist/src/utils/nx-json.d.ts +3 -27
  120. package/dist/src/utils/nx-json.js +2 -2
  121. package/dist/src/utils/nx-json.mjs +2 -2
  122. package/dist/src/utils/package-helpers.js +3 -3
  123. package/dist/src/utils/package-helpers.mjs +3 -3
  124. package/dist/src/utils/plugin-helpers.d.mts +2 -2
  125. package/dist/src/utils/plugin-helpers.d.ts +2 -2
  126. package/dist/src/utils/plugin-helpers.mjs +1 -1
  127. package/dist/src/utils/project-tags.mjs +1 -1
  128. package/dist/src/utils/registry-helpers.d.mts +11 -0
  129. package/dist/src/utils/registry-helpers.d.ts +11 -0
  130. package/dist/src/utils/registry-helpers.js +6 -0
  131. package/dist/src/utils/registry-helpers.mjs +7 -0
  132. package/dist/src/utils/typia-transform.mjs +1 -1
  133. package/dist/src/utils/versions.mjs +1 -1
  134. package/package.json +47 -18
  135. package/dist/chunk-J4I6MJT2.js +0 -73
  136. package/dist/chunk-JLXBL5BC.mjs +0 -73
  137. package/dist/chunk-WEL4BVFX.js +0 -1049
  138. package/dist/chunk-ZZWU35JU.mjs +0 -1049
  139. package/dist/generator-DLXza9BZ.d.ts +0 -186
  140. package/dist/generator-DVYJZa5j.d.mts +0 -186
  141. package/dist/src/generators/release-version/generator.d.mts +0 -6
  142. package/dist/src/generators/release-version/generator.d.ts +0 -6
  143. package/dist/src/generators/release-version/generator.js +0 -14
  144. package/dist/src/generators/release-version/generator.mjs +0 -15
  145. package/dist/src/generators/release-version/schema.d.ts +0 -180
  146. package/dist/src/generators/release-version/schema.json +0 -158
  147. package/dist/src/generators/release-version/untyped.d.mts +0 -5
  148. package/dist/src/generators/release-version/untyped.d.ts +0 -5
  149. package/dist/src/generators/release-version/untyped.js +0 -159
  150. package/dist/src/generators/release-version/untyped.mjs +0 -161
  151. package/docs/api/generators/release-version/schema.md +0 -160
  152. /package/dist/{chunk-RLIZVCIN.mjs → chunk-5GZC2PF6.mjs} +0 -0
  153. /package/dist/{chunk-INERRJ6Q.js → chunk-C3TC7AUW.js} +0 -0
@@ -1,158 +0,0 @@
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
- }
@@ -1,5 +0,0 @@
1
- import * as untyped from 'untyped';
2
-
3
- declare const _default: untyped.SchemaDefinition;
4
-
5
- export { _default as default };
@@ -1,5 +0,0 @@
1
- import * as untyped from 'untyped';
2
-
3
- declare const _default: untyped.SchemaDefinition;
4
-
5
- export { _default as default };
@@ -1,159 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/generators/release-version/untyped.ts
2
- var _untyped = require('untyped');
3
- var untyped_default = _untyped.defineUntypedSchema.call(void 0, {
4
- $schema: {
5
- id: "ReleaseVersionGeneratorSchema",
6
- title: "Release Version Generator",
7
- description: "A type definition for a release version generator schema",
8
- required: ["projects", "releaseGroup", "projectGraph", "specifier"]
9
- },
10
- projects: {
11
- $schema: {
12
- title: "Projects",
13
- type: "array",
14
- items: {
15
- type: "object"
16
- },
17
- description: "The projects to release"
18
- }
19
- },
20
- releaseGroup: {
21
- $schema: {
22
- title: "Release Group",
23
- type: "object",
24
- description: "The release group"
25
- }
26
- },
27
- projectGraph: {
28
- $schema: {
29
- title: "Project Graph",
30
- type: "object",
31
- description: "The project graph"
32
- }
33
- },
34
- specifier: {
35
- $schema: {
36
- title: "Specifier",
37
- type: "string",
38
- description: "The specifier"
39
- }
40
- },
41
- specifierSource: {
42
- $schema: {
43
- title: "Specifier Source",
44
- type: "string",
45
- description: "The specifier source"
46
- }
47
- },
48
- preid: {
49
- $schema: {
50
- title: "Preid",
51
- type: "string",
52
- description: "The preid"
53
- }
54
- },
55
- packageRoot: {
56
- $schema: {
57
- title: "Package Root",
58
- type: "string",
59
- description: "The package root"
60
- }
61
- },
62
- currentVersionResolver: {
63
- $schema: {
64
- title: "Current Version Resolver",
65
- type: "string",
66
- description: "The current version resolver"
67
- },
68
- $default: "git-tag"
69
- },
70
- currentVersionResolverMetadata: {
71
- $schema: {
72
- title: "Current Version Resolver Metadata",
73
- type: "object",
74
- description: "The current version resolver metadata"
75
- }
76
- },
77
- fallbackCurrentVersionResolver: {
78
- $schema: {
79
- title: "Fallback Current Version Resolver",
80
- type: "string",
81
- description: "The fallback current version resolver"
82
- },
83
- $default: "disk"
84
- },
85
- firstRelease: {
86
- $schema: {
87
- title: "First Release",
88
- type: "boolean",
89
- description: "Release the first version"
90
- }
91
- },
92
- versionPrefix: {
93
- $schema: {
94
- title: "Version Prefix",
95
- type: "string",
96
- description: "The version prefix",
97
- enum: ["", "auto", "~", "^", "="]
98
- }
99
- },
100
- skipLockFileUpdate: {
101
- $schema: {
102
- title: "Skip Lock File Update",
103
- type: "boolean",
104
- description: "Skip lock file update"
105
- }
106
- },
107
- installArgs: {
108
- $schema: {
109
- title: "Install Args",
110
- type: "string",
111
- description: "The install arguments"
112
- }
113
- },
114
- installIgnoreScripts: {
115
- $schema: {
116
- title: "Install Ignore Scripts",
117
- type: "boolean",
118
- description: "Ignore scripts"
119
- }
120
- },
121
- conventionalCommitsConfig: {
122
- $schema: {
123
- title: "Conventional Commits Config",
124
- type: "object",
125
- description: "The conventional commits config"
126
- }
127
- },
128
- deleteVersionPlans: {
129
- $schema: {
130
- title: "Delete Version Plans",
131
- type: "boolean",
132
- description: "Delete version plans"
133
- }
134
- },
135
- updateDependents: {
136
- $schema: {
137
- title: "Update Dependents",
138
- type: "string",
139
- description: "Update dependents"
140
- }
141
- },
142
- logUnchangedProjects: {
143
- $schema: {
144
- title: "Log Unchanged Projects",
145
- type: "boolean",
146
- description: "Log unchanged projects"
147
- }
148
- },
149
- preserveLocalDependencyProtocols: {
150
- $schema: {
151
- title: "Preserve Local Dependency Protocols",
152
- type: "boolean",
153
- description: "Preserve local dependency protocols"
154
- }
155
- }
156
- });
157
-
158
-
159
- exports.default = untyped_default;
@@ -1,161 +0,0 @@
1
- import "../../../chunk-LOFMB5G3.mjs";
2
-
3
- // src/generators/release-version/untyped.ts
4
- import { defineUntypedSchema } from "untyped";
5
- var untyped_default = defineUntypedSchema({
6
- $schema: {
7
- id: "ReleaseVersionGeneratorSchema",
8
- title: "Release Version Generator",
9
- description: "A type definition for a release version generator schema",
10
- required: ["projects", "releaseGroup", "projectGraph", "specifier"]
11
- },
12
- projects: {
13
- $schema: {
14
- title: "Projects",
15
- type: "array",
16
- items: {
17
- type: "object"
18
- },
19
- description: "The projects to release"
20
- }
21
- },
22
- releaseGroup: {
23
- $schema: {
24
- title: "Release Group",
25
- type: "object",
26
- description: "The release group"
27
- }
28
- },
29
- projectGraph: {
30
- $schema: {
31
- title: "Project Graph",
32
- type: "object",
33
- description: "The project graph"
34
- }
35
- },
36
- specifier: {
37
- $schema: {
38
- title: "Specifier",
39
- type: "string",
40
- description: "The specifier"
41
- }
42
- },
43
- specifierSource: {
44
- $schema: {
45
- title: "Specifier Source",
46
- type: "string",
47
- description: "The specifier source"
48
- }
49
- },
50
- preid: {
51
- $schema: {
52
- title: "Preid",
53
- type: "string",
54
- description: "The preid"
55
- }
56
- },
57
- packageRoot: {
58
- $schema: {
59
- title: "Package Root",
60
- type: "string",
61
- description: "The package root"
62
- }
63
- },
64
- currentVersionResolver: {
65
- $schema: {
66
- title: "Current Version Resolver",
67
- type: "string",
68
- description: "The current version resolver"
69
- },
70
- $default: "git-tag"
71
- },
72
- currentVersionResolverMetadata: {
73
- $schema: {
74
- title: "Current Version Resolver Metadata",
75
- type: "object",
76
- description: "The current version resolver metadata"
77
- }
78
- },
79
- fallbackCurrentVersionResolver: {
80
- $schema: {
81
- title: "Fallback Current Version Resolver",
82
- type: "string",
83
- description: "The fallback current version resolver"
84
- },
85
- $default: "disk"
86
- },
87
- firstRelease: {
88
- $schema: {
89
- title: "First Release",
90
- type: "boolean",
91
- description: "Release the first version"
92
- }
93
- },
94
- versionPrefix: {
95
- $schema: {
96
- title: "Version Prefix",
97
- type: "string",
98
- description: "The version prefix",
99
- enum: ["", "auto", "~", "^", "="]
100
- }
101
- },
102
- skipLockFileUpdate: {
103
- $schema: {
104
- title: "Skip Lock File Update",
105
- type: "boolean",
106
- description: "Skip lock file update"
107
- }
108
- },
109
- installArgs: {
110
- $schema: {
111
- title: "Install Args",
112
- type: "string",
113
- description: "The install arguments"
114
- }
115
- },
116
- installIgnoreScripts: {
117
- $schema: {
118
- title: "Install Ignore Scripts",
119
- type: "boolean",
120
- description: "Ignore scripts"
121
- }
122
- },
123
- conventionalCommitsConfig: {
124
- $schema: {
125
- title: "Conventional Commits Config",
126
- type: "object",
127
- description: "The conventional commits config"
128
- }
129
- },
130
- deleteVersionPlans: {
131
- $schema: {
132
- title: "Delete Version Plans",
133
- type: "boolean",
134
- description: "Delete version plans"
135
- }
136
- },
137
- updateDependents: {
138
- $schema: {
139
- title: "Update Dependents",
140
- type: "string",
141
- description: "Update dependents"
142
- }
143
- },
144
- logUnchangedProjects: {
145
- $schema: {
146
- title: "Log Unchanged Projects",
147
- type: "boolean",
148
- description: "Log unchanged projects"
149
- }
150
- },
151
- preserveLocalDependencyProtocols: {
152
- $schema: {
153
- title: "Preserve Local Dependency Protocols",
154
- type: "boolean",
155
- description: "Preserve local dependency protocols"
156
- }
157
- }
158
- });
159
- export {
160
- untyped_default as default
161
- };
@@ -1,160 +0,0 @@
1
-
2
- <!-- Generated by @storm-software/untyped -->
3
- <!-- Do not edit this file directly -->
4
-
5
- # Release Version Generator
6
-
7
- ## `projects`
8
- - **Type**: `array`
9
-
10
- > Projects
11
-
12
-
13
- The projects to release
14
-
15
-
16
- ## `releaseGroup`
17
-
18
- ## `projectGraph`
19
-
20
- ## `specifier`
21
- - **Type**: `string`
22
-
23
- > Specifier
24
-
25
-
26
- The specifier
27
-
28
-
29
- ## `specifierSource`
30
- - **Type**: `string`
31
-
32
- > Specifier Source
33
-
34
-
35
- The specifier source
36
-
37
-
38
- ## `preid`
39
- - **Type**: `string`
40
-
41
- > Preid
42
-
43
-
44
- The preid
45
-
46
-
47
- ## `packageRoot`
48
- - **Type**: `string`
49
-
50
- > Package Root
51
-
52
-
53
- The package root
54
-
55
-
56
- ## `currentVersionResolver`
57
- - **Type**: `string`
58
- - **Default**: `"git-tag"`
59
-
60
- > Current Version Resolver
61
-
62
-
63
- The current version resolver
64
-
65
-
66
- ## `currentVersionResolverMetadata`
67
-
68
- ## `fallbackCurrentVersionResolver`
69
- - **Type**: `string`
70
- - **Default**: `"disk"`
71
-
72
- > Fallback Current Version Resolver
73
-
74
-
75
- The fallback current version resolver
76
-
77
-
78
- ## `firstRelease`
79
- - **Type**: `boolean`
80
-
81
- > First Release
82
-
83
-
84
- Release the first version
85
-
86
-
87
- ## `versionPrefix`
88
- - **Type**: `string`
89
-
90
- > Version Prefix
91
-
92
-
93
- The version prefix
94
-
95
-
96
- ## `skipLockFileUpdate`
97
- - **Type**: `boolean`
98
-
99
- > Skip Lock File Update
100
-
101
-
102
- Skip lock file update
103
-
104
-
105
- ## `installArgs`
106
- - **Type**: `string`
107
-
108
- > Install Args
109
-
110
-
111
- The install arguments
112
-
113
-
114
- ## `installIgnoreScripts`
115
- - **Type**: `boolean`
116
-
117
- > Install Ignore Scripts
118
-
119
-
120
- Ignore scripts
121
-
122
-
123
- ## `conventionalCommitsConfig`
124
-
125
- ## `deleteVersionPlans`
126
- - **Type**: `boolean`
127
-
128
- > Delete Version Plans
129
-
130
-
131
- Delete version plans
132
-
133
-
134
- ## `updateDependents`
135
- - **Type**: `string`
136
-
137
- > Update Dependents
138
-
139
-
140
- Update dependents
141
-
142
-
143
- ## `logUnchangedProjects`
144
- - **Type**: `boolean`
145
-
146
- > Log Unchanged Projects
147
-
148
-
149
- Log unchanged projects
150
-
151
-
152
- ## `preserveLocalDependencyProtocols`
153
- - **Type**: `boolean`
154
-
155
- > Preserve Local Dependency Protocols
156
-
157
-
158
- Preserve local dependency protocols
159
-
160
-
File without changes
File without changes