@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,186 +0,0 @@
1
- import { Tree } from '@nx/devkit';
2
- import { S as StormWorkspaceConfig } from './types-DeaeRt7S.js';
3
- import { ReleaseVersionGeneratorResult } from 'nx/src/command-line/release/version-legacy';
4
-
5
- // Generated by @storm-software/untyped
6
- // Do not edit this file directly
7
-
8
- interface ReleaseVersionGeneratorSchema {
9
- /**
10
- * Projects
11
- *
12
- * The projects to release
13
- *
14
- */
15
- projects: Array<{
16
- [key: string]: any
17
- }>,
18
-
19
- /**
20
- * Release Group
21
- *
22
- * The release group
23
- *
24
- */
25
- releaseGroup: {
26
- [key: string]: any
27
- },
28
-
29
- /**
30
- * Project Graph
31
- *
32
- * The project graph
33
- *
34
- */
35
- projectGraph: {
36
- [key: string]: any
37
- },
38
-
39
- /**
40
- * Specifier
41
- *
42
- * The specifier
43
- *
44
- */
45
- specifier: string,
46
-
47
- /**
48
- * Specifier Source
49
- *
50
- * The specifier source
51
- *
52
- */
53
- specifierSource?: string,
54
-
55
- /**
56
- * Preid
57
- *
58
- * The preid
59
- *
60
- */
61
- preid?: string,
62
-
63
- /**
64
- * Package Root
65
- *
66
- * The package root
67
- *
68
- */
69
- packageRoot?: string,
70
-
71
- /**
72
- * Current Version Resolver
73
- *
74
- * The current version resolver
75
- *
76
- * @default "git-tag"
77
- */
78
- currentVersionResolver?: string,
79
-
80
- /**
81
- * Current Version Resolver Metadata
82
- *
83
- * The current version resolver metadata
84
- *
85
- */
86
- currentVersionResolverMetadata?: {
87
- [key: string]: any
88
- },
89
-
90
- /**
91
- * Fallback Current Version Resolver
92
- *
93
- * The fallback current version resolver
94
- *
95
- * @default "disk"
96
- */
97
- fallbackCurrentVersionResolver?: string,
98
-
99
- /**
100
- * First Release
101
- *
102
- * Release the first version
103
- *
104
- */
105
- firstRelease?: boolean,
106
-
107
- /**
108
- * Version Prefix
109
- *
110
- * The version prefix
111
- *
112
- *
113
- * @enum ,auto,~,^,=
114
- */
115
- versionPrefix?: string,
116
-
117
- /**
118
- * Skip Lock File Update
119
- *
120
- * Skip lock file update
121
- *
122
- */
123
- skipLockFileUpdate?: boolean,
124
-
125
- /**
126
- * Install Args
127
- *
128
- * The install arguments
129
- *
130
- */
131
- installArgs?: string,
132
-
133
- /**
134
- * Install Ignore Scripts
135
- *
136
- * Ignore scripts
137
- *
138
- */
139
- installIgnoreScripts?: boolean,
140
-
141
- /**
142
- * Conventional Commits Config
143
- *
144
- * The conventional commits config
145
- *
146
- */
147
- conventionalCommitsConfig?: {
148
- [key: string]: any
149
- },
150
-
151
- /**
152
- * Delete Version Plans
153
- *
154
- * Delete version plans
155
- *
156
- */
157
- deleteVersionPlans?: boolean,
158
-
159
- /**
160
- * Update Dependents
161
- *
162
- * Update dependents
163
- *
164
- */
165
- updateDependents?: string,
166
-
167
- /**
168
- * Log Unchanged Projects
169
- *
170
- * Log unchanged projects
171
- *
172
- */
173
- logUnchangedProjects?: boolean,
174
-
175
- /**
176
- * Preserve Local Dependency Protocols
177
- *
178
- * Preserve local dependency protocols
179
- *
180
- */
181
- preserveLocalDependencyProtocols?: boolean,
182
- }
183
-
184
- declare function releaseVersionGeneratorFn(tree: Tree, options: ReleaseVersionGeneratorSchema, config?: StormWorkspaceConfig): Promise<ReleaseVersionGeneratorResult>;
185
-
186
- export { type ReleaseVersionGeneratorSchema as R, releaseVersionGeneratorFn as r };
@@ -1,186 +0,0 @@
1
- import { Tree } from '@nx/devkit';
2
- import { S as StormWorkspaceConfig } from './types-DeaeRt7S.mjs';
3
- import { ReleaseVersionGeneratorResult } from 'nx/src/command-line/release/version-legacy';
4
-
5
- // Generated by @storm-software/untyped
6
- // Do not edit this file directly
7
-
8
- interface ReleaseVersionGeneratorSchema {
9
- /**
10
- * Projects
11
- *
12
- * The projects to release
13
- *
14
- */
15
- projects: Array<{
16
- [key: string]: any
17
- }>,
18
-
19
- /**
20
- * Release Group
21
- *
22
- * The release group
23
- *
24
- */
25
- releaseGroup: {
26
- [key: string]: any
27
- },
28
-
29
- /**
30
- * Project Graph
31
- *
32
- * The project graph
33
- *
34
- */
35
- projectGraph: {
36
- [key: string]: any
37
- },
38
-
39
- /**
40
- * Specifier
41
- *
42
- * The specifier
43
- *
44
- */
45
- specifier: string,
46
-
47
- /**
48
- * Specifier Source
49
- *
50
- * The specifier source
51
- *
52
- */
53
- specifierSource?: string,
54
-
55
- /**
56
- * Preid
57
- *
58
- * The preid
59
- *
60
- */
61
- preid?: string,
62
-
63
- /**
64
- * Package Root
65
- *
66
- * The package root
67
- *
68
- */
69
- packageRoot?: string,
70
-
71
- /**
72
- * Current Version Resolver
73
- *
74
- * The current version resolver
75
- *
76
- * @default "git-tag"
77
- */
78
- currentVersionResolver?: string,
79
-
80
- /**
81
- * Current Version Resolver Metadata
82
- *
83
- * The current version resolver metadata
84
- *
85
- */
86
- currentVersionResolverMetadata?: {
87
- [key: string]: any
88
- },
89
-
90
- /**
91
- * Fallback Current Version Resolver
92
- *
93
- * The fallback current version resolver
94
- *
95
- * @default "disk"
96
- */
97
- fallbackCurrentVersionResolver?: string,
98
-
99
- /**
100
- * First Release
101
- *
102
- * Release the first version
103
- *
104
- */
105
- firstRelease?: boolean,
106
-
107
- /**
108
- * Version Prefix
109
- *
110
- * The version prefix
111
- *
112
- *
113
- * @enum ,auto,~,^,=
114
- */
115
- versionPrefix?: string,
116
-
117
- /**
118
- * Skip Lock File Update
119
- *
120
- * Skip lock file update
121
- *
122
- */
123
- skipLockFileUpdate?: boolean,
124
-
125
- /**
126
- * Install Args
127
- *
128
- * The install arguments
129
- *
130
- */
131
- installArgs?: string,
132
-
133
- /**
134
- * Install Ignore Scripts
135
- *
136
- * Ignore scripts
137
- *
138
- */
139
- installIgnoreScripts?: boolean,
140
-
141
- /**
142
- * Conventional Commits Config
143
- *
144
- * The conventional commits config
145
- *
146
- */
147
- conventionalCommitsConfig?: {
148
- [key: string]: any
149
- },
150
-
151
- /**
152
- * Delete Version Plans
153
- *
154
- * Delete version plans
155
- *
156
- */
157
- deleteVersionPlans?: boolean,
158
-
159
- /**
160
- * Update Dependents
161
- *
162
- * Update dependents
163
- *
164
- */
165
- updateDependents?: string,
166
-
167
- /**
168
- * Log Unchanged Projects
169
- *
170
- * Log unchanged projects
171
- *
172
- */
173
- logUnchangedProjects?: boolean,
174
-
175
- /**
176
- * Preserve Local Dependency Protocols
177
- *
178
- * Preserve local dependency protocols
179
- *
180
- */
181
- preserveLocalDependencyProtocols?: boolean,
182
- }
183
-
184
- declare function releaseVersionGeneratorFn(tree: Tree, options: ReleaseVersionGeneratorSchema, config?: StormWorkspaceConfig): Promise<ReleaseVersionGeneratorResult>;
185
-
186
- export { type ReleaseVersionGeneratorSchema as R, releaseVersionGeneratorFn as r };
@@ -1,6 +0,0 @@
1
- import '@nx/devkit';
2
- import '../../../types-DeaeRt7S.mjs';
3
- import 'nx/src/command-line/release/version-legacy';
4
- export { r as default, r as releaseVersionGeneratorFn } from '../../../generator-DVYJZa5j.mjs';
5
- import 'zod';
6
- import 'zod/mini';
@@ -1,6 +0,0 @@
1
- import '@nx/devkit';
2
- import '../../../types-DeaeRt7S.js';
3
- import 'nx/src/command-line/release/version-legacy';
4
- export { r as default, r as releaseVersionGeneratorFn } from '../../../generator-DLXza9BZ.js';
5
- import 'zod';
6
- import 'zod/mini';
@@ -1,14 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
-
3
-
4
- var _chunkWEL4BVFXjs = require('../../../chunk-WEL4BVFX.js');
5
- require('../../../chunk-J4I6MJT2.js');
6
- require('../../../chunk-452FQZ3B.js');
7
- require('../../../chunk-DSDE2UL5.js');
8
- require('../../../chunk-2CDSXWFA.js');
9
- require('../../../chunk-IVAHNQZP.js');
10
- require('../../../chunk-G2L3EEEO.js');
11
-
12
-
13
-
14
- exports.default = _chunkWEL4BVFXjs.generator_default; exports.releaseVersionGeneratorFn = _chunkWEL4BVFXjs.releaseVersionGeneratorFn;
@@ -1,15 +0,0 @@
1
- import {
2
- generator_default,
3
- releaseVersionGeneratorFn
4
- } from "../../../chunk-ZZWU35JU.mjs";
5
- import "../../../chunk-JLXBL5BC.mjs";
6
- import "../../../chunk-SVIG7SR3.mjs";
7
- import "../../../chunk-NOTQLVZP.mjs";
8
- import "../../../chunk-V44DYGWX.mjs";
9
- import "../../../chunk-VGJEUOUN.mjs";
10
- import "../../../chunk-C26A6BXG.mjs";
11
- import "../../../chunk-LOFMB5G3.mjs";
12
- export {
13
- generator_default as default,
14
- releaseVersionGeneratorFn
15
- };
@@ -1,180 +0,0 @@
1
-
2
- // Generated by @storm-software/untyped
3
- // Do not edit this file directly
4
-
5
- export interface ReleaseVersionGeneratorSchema {
6
- /**
7
- * Projects
8
- *
9
- * The projects to release
10
- *
11
- */
12
- projects: Array<{
13
- [key: string]: any
14
- }>,
15
-
16
- /**
17
- * Release Group
18
- *
19
- * The release group
20
- *
21
- */
22
- releaseGroup: {
23
- [key: string]: any
24
- },
25
-
26
- /**
27
- * Project Graph
28
- *
29
- * The project graph
30
- *
31
- */
32
- projectGraph: {
33
- [key: string]: any
34
- },
35
-
36
- /**
37
- * Specifier
38
- *
39
- * The specifier
40
- *
41
- */
42
- specifier: string,
43
-
44
- /**
45
- * Specifier Source
46
- *
47
- * The specifier source
48
- *
49
- */
50
- specifierSource?: string,
51
-
52
- /**
53
- * Preid
54
- *
55
- * The preid
56
- *
57
- */
58
- preid?: string,
59
-
60
- /**
61
- * Package Root
62
- *
63
- * The package root
64
- *
65
- */
66
- packageRoot?: string,
67
-
68
- /**
69
- * Current Version Resolver
70
- *
71
- * The current version resolver
72
- *
73
- * @default "git-tag"
74
- */
75
- currentVersionResolver?: string,
76
-
77
- /**
78
- * Current Version Resolver Metadata
79
- *
80
- * The current version resolver metadata
81
- *
82
- */
83
- currentVersionResolverMetadata?: {
84
- [key: string]: any
85
- },
86
-
87
- /**
88
- * Fallback Current Version Resolver
89
- *
90
- * The fallback current version resolver
91
- *
92
- * @default "disk"
93
- */
94
- fallbackCurrentVersionResolver?: string,
95
-
96
- /**
97
- * First Release
98
- *
99
- * Release the first version
100
- *
101
- */
102
- firstRelease?: boolean,
103
-
104
- /**
105
- * Version Prefix
106
- *
107
- * The version prefix
108
- *
109
- *
110
- * @enum ,auto,~,^,=
111
- */
112
- versionPrefix?: string,
113
-
114
- /**
115
- * Skip Lock File Update
116
- *
117
- * Skip lock file update
118
- *
119
- */
120
- skipLockFileUpdate?: boolean,
121
-
122
- /**
123
- * Install Args
124
- *
125
- * The install arguments
126
- *
127
- */
128
- installArgs?: string,
129
-
130
- /**
131
- * Install Ignore Scripts
132
- *
133
- * Ignore scripts
134
- *
135
- */
136
- installIgnoreScripts?: boolean,
137
-
138
- /**
139
- * Conventional Commits Config
140
- *
141
- * The conventional commits config
142
- *
143
- */
144
- conventionalCommitsConfig?: {
145
- [key: string]: any
146
- },
147
-
148
- /**
149
- * Delete Version Plans
150
- *
151
- * Delete version plans
152
- *
153
- */
154
- deleteVersionPlans?: boolean,
155
-
156
- /**
157
- * Update Dependents
158
- *
159
- * Update dependents
160
- *
161
- */
162
- updateDependents?: string,
163
-
164
- /**
165
- * Log Unchanged Projects
166
- *
167
- * Log unchanged projects
168
- *
169
- */
170
- logUnchangedProjects?: boolean,
171
-
172
- /**
173
- * Preserve Local Dependency Protocols
174
- *
175
- * Preserve local dependency protocols
176
- *
177
- */
178
- preserveLocalDependencyProtocols?: boolean,
179
- }
180
-