@storm-software/workspace-tools 1.277.14 → 1.277.15
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 +13 -0
- package/dist/{chunk-PUXRAT76.mjs → chunk-3EEJOZ2Y.mjs} +1 -0
- package/dist/{chunk-CA274HWC.js → chunk-4WSVXYPW.js} +1 -0
- package/dist/{chunk-HZCIACUV.js → chunk-CGTCYUIA.js} +104 -104
- package/dist/{chunk-BFV6VAAJ.mjs → chunk-ZHVQ2WZL.mjs} +104 -104
- package/dist/executors.js +8 -8
- package/dist/executors.mjs +8 -8
- package/dist/generators.js +5 -5
- package/dist/generators.mjs +6 -6
- package/dist/index.js +12 -12
- package/dist/index.mjs +14 -14
- package/dist/src/executors/esbuild/executor.js +2 -2
- package/dist/src/executors/esbuild/executor.mjs +1 -1
- package/dist/src/generators/release-version/generator.js +2 -2
- package/dist/src/generators/release-version/generator.mjs +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Workspace Tools
|
|
4
4
|
|
|
5
|
+
## [1.277.14](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.277.14) (2025-07-06)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
([03db3eded](https://github.com/storm-software/storm-ops/commit/03db3eded))
|
|
11
|
+
|
|
12
|
+
### Updated Dependencies
|
|
13
|
+
|
|
14
|
+
- Updated prettier to 0.51.42
|
|
15
|
+
- Updated esbuild to 0.45.27
|
|
16
|
+
- Updated unbuild to 0.49.38
|
|
17
|
+
|
|
5
18
|
## [1.277.13](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.277.13) (2025-07-05)
|
|
6
19
|
|
|
7
20
|
### Miscellaneous
|
|
@@ -94,6 +94,7 @@ ${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${p
|
|
|
94
94
|
assets: pendingAssets
|
|
95
95
|
});
|
|
96
96
|
await assetHandler.processAllAssetsOnce();
|
|
97
|
+
writeTrace("Completed copying assets to the output directory", config);
|
|
97
98
|
if (includeSrc === true) {
|
|
98
99
|
writeDebug(
|
|
99
100
|
`\u{1F4DD} Adding banner and writing source files: ${joinPaths(
|
|
@@ -94,6 +94,7 @@ ${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${p
|
|
|
94
94
|
assets: pendingAssets
|
|
95
95
|
});
|
|
96
96
|
await assetHandler.processAllAssetsOnce();
|
|
97
|
+
_chunk64SHSYARjs.writeTrace.call(void 0, "Completed copying assets to the output directory", config);
|
|
97
98
|
if (includeSrc === true) {
|
|
98
99
|
_chunk64SHSYARjs.writeDebug.call(void 0,
|
|
99
100
|
`\u{1F4DD} Adding banner and writing source files: ${_chunk53DNHF7Bjs.joinPaths.call(void 0,
|
|
@@ -33,132 +33,132 @@ var _resolvelocalpackagedependencies = require('@nx/js/src/generators/release-ve
|
|
|
33
33
|
var _updatelockfile = require('@nx/js/src/release/utils/update-lock-file');
|
|
34
34
|
|
|
35
35
|
// ../git-tools/src/types.ts
|
|
36
|
-
var
|
|
36
|
+
var COMMIT_TYPES = {
|
|
37
37
|
/* --- Bumps version when selected --- */
|
|
38
|
-
chore: {
|
|
39
|
-
description: "Other changes that don't modify src or test files",
|
|
40
|
-
title: "Chore",
|
|
41
|
-
emoji: "\u2699\uFE0F ",
|
|
42
|
-
semverBump: "patch",
|
|
43
|
-
changelog: {
|
|
44
|
-
title: "Miscellaneous",
|
|
45
|
-
hidden: false
|
|
38
|
+
"chore": {
|
|
39
|
+
"description": "Other changes that don't modify src or test files",
|
|
40
|
+
"title": "Chore",
|
|
41
|
+
"emoji": "\u2699\uFE0F ",
|
|
42
|
+
"semverBump": "patch",
|
|
43
|
+
"changelog": {
|
|
44
|
+
"title": "Miscellaneous",
|
|
45
|
+
"hidden": false
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
|
-
fix: {
|
|
49
|
-
description: "A change that resolves an issue previously identified with the package",
|
|
50
|
-
title: "Bug Fix",
|
|
51
|
-
emoji: "\u{1FAB2} ",
|
|
52
|
-
semverBump: "patch",
|
|
53
|
-
changelog: {
|
|
54
|
-
title: "Bug Fixes",
|
|
55
|
-
hidden: false
|
|
48
|
+
"fix": {
|
|
49
|
+
"description": "A change that resolves an issue previously identified with the package",
|
|
50
|
+
"title": "Bug Fix",
|
|
51
|
+
"emoji": "\u{1FAB2} ",
|
|
52
|
+
"semverBump": "patch",
|
|
53
|
+
"changelog": {
|
|
54
|
+
"title": "Bug Fixes",
|
|
55
|
+
"hidden": false
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
|
-
feat: {
|
|
59
|
-
description: "A change that adds a new feature to the package",
|
|
60
|
-
title: "Feature",
|
|
61
|
-
emoji: "\u{1F511} ",
|
|
62
|
-
semverBump: "minor",
|
|
63
|
-
changelog: {
|
|
64
|
-
title: "Features",
|
|
65
|
-
hidden: false
|
|
58
|
+
"feat": {
|
|
59
|
+
"description": "A change that adds a new feature to the package",
|
|
60
|
+
"title": "Feature",
|
|
61
|
+
"emoji": "\u{1F511} ",
|
|
62
|
+
"semverBump": "minor",
|
|
63
|
+
"changelog": {
|
|
64
|
+
"title": "Features",
|
|
65
|
+
"hidden": false
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
|
-
ci: {
|
|
69
|
-
description: "Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)",
|
|
70
|
-
title: "Continuous Integration",
|
|
71
|
-
emoji: "\u{1F9F0} ",
|
|
72
|
-
semverBump: "patch",
|
|
73
|
-
changelog: {
|
|
74
|
-
title: "Continuous Integration",
|
|
75
|
-
hidden: false
|
|
68
|
+
"ci": {
|
|
69
|
+
"description": "Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)",
|
|
70
|
+
"title": "Continuous Integration",
|
|
71
|
+
"emoji": "\u{1F9F0} ",
|
|
72
|
+
"semverBump": "patch",
|
|
73
|
+
"changelog": {
|
|
74
|
+
"title": "Continuous Integration",
|
|
75
|
+
"hidden": false
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
|
-
refactor: {
|
|
79
|
-
description: "A code change that neither fixes a bug nor adds a feature",
|
|
80
|
-
title: "Code Refactoring",
|
|
81
|
-
emoji: "\u{1F9EA} ",
|
|
82
|
-
semverBump: "patch",
|
|
83
|
-
changelog: {
|
|
84
|
-
title: "Source Code Improvements",
|
|
85
|
-
hidden: false
|
|
78
|
+
"refactor": {
|
|
79
|
+
"description": "A code change that neither fixes a bug nor adds a feature",
|
|
80
|
+
"title": "Code Refactoring",
|
|
81
|
+
"emoji": "\u{1F9EA} ",
|
|
82
|
+
"semverBump": "patch",
|
|
83
|
+
"changelog": {
|
|
84
|
+
"title": "Source Code Improvements",
|
|
85
|
+
"hidden": false
|
|
86
86
|
}
|
|
87
87
|
},
|
|
88
|
-
style: {
|
|
89
|
-
description: "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)",
|
|
90
|
-
title: "Style Improvements",
|
|
91
|
-
emoji: "\u{1F48E} ",
|
|
92
|
-
semverBump: "patch",
|
|
93
|
-
changelog: {
|
|
94
|
-
title: "Style Improvements",
|
|
95
|
-
hidden: false
|
|
88
|
+
"style": {
|
|
89
|
+
"description": "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)",
|
|
90
|
+
"title": "Style Improvements",
|
|
91
|
+
"emoji": "\u{1F48E} ",
|
|
92
|
+
"semverBump": "patch",
|
|
93
|
+
"changelog": {
|
|
94
|
+
"title": "Style Improvements",
|
|
95
|
+
"hidden": false
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
|
-
perf: {
|
|
99
|
-
description: "A code change that improves performance",
|
|
100
|
-
title: "Performance Improvement",
|
|
101
|
-
emoji: "\u23F1\uFE0F ",
|
|
102
|
-
semverBump: "patch",
|
|
103
|
-
changelog: {
|
|
104
|
-
title: "Performance Improvements",
|
|
105
|
-
hidden: false
|
|
98
|
+
"perf": {
|
|
99
|
+
"description": "A code change that improves performance",
|
|
100
|
+
"title": "Performance Improvement",
|
|
101
|
+
"emoji": "\u23F1\uFE0F ",
|
|
102
|
+
"semverBump": "patch",
|
|
103
|
+
"changelog": {
|
|
104
|
+
"title": "Performance Improvements",
|
|
105
|
+
"hidden": false
|
|
106
106
|
}
|
|
107
107
|
},
|
|
108
108
|
/* --- Does not bump version when selected --- */
|
|
109
|
-
docs: {
|
|
110
|
-
description: "A change that only includes documentation updates",
|
|
111
|
-
title: "Documentation",
|
|
112
|
-
emoji: "\u{1F4DC} ",
|
|
113
|
-
semverBump: "none",
|
|
114
|
-
changelog: {
|
|
115
|
-
title: "Documentation",
|
|
116
|
-
hidden: false
|
|
109
|
+
"docs": {
|
|
110
|
+
"description": "A change that only includes documentation updates",
|
|
111
|
+
"title": "Documentation",
|
|
112
|
+
"emoji": "\u{1F4DC} ",
|
|
113
|
+
"semverBump": "none",
|
|
114
|
+
"changelog": {
|
|
115
|
+
"title": "Documentation",
|
|
116
|
+
"hidden": false
|
|
117
117
|
}
|
|
118
118
|
},
|
|
119
|
-
test: {
|
|
120
|
-
description: "Adding missing tests or correcting existing tests",
|
|
121
|
-
title: "Testing",
|
|
122
|
-
emoji: "\u{1F6A8} ",
|
|
123
|
-
semverBump: "none",
|
|
124
|
-
changelog: {
|
|
125
|
-
title: "Testing",
|
|
126
|
-
hidden: true
|
|
119
|
+
"test": {
|
|
120
|
+
"description": "Adding missing tests or correcting existing tests",
|
|
121
|
+
"title": "Testing",
|
|
122
|
+
"emoji": "\u{1F6A8} ",
|
|
123
|
+
"semverBump": "none",
|
|
124
|
+
"changelog": {
|
|
125
|
+
"title": "Testing",
|
|
126
|
+
"hidden": true
|
|
127
127
|
}
|
|
128
128
|
},
|
|
129
129
|
/* --- Not included in commitlint but included in changelog --- */
|
|
130
|
-
deps: {
|
|
131
|
-
description: "Changes that add, update, or remove dependencies. This includes devDependencies and peerDependencies",
|
|
132
|
-
title: "Dependencies",
|
|
133
|
-
emoji: "\u{1F4E6} ",
|
|
134
|
-
hidden: true,
|
|
135
|
-
semverBump: "patch",
|
|
136
|
-
changelog: {
|
|
137
|
-
title: "Dependency Upgrades",
|
|
138
|
-
hidden: false
|
|
130
|
+
"deps": {
|
|
131
|
+
"description": "Changes that add, update, or remove dependencies. This includes devDependencies and peerDependencies",
|
|
132
|
+
"title": "Dependencies",
|
|
133
|
+
"emoji": "\u{1F4E6} ",
|
|
134
|
+
"hidden": true,
|
|
135
|
+
"semverBump": "patch",
|
|
136
|
+
"changelog": {
|
|
137
|
+
"title": "Dependency Upgrades",
|
|
138
|
+
"hidden": false
|
|
139
139
|
}
|
|
140
140
|
},
|
|
141
141
|
/* --- Not included in commitlint or changelog --- */
|
|
142
|
-
build: {
|
|
143
|
-
description: "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)",
|
|
144
|
-
title: "Build",
|
|
145
|
-
emoji: "\u{1F6E0} ",
|
|
146
|
-
hidden: true,
|
|
147
|
-
semverBump: "none",
|
|
148
|
-
changelog: {
|
|
149
|
-
title: "Build",
|
|
150
|
-
hidden: true
|
|
142
|
+
"build": {
|
|
143
|
+
"description": "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)",
|
|
144
|
+
"title": "Build",
|
|
145
|
+
"emoji": "\u{1F6E0} ",
|
|
146
|
+
"hidden": true,
|
|
147
|
+
"semverBump": "none",
|
|
148
|
+
"changelog": {
|
|
149
|
+
"title": "Build",
|
|
150
|
+
"hidden": true
|
|
151
151
|
}
|
|
152
152
|
},
|
|
153
|
-
release: {
|
|
154
|
-
description: "Publishing a commit containing a newly released version",
|
|
155
|
-
title: "Publish Release",
|
|
156
|
-
emoji: "\u{1F680} ",
|
|
157
|
-
hidden: true,
|
|
158
|
-
semverBump: "none",
|
|
159
|
-
changelog: {
|
|
160
|
-
title: "Publish Release",
|
|
161
|
-
hidden: true
|
|
153
|
+
"release": {
|
|
154
|
+
"description": "Publishing a commit containing a newly released version",
|
|
155
|
+
"title": "Publish Release",
|
|
156
|
+
"emoji": "\u{1F680} ",
|
|
157
|
+
"hidden": true,
|
|
158
|
+
"semverBump": "none",
|
|
159
|
+
"changelog": {
|
|
160
|
+
"title": "Publish Release",
|
|
161
|
+
"hidden": true
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
164
|
};
|
|
@@ -167,10 +167,10 @@ var DEFAULT_COMMIT_QUESTIONS = {
|
|
|
167
167
|
type: "select",
|
|
168
168
|
title: "Commit Type",
|
|
169
169
|
description: "Select the commit type that best describes your changes",
|
|
170
|
-
enum: Object.keys(
|
|
171
|
-
(type) =>
|
|
170
|
+
enum: Object.keys(COMMIT_TYPES).filter(
|
|
171
|
+
(type) => COMMIT_TYPES[type].hidden !== true
|
|
172
172
|
).reduce((ret, type) => {
|
|
173
|
-
ret[type] =
|
|
173
|
+
ret[type] = COMMIT_TYPES[type];
|
|
174
174
|
return ret;
|
|
175
175
|
}, {}),
|
|
176
176
|
defaultValue: "chore",
|
|
@@ -232,7 +232,7 @@ var DEFAULT_COMMIT_QUESTIONS = {
|
|
|
232
232
|
// ../git-tools/src/release/config.ts
|
|
233
233
|
var DEFAULT_CONVENTIONAL_COMMITS_CONFIG = {
|
|
234
234
|
questions: DEFAULT_COMMIT_QUESTIONS,
|
|
235
|
-
types:
|
|
235
|
+
types: COMMIT_TYPES
|
|
236
236
|
};
|
|
237
237
|
|
|
238
238
|
// src/generators/release-version/generator.ts
|
|
@@ -33,132 +33,132 @@ import { resolveLocalPackageDependencies as resolveLocalPackageJsonDependencies
|
|
|
33
33
|
import { updateLockFile } from "@nx/js/src/release/utils/update-lock-file";
|
|
34
34
|
|
|
35
35
|
// ../git-tools/src/types.ts
|
|
36
|
-
var
|
|
36
|
+
var COMMIT_TYPES = {
|
|
37
37
|
/* --- Bumps version when selected --- */
|
|
38
|
-
chore: {
|
|
39
|
-
description: "Other changes that don't modify src or test files",
|
|
40
|
-
title: "Chore",
|
|
41
|
-
emoji: "\u2699\uFE0F ",
|
|
42
|
-
semverBump: "patch",
|
|
43
|
-
changelog: {
|
|
44
|
-
title: "Miscellaneous",
|
|
45
|
-
hidden: false
|
|
38
|
+
"chore": {
|
|
39
|
+
"description": "Other changes that don't modify src or test files",
|
|
40
|
+
"title": "Chore",
|
|
41
|
+
"emoji": "\u2699\uFE0F ",
|
|
42
|
+
"semverBump": "patch",
|
|
43
|
+
"changelog": {
|
|
44
|
+
"title": "Miscellaneous",
|
|
45
|
+
"hidden": false
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
|
-
fix: {
|
|
49
|
-
description: "A change that resolves an issue previously identified with the package",
|
|
50
|
-
title: "Bug Fix",
|
|
51
|
-
emoji: "\u{1FAB2} ",
|
|
52
|
-
semverBump: "patch",
|
|
53
|
-
changelog: {
|
|
54
|
-
title: "Bug Fixes",
|
|
55
|
-
hidden: false
|
|
48
|
+
"fix": {
|
|
49
|
+
"description": "A change that resolves an issue previously identified with the package",
|
|
50
|
+
"title": "Bug Fix",
|
|
51
|
+
"emoji": "\u{1FAB2} ",
|
|
52
|
+
"semverBump": "patch",
|
|
53
|
+
"changelog": {
|
|
54
|
+
"title": "Bug Fixes",
|
|
55
|
+
"hidden": false
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
|
-
feat: {
|
|
59
|
-
description: "A change that adds a new feature to the package",
|
|
60
|
-
title: "Feature",
|
|
61
|
-
emoji: "\u{1F511} ",
|
|
62
|
-
semverBump: "minor",
|
|
63
|
-
changelog: {
|
|
64
|
-
title: "Features",
|
|
65
|
-
hidden: false
|
|
58
|
+
"feat": {
|
|
59
|
+
"description": "A change that adds a new feature to the package",
|
|
60
|
+
"title": "Feature",
|
|
61
|
+
"emoji": "\u{1F511} ",
|
|
62
|
+
"semverBump": "minor",
|
|
63
|
+
"changelog": {
|
|
64
|
+
"title": "Features",
|
|
65
|
+
"hidden": false
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
|
-
ci: {
|
|
69
|
-
description: "Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)",
|
|
70
|
-
title: "Continuous Integration",
|
|
71
|
-
emoji: "\u{1F9F0} ",
|
|
72
|
-
semverBump: "patch",
|
|
73
|
-
changelog: {
|
|
74
|
-
title: "Continuous Integration",
|
|
75
|
-
hidden: false
|
|
68
|
+
"ci": {
|
|
69
|
+
"description": "Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)",
|
|
70
|
+
"title": "Continuous Integration",
|
|
71
|
+
"emoji": "\u{1F9F0} ",
|
|
72
|
+
"semverBump": "patch",
|
|
73
|
+
"changelog": {
|
|
74
|
+
"title": "Continuous Integration",
|
|
75
|
+
"hidden": false
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
|
-
refactor: {
|
|
79
|
-
description: "A code change that neither fixes a bug nor adds a feature",
|
|
80
|
-
title: "Code Refactoring",
|
|
81
|
-
emoji: "\u{1F9EA} ",
|
|
82
|
-
semverBump: "patch",
|
|
83
|
-
changelog: {
|
|
84
|
-
title: "Source Code Improvements",
|
|
85
|
-
hidden: false
|
|
78
|
+
"refactor": {
|
|
79
|
+
"description": "A code change that neither fixes a bug nor adds a feature",
|
|
80
|
+
"title": "Code Refactoring",
|
|
81
|
+
"emoji": "\u{1F9EA} ",
|
|
82
|
+
"semverBump": "patch",
|
|
83
|
+
"changelog": {
|
|
84
|
+
"title": "Source Code Improvements",
|
|
85
|
+
"hidden": false
|
|
86
86
|
}
|
|
87
87
|
},
|
|
88
|
-
style: {
|
|
89
|
-
description: "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)",
|
|
90
|
-
title: "Style Improvements",
|
|
91
|
-
emoji: "\u{1F48E} ",
|
|
92
|
-
semverBump: "patch",
|
|
93
|
-
changelog: {
|
|
94
|
-
title: "Style Improvements",
|
|
95
|
-
hidden: false
|
|
88
|
+
"style": {
|
|
89
|
+
"description": "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)",
|
|
90
|
+
"title": "Style Improvements",
|
|
91
|
+
"emoji": "\u{1F48E} ",
|
|
92
|
+
"semverBump": "patch",
|
|
93
|
+
"changelog": {
|
|
94
|
+
"title": "Style Improvements",
|
|
95
|
+
"hidden": false
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
|
-
perf: {
|
|
99
|
-
description: "A code change that improves performance",
|
|
100
|
-
title: "Performance Improvement",
|
|
101
|
-
emoji: "\u23F1\uFE0F ",
|
|
102
|
-
semverBump: "patch",
|
|
103
|
-
changelog: {
|
|
104
|
-
title: "Performance Improvements",
|
|
105
|
-
hidden: false
|
|
98
|
+
"perf": {
|
|
99
|
+
"description": "A code change that improves performance",
|
|
100
|
+
"title": "Performance Improvement",
|
|
101
|
+
"emoji": "\u23F1\uFE0F ",
|
|
102
|
+
"semverBump": "patch",
|
|
103
|
+
"changelog": {
|
|
104
|
+
"title": "Performance Improvements",
|
|
105
|
+
"hidden": false
|
|
106
106
|
}
|
|
107
107
|
},
|
|
108
108
|
/* --- Does not bump version when selected --- */
|
|
109
|
-
docs: {
|
|
110
|
-
description: "A change that only includes documentation updates",
|
|
111
|
-
title: "Documentation",
|
|
112
|
-
emoji: "\u{1F4DC} ",
|
|
113
|
-
semverBump: "none",
|
|
114
|
-
changelog: {
|
|
115
|
-
title: "Documentation",
|
|
116
|
-
hidden: false
|
|
109
|
+
"docs": {
|
|
110
|
+
"description": "A change that only includes documentation updates",
|
|
111
|
+
"title": "Documentation",
|
|
112
|
+
"emoji": "\u{1F4DC} ",
|
|
113
|
+
"semverBump": "none",
|
|
114
|
+
"changelog": {
|
|
115
|
+
"title": "Documentation",
|
|
116
|
+
"hidden": false
|
|
117
117
|
}
|
|
118
118
|
},
|
|
119
|
-
test: {
|
|
120
|
-
description: "Adding missing tests or correcting existing tests",
|
|
121
|
-
title: "Testing",
|
|
122
|
-
emoji: "\u{1F6A8} ",
|
|
123
|
-
semverBump: "none",
|
|
124
|
-
changelog: {
|
|
125
|
-
title: "Testing",
|
|
126
|
-
hidden: true
|
|
119
|
+
"test": {
|
|
120
|
+
"description": "Adding missing tests or correcting existing tests",
|
|
121
|
+
"title": "Testing",
|
|
122
|
+
"emoji": "\u{1F6A8} ",
|
|
123
|
+
"semverBump": "none",
|
|
124
|
+
"changelog": {
|
|
125
|
+
"title": "Testing",
|
|
126
|
+
"hidden": true
|
|
127
127
|
}
|
|
128
128
|
},
|
|
129
129
|
/* --- Not included in commitlint but included in changelog --- */
|
|
130
|
-
deps: {
|
|
131
|
-
description: "Changes that add, update, or remove dependencies. This includes devDependencies and peerDependencies",
|
|
132
|
-
title: "Dependencies",
|
|
133
|
-
emoji: "\u{1F4E6} ",
|
|
134
|
-
hidden: true,
|
|
135
|
-
semverBump: "patch",
|
|
136
|
-
changelog: {
|
|
137
|
-
title: "Dependency Upgrades",
|
|
138
|
-
hidden: false
|
|
130
|
+
"deps": {
|
|
131
|
+
"description": "Changes that add, update, or remove dependencies. This includes devDependencies and peerDependencies",
|
|
132
|
+
"title": "Dependencies",
|
|
133
|
+
"emoji": "\u{1F4E6} ",
|
|
134
|
+
"hidden": true,
|
|
135
|
+
"semverBump": "patch",
|
|
136
|
+
"changelog": {
|
|
137
|
+
"title": "Dependency Upgrades",
|
|
138
|
+
"hidden": false
|
|
139
139
|
}
|
|
140
140
|
},
|
|
141
141
|
/* --- Not included in commitlint or changelog --- */
|
|
142
|
-
build: {
|
|
143
|
-
description: "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)",
|
|
144
|
-
title: "Build",
|
|
145
|
-
emoji: "\u{1F6E0} ",
|
|
146
|
-
hidden: true,
|
|
147
|
-
semverBump: "none",
|
|
148
|
-
changelog: {
|
|
149
|
-
title: "Build",
|
|
150
|
-
hidden: true
|
|
142
|
+
"build": {
|
|
143
|
+
"description": "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)",
|
|
144
|
+
"title": "Build",
|
|
145
|
+
"emoji": "\u{1F6E0} ",
|
|
146
|
+
"hidden": true,
|
|
147
|
+
"semverBump": "none",
|
|
148
|
+
"changelog": {
|
|
149
|
+
"title": "Build",
|
|
150
|
+
"hidden": true
|
|
151
151
|
}
|
|
152
152
|
},
|
|
153
|
-
release: {
|
|
154
|
-
description: "Publishing a commit containing a newly released version",
|
|
155
|
-
title: "Publish Release",
|
|
156
|
-
emoji: "\u{1F680} ",
|
|
157
|
-
hidden: true,
|
|
158
|
-
semverBump: "none",
|
|
159
|
-
changelog: {
|
|
160
|
-
title: "Publish Release",
|
|
161
|
-
hidden: true
|
|
153
|
+
"release": {
|
|
154
|
+
"description": "Publishing a commit containing a newly released version",
|
|
155
|
+
"title": "Publish Release",
|
|
156
|
+
"emoji": "\u{1F680} ",
|
|
157
|
+
"hidden": true,
|
|
158
|
+
"semverBump": "none",
|
|
159
|
+
"changelog": {
|
|
160
|
+
"title": "Publish Release",
|
|
161
|
+
"hidden": true
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
164
|
};
|
|
@@ -167,10 +167,10 @@ var DEFAULT_COMMIT_QUESTIONS = {
|
|
|
167
167
|
type: "select",
|
|
168
168
|
title: "Commit Type",
|
|
169
169
|
description: "Select the commit type that best describes your changes",
|
|
170
|
-
enum: Object.keys(
|
|
171
|
-
(type) =>
|
|
170
|
+
enum: Object.keys(COMMIT_TYPES).filter(
|
|
171
|
+
(type) => COMMIT_TYPES[type].hidden !== true
|
|
172
172
|
).reduce((ret, type) => {
|
|
173
|
-
ret[type] =
|
|
173
|
+
ret[type] = COMMIT_TYPES[type];
|
|
174
174
|
return ret;
|
|
175
175
|
}, {}),
|
|
176
176
|
defaultValue: "chore",
|
|
@@ -232,7 +232,7 @@ var DEFAULT_COMMIT_QUESTIONS = {
|
|
|
232
232
|
// ../git-tools/src/release/config.ts
|
|
233
233
|
var DEFAULT_CONVENTIONAL_COMMITS_CONFIG = {
|
|
234
234
|
questions: DEFAULT_COMMIT_QUESTIONS,
|
|
235
|
-
types:
|
|
235
|
+
types: COMMIT_TYPES
|
|
236
236
|
};
|
|
237
237
|
|
|
238
238
|
// src/generators/release-version/generator.ts
|
package/dist/executors.js
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-7VDOGZYO.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
var _chunkIHOUSCN6js = require('./chunk-IHOUSCN6.js');
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
var _chunk4WSVXYPWjs = require('./chunk-4WSVXYPW.js');
|
|
8
|
+
|
|
9
|
+
|
|
4
10
|
var _chunkYNLVMQVPjs = require('./chunk-YNLVMQVP.js');
|
|
5
11
|
|
|
6
12
|
|
|
@@ -10,7 +16,7 @@ var _chunkXWTCQSBXjs = require('./chunk-XWTCQSBX.js');
|
|
|
10
16
|
var _chunk2C2EGKATjs = require('./chunk-2C2EGKAT.js');
|
|
11
17
|
|
|
12
18
|
|
|
13
|
-
var
|
|
19
|
+
var _chunkCF2C7VYSjs = require('./chunk-CF2C7VYS.js');
|
|
14
20
|
|
|
15
21
|
|
|
16
22
|
var _chunkXITRSZMQjs = require('./chunk-XITRSZMQ.js');
|
|
@@ -19,9 +25,6 @@ var _chunkXITRSZMQjs = require('./chunk-XITRSZMQ.js');
|
|
|
19
25
|
var _chunk7BNGAODNjs = require('./chunk-7BNGAODN.js');
|
|
20
26
|
|
|
21
27
|
|
|
22
|
-
var _chunkCA274HWCjs = require('./chunk-CA274HWC.js');
|
|
23
|
-
|
|
24
|
-
|
|
25
28
|
var _chunkBCW36SJUjs = require('./chunk-BCW36SJU.js');
|
|
26
29
|
|
|
27
30
|
|
|
@@ -29,9 +32,6 @@ var _chunkVOVKD5R6js = require('./chunk-VOVKD5R6.js');
|
|
|
29
32
|
|
|
30
33
|
|
|
31
34
|
var _chunkXBI7U5XTjs = require('./chunk-XBI7U5XT.js');
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
var _chunkCF2C7VYSjs = require('./chunk-CF2C7VYS.js');
|
|
35
35
|
require('./chunk-XCCNQQVX.js');
|
|
36
36
|
require('./chunk-F6X43VUX.js');
|
|
37
37
|
require('./chunk-LJDV7HFT.js');
|
|
@@ -56,4 +56,4 @@ require('./chunk-3RG5ZIWI.js');
|
|
|
56
56
|
|
|
57
57
|
|
|
58
58
|
|
|
59
|
-
exports.LARGE_BUFFER = _chunkYNLVMQVPjs.LARGE_BUFFER; exports.cargoBuildExecutor = _chunkBCW36SJUjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkVOVKD5R6js.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkXBI7U5XTjs.cargoClippyExecutor; exports.cargoDocExecutor = _chunkCF2C7VYSjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkXITRSZMQjs.cargoFormatExecutor; exports.esbuildExecutorFn =
|
|
59
|
+
exports.LARGE_BUFFER = _chunkYNLVMQVPjs.LARGE_BUFFER; exports.cargoBuildExecutor = _chunkBCW36SJUjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkVOVKD5R6js.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkXBI7U5XTjs.cargoClippyExecutor; exports.cargoDocExecutor = _chunkCF2C7VYSjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkXITRSZMQjs.cargoFormatExecutor; exports.esbuildExecutorFn = _chunk4WSVXYPWjs.esbuildExecutorFn; exports.getRegistryVersion = _chunk7BNGAODNjs.getRegistryVersion; exports.sizeLimitExecutorFn = _chunkXWTCQSBXjs.sizeLimitExecutorFn; exports.typiaExecutorFn = _chunk2C2EGKATjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunkIHOUSCN6js.unbuildExecutorFn;
|
package/dist/executors.mjs
CHANGED
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
import "./chunk-BLX5SLPC.mjs";
|
|
2
|
+
import {
|
|
3
|
+
unbuildExecutorFn
|
|
4
|
+
} from "./chunk-LQLTWIHR.mjs";
|
|
5
|
+
import {
|
|
6
|
+
esbuildExecutorFn
|
|
7
|
+
} from "./chunk-3EEJOZ2Y.mjs";
|
|
2
8
|
import {
|
|
3
9
|
LARGE_BUFFER
|
|
4
10
|
} from "./chunk-W46VGGTY.mjs";
|
|
@@ -9,17 +15,14 @@ import {
|
|
|
9
15
|
typiaExecutorFn
|
|
10
16
|
} from "./chunk-MDW7CA4E.mjs";
|
|
11
17
|
import {
|
|
12
|
-
|
|
13
|
-
} from "./chunk-
|
|
18
|
+
cargoDocExecutor
|
|
19
|
+
} from "./chunk-74JVJR6U.mjs";
|
|
14
20
|
import {
|
|
15
21
|
cargoFormatExecutor
|
|
16
22
|
} from "./chunk-YJ4K7MUE.mjs";
|
|
17
23
|
import {
|
|
18
24
|
getRegistryVersion
|
|
19
25
|
} from "./chunk-W765XU7F.mjs";
|
|
20
|
-
import {
|
|
21
|
-
esbuildExecutorFn
|
|
22
|
-
} from "./chunk-PUXRAT76.mjs";
|
|
23
26
|
import {
|
|
24
27
|
cargoBuildExecutor
|
|
25
28
|
} from "./chunk-UPA3MUDB.mjs";
|
|
@@ -29,9 +32,6 @@ import {
|
|
|
29
32
|
import {
|
|
30
33
|
cargoClippyExecutor
|
|
31
34
|
} from "./chunk-UIVPDMY2.mjs";
|
|
32
|
-
import {
|
|
33
|
-
cargoDocExecutor
|
|
34
|
-
} from "./chunk-74JVJR6U.mjs";
|
|
35
35
|
import "./chunk-ENUKNYFH.mjs";
|
|
36
36
|
import "./chunk-KHT5W6AJ.mjs";
|
|
37
37
|
import "./chunk-6LP3KKXE.mjs";
|
package/dist/generators.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-INERRJ6Q.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunkCLS52NMHjs = require('./chunk-CLS52NMH.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunkCGTCYUIAjs = require('./chunk-CGTCYUIA.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
var _chunkF2EU6PBTjs = require('./chunk-F2EU6PBT.js');
|
|
@@ -16,10 +16,10 @@ var _chunkF2EU6PBTjs = require('./chunk-F2EU6PBT.js');
|
|
|
16
16
|
var _chunkF6QSJFLBjs = require('./chunk-F6QSJFLB.js');
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
var
|
|
19
|
+
var _chunk2AGFMUUJjs = require('./chunk-2AGFMUUJ.js');
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
var
|
|
22
|
+
var _chunkN4LYIYANjs = require('./chunk-N4LYIYAN.js');
|
|
23
23
|
require('./chunk-GYLUTELW.js');
|
|
24
24
|
require('./chunk-HI4G4OOG.js');
|
|
25
25
|
require('./chunk-L3U7C6IX.js');
|
|
@@ -39,4 +39,4 @@ require('./chunk-3RG5ZIWI.js');
|
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
|
|
42
|
-
exports.browserLibraryGeneratorFn = _chunkF2EU6PBTjs.browserLibraryGeneratorFn; exports.configSchemaGeneratorFn = _chunkF6QSJFLBjs.configSchemaGeneratorFn; exports.initGenerator = _chunkOKSECMVKjs.initGenerator; exports.neutralLibraryGeneratorFn = _chunk2AGFMUUJjs.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunkN4LYIYANjs.nodeLibraryGeneratorFn; exports.presetGeneratorFn = _chunkCLS52NMHjs.presetGeneratorFn; exports.releaseVersionGeneratorFn =
|
|
42
|
+
exports.browserLibraryGeneratorFn = _chunkF2EU6PBTjs.browserLibraryGeneratorFn; exports.configSchemaGeneratorFn = _chunkF6QSJFLBjs.configSchemaGeneratorFn; exports.initGenerator = _chunkOKSECMVKjs.initGenerator; exports.neutralLibraryGeneratorFn = _chunk2AGFMUUJjs.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunkN4LYIYANjs.nodeLibraryGeneratorFn; exports.presetGeneratorFn = _chunkCLS52NMHjs.presetGeneratorFn; exports.releaseVersionGeneratorFn = _chunkCGTCYUIAjs.releaseVersionGeneratorFn;
|
package/dist/generators.mjs
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
import "./chunk-RLIZVCIN.mjs";
|
|
2
2
|
import {
|
|
3
|
-
|
|
4
|
-
} from "./chunk-
|
|
3
|
+
initGenerator
|
|
4
|
+
} from "./chunk-437WGH2M.mjs";
|
|
5
5
|
import {
|
|
6
6
|
presetGeneratorFn
|
|
7
7
|
} from "./chunk-RSONIOSF.mjs";
|
|
8
8
|
import {
|
|
9
9
|
releaseVersionGeneratorFn
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-ZHVQ2WZL.mjs";
|
|
11
11
|
import {
|
|
12
12
|
browserLibraryGeneratorFn
|
|
13
13
|
} from "./chunk-HLBNH7SA.mjs";
|
|
14
14
|
import {
|
|
15
15
|
configSchemaGeneratorFn
|
|
16
16
|
} from "./chunk-6YBMXMDQ.mjs";
|
|
17
|
-
import {
|
|
18
|
-
initGenerator
|
|
19
|
-
} from "./chunk-437WGH2M.mjs";
|
|
20
17
|
import {
|
|
21
18
|
neutralLibraryGeneratorFn
|
|
22
19
|
} from "./chunk-WAHSPZW5.mjs";
|
|
20
|
+
import {
|
|
21
|
+
nodeLibraryGeneratorFn
|
|
22
|
+
} from "./chunk-3GOCGWOM.mjs";
|
|
23
23
|
import "./chunk-CNBBZVVG.mjs";
|
|
24
24
|
import "./chunk-EK75QNMS.mjs";
|
|
25
25
|
import "./chunk-4FSINBV3.mjs";
|
package/dist/index.js
CHANGED
|
@@ -44,6 +44,12 @@ var _chunkA5CKB6IJjs = require('./chunk-A5CKB6IJ.js');
|
|
|
44
44
|
require('./chunk-7VDOGZYO.js');
|
|
45
45
|
|
|
46
46
|
|
|
47
|
+
var _chunkIHOUSCN6js = require('./chunk-IHOUSCN6.js');
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
var _chunk4WSVXYPWjs = require('./chunk-4WSVXYPW.js');
|
|
51
|
+
|
|
52
|
+
|
|
47
53
|
var _chunkYNLVMQVPjs = require('./chunk-YNLVMQVP.js');
|
|
48
54
|
|
|
49
55
|
|
|
@@ -53,7 +59,7 @@ var _chunkXWTCQSBXjs = require('./chunk-XWTCQSBX.js');
|
|
|
53
59
|
var _chunk2C2EGKATjs = require('./chunk-2C2EGKAT.js');
|
|
54
60
|
|
|
55
61
|
|
|
56
|
-
var
|
|
62
|
+
var _chunkCF2C7VYSjs = require('./chunk-CF2C7VYS.js');
|
|
57
63
|
|
|
58
64
|
|
|
59
65
|
var _chunkXITRSZMQjs = require('./chunk-XITRSZMQ.js');
|
|
@@ -62,9 +68,6 @@ var _chunkXITRSZMQjs = require('./chunk-XITRSZMQ.js');
|
|
|
62
68
|
var _chunk7BNGAODNjs = require('./chunk-7BNGAODN.js');
|
|
63
69
|
|
|
64
70
|
|
|
65
|
-
var _chunkCA274HWCjs = require('./chunk-CA274HWC.js');
|
|
66
|
-
|
|
67
|
-
|
|
68
71
|
var _chunkBCW36SJUjs = require('./chunk-BCW36SJU.js');
|
|
69
72
|
|
|
70
73
|
|
|
@@ -74,9 +77,6 @@ var _chunkVOVKD5R6js = require('./chunk-VOVKD5R6.js');
|
|
|
74
77
|
var _chunkXBI7U5XTjs = require('./chunk-XBI7U5XT.js');
|
|
75
78
|
|
|
76
79
|
|
|
77
|
-
var _chunkCF2C7VYSjs = require('./chunk-CF2C7VYS.js');
|
|
78
|
-
|
|
79
|
-
|
|
80
80
|
|
|
81
81
|
|
|
82
82
|
var _chunkXCCNQQVXjs = require('./chunk-XCCNQQVX.js');
|
|
@@ -97,13 +97,13 @@ var _chunkLJDV7HFTjs = require('./chunk-LJDV7HFT.js');
|
|
|
97
97
|
require('./chunk-INERRJ6Q.js');
|
|
98
98
|
|
|
99
99
|
|
|
100
|
-
var
|
|
100
|
+
var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
|
|
101
101
|
|
|
102
102
|
|
|
103
103
|
var _chunkCLS52NMHjs = require('./chunk-CLS52NMH.js');
|
|
104
104
|
|
|
105
105
|
|
|
106
|
-
var
|
|
106
|
+
var _chunkCGTCYUIAjs = require('./chunk-CGTCYUIA.js');
|
|
107
107
|
|
|
108
108
|
|
|
109
109
|
var _chunkF2EU6PBTjs = require('./chunk-F2EU6PBT.js');
|
|
@@ -112,10 +112,10 @@ var _chunkF2EU6PBTjs = require('./chunk-F2EU6PBT.js');
|
|
|
112
112
|
var _chunkF6QSJFLBjs = require('./chunk-F6QSJFLB.js');
|
|
113
113
|
|
|
114
114
|
|
|
115
|
-
var
|
|
115
|
+
var _chunk2AGFMUUJjs = require('./chunk-2AGFMUUJ.js');
|
|
116
116
|
|
|
117
117
|
|
|
118
|
-
var
|
|
118
|
+
var _chunkN4LYIYANjs = require('./chunk-N4LYIYAN.js');
|
|
119
119
|
|
|
120
120
|
|
|
121
121
|
|
|
@@ -274,4 +274,4 @@ require('./chunk-3RG5ZIWI.js');
|
|
|
274
274
|
|
|
275
275
|
|
|
276
276
|
|
|
277
|
-
exports.INVALID_CARGO_ARGS = _chunkLJDV7HFTjs.INVALID_CARGO_ARGS; exports.LARGE_BUFFER = _chunkYNLVMQVPjs.LARGE_BUFFER; exports.LOCK_FILES = _chunkXZSS3YABjs.LOCK_FILES; exports.NPM_LOCK_FILE = _chunkXZSS3YABjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkXZSS3YABjs.NPM_LOCK_PATH; exports.PNPM_LOCK_FILE = _chunkXZSS3YABjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkXZSS3YABjs.PNPM_LOCK_PATH; exports.PackageManagerTypes = _chunkXCCNQQVXjs.PackageManagerTypes; exports.ProjectTagConstants = _chunkAX3RSZT7js.ProjectTagConstants; exports.ProjectTagDistStyleValue = _chunk4NOLUAQNjs.ProjectTagDistStyleValue; exports.ProjectTagLanguageValue = _chunk4NOLUAQNjs.ProjectTagLanguageValue; exports.ProjectTagPlatformValue = _chunk4NOLUAQNjs.ProjectTagPlatformValue; exports.ProjectTagRegistryValue = _chunk4NOLUAQNjs.ProjectTagRegistryValue; exports.ProjectTagTypeValue = _chunk4NOLUAQNjs.ProjectTagTypeValue; exports.ProjectTagVariant = _chunk4NOLUAQNjs.ProjectTagVariant; exports.YARN_LOCK_FILE = _chunkXZSS3YABjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkXZSS3YABjs.YARN_LOCK_PATH; exports.addPackageJsonGitHead = _chunkXCCNQQVXjs.addPackageJsonGitHead; exports.addPluginProjectTag = _chunkAX3RSZT7js.addPluginProjectTag; exports.addProjectTag = _chunkAX3RSZT7js.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunk3TYXXJKVjs.applyWorkspaceExecutorTokens; exports.baseExecutorSchema = _chunkI734UVDTjs.base_executor_untyped_default; exports.baseGeneratorSchema = _chunk7CJRMBX3js.base_generator_untyped_default; exports.browserLibraryGeneratorFn = _chunkF2EU6PBTjs.browserLibraryGeneratorFn; exports.buildCargoCommand = _chunkLJDV7HFTjs.buildCargoCommand; exports.cargoBaseExecutorSchema = _chunk5ZFTWEKBjs.cargo_base_executor_untyped_default; exports.cargoBuildExecutor = _chunkBCW36SJUjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkVOVKD5R6js.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkXBI7U5XTjs.cargoClippyExecutor; exports.cargoCommand = _chunkLJDV7HFTjs.cargoCommand; exports.cargoCommandSync = _chunkLJDV7HFTjs.cargoCommandSync; exports.cargoDocExecutor = _chunkCF2C7VYSjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkXITRSZMQjs.cargoFormatExecutor; exports.cargoMetadata = _chunkLJDV7HFTjs.cargoMetadata; exports.cargoRunCommand = _chunkLJDV7HFTjs.cargoRunCommand; exports.childProcess = _chunkLJDV7HFTjs.childProcess; exports.configSchemaGeneratorFn = _chunkF6QSJFLBjs.configSchemaGeneratorFn; exports.createCliOptions = _chunkQVYCDINGjs.createCliOptions; exports.createProjectTsConfigJson = _chunkGYLUTELWjs.createProjectTsConfigJson; exports.esbuildExecutorFn =
|
|
277
|
+
exports.INVALID_CARGO_ARGS = _chunkLJDV7HFTjs.INVALID_CARGO_ARGS; exports.LARGE_BUFFER = _chunkYNLVMQVPjs.LARGE_BUFFER; exports.LOCK_FILES = _chunkXZSS3YABjs.LOCK_FILES; exports.NPM_LOCK_FILE = _chunkXZSS3YABjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkXZSS3YABjs.NPM_LOCK_PATH; exports.PNPM_LOCK_FILE = _chunkXZSS3YABjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkXZSS3YABjs.PNPM_LOCK_PATH; exports.PackageManagerTypes = _chunkXCCNQQVXjs.PackageManagerTypes; exports.ProjectTagConstants = _chunkAX3RSZT7js.ProjectTagConstants; exports.ProjectTagDistStyleValue = _chunk4NOLUAQNjs.ProjectTagDistStyleValue; exports.ProjectTagLanguageValue = _chunk4NOLUAQNjs.ProjectTagLanguageValue; exports.ProjectTagPlatformValue = _chunk4NOLUAQNjs.ProjectTagPlatformValue; exports.ProjectTagRegistryValue = _chunk4NOLUAQNjs.ProjectTagRegistryValue; exports.ProjectTagTypeValue = _chunk4NOLUAQNjs.ProjectTagTypeValue; exports.ProjectTagVariant = _chunk4NOLUAQNjs.ProjectTagVariant; exports.YARN_LOCK_FILE = _chunkXZSS3YABjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkXZSS3YABjs.YARN_LOCK_PATH; exports.addPackageJsonGitHead = _chunkXCCNQQVXjs.addPackageJsonGitHead; exports.addPluginProjectTag = _chunkAX3RSZT7js.addPluginProjectTag; exports.addProjectTag = _chunkAX3RSZT7js.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunk3TYXXJKVjs.applyWorkspaceExecutorTokens; exports.baseExecutorSchema = _chunkI734UVDTjs.base_executor_untyped_default; exports.baseGeneratorSchema = _chunk7CJRMBX3js.base_generator_untyped_default; exports.browserLibraryGeneratorFn = _chunkF2EU6PBTjs.browserLibraryGeneratorFn; exports.buildCargoCommand = _chunkLJDV7HFTjs.buildCargoCommand; exports.cargoBaseExecutorSchema = _chunk5ZFTWEKBjs.cargo_base_executor_untyped_default; exports.cargoBuildExecutor = _chunkBCW36SJUjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkVOVKD5R6js.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkXBI7U5XTjs.cargoClippyExecutor; exports.cargoCommand = _chunkLJDV7HFTjs.cargoCommand; exports.cargoCommandSync = _chunkLJDV7HFTjs.cargoCommandSync; exports.cargoDocExecutor = _chunkCF2C7VYSjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkXITRSZMQjs.cargoFormatExecutor; exports.cargoMetadata = _chunkLJDV7HFTjs.cargoMetadata; exports.cargoRunCommand = _chunkLJDV7HFTjs.cargoRunCommand; exports.childProcess = _chunkLJDV7HFTjs.childProcess; exports.configSchemaGeneratorFn = _chunkF6QSJFLBjs.configSchemaGeneratorFn; exports.createCliOptions = _chunkQVYCDINGjs.createCliOptions; exports.createProjectTsConfigJson = _chunkGYLUTELWjs.createProjectTsConfigJson; exports.esbuildExecutorFn = _chunk4WSVXYPWjs.esbuildExecutorFn; exports.eslintVersion = _chunkHI4G4OOGjs.eslintVersion; exports.formatProjectTag = _chunkAX3RSZT7js.formatProjectTag; exports.getLockFileDependencies = _chunkXZSS3YABjs.getLockFileDependencies; exports.getLockFileName = _chunkXZSS3YABjs.getLockFileName; exports.getLockFileNodes = _chunkXZSS3YABjs.getLockFileNodes; exports.getOutputPath = _chunkGYLUTELWjs.getOutputPath; exports.getPackageInfo = _chunkXCCNQQVXjs.getPackageInfo; exports.getProjectConfigFromProjectJsonPath = _chunk5VY5IBBQjs.getProjectConfigFromProjectJsonPath; exports.getProjectConfigFromProjectRoot = _chunk5VY5IBBQjs.getProjectConfigFromProjectRoot; exports.getProjectConfiguration = _chunkA5CKB6IJjs.getProjectConfiguration; exports.getProjectConfigurations = _chunkA5CKB6IJjs.getProjectConfigurations; exports.getProjectPlatform = _chunk5VY5IBBQjs.getProjectPlatform; exports.getProjectRoot = _chunk5VY5IBBQjs.getProjectRoot; exports.getProjectTag = _chunkAX3RSZT7js.getProjectTag; exports.getRegistryVersion = _chunk7BNGAODNjs.getRegistryVersion; exports.getTypiaTransform = _chunk6EMYX25Vjs.getTypiaTransform; exports.hasProjectTag = _chunkAX3RSZT7js.hasProjectTag; exports.initGenerator = _chunkOKSECMVKjs.initGenerator; exports.isEqualProjectTag = _chunkAX3RSZT7js.isEqualProjectTag; exports.isExternal = _chunkLJDV7HFTjs.isExternal; exports.lintStagedVersion = _chunkHI4G4OOGjs.lintStagedVersion; exports.lockFileExists = _chunkXZSS3YABjs.lockFileExists; exports.neutralLibraryGeneratorFn = _chunk2AGFMUUJjs.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunkN4LYIYANjs.nodeLibraryGeneratorFn; exports.nodeVersion = _chunkHI4G4OOGjs.nodeVersion; exports.normalizeOptions = _chunkGYLUTELWjs.normalizeOptions; exports.nxVersion = _chunkHI4G4OOGjs.nxVersion; exports.pnpmUpdate = _chunkF6X43VUXjs.pnpmUpdate; exports.pnpmVersion = _chunkHI4G4OOGjs.pnpmVersion; exports.presetGeneratorFn = _chunkCLS52NMHjs.presetGeneratorFn; exports.prettierPackageJsonVersion = _chunkHI4G4OOGjs.prettierPackageJsonVersion; exports.prettierPrismaVersion = _chunkHI4G4OOGjs.prettierPrismaVersion; exports.prettierVersion = _chunkHI4G4OOGjs.prettierVersion; exports.releaseVersionGeneratorFn = _chunkCGTCYUIAjs.releaseVersionGeneratorFn; exports.runProcess = _chunkLJDV7HFTjs.runProcess; exports.semanticReleaseVersion = _chunkHI4G4OOGjs.semanticReleaseVersion; exports.setDefaultProjectTags = _chunkAX3RSZT7js.setDefaultProjectTags; exports.sizeLimitExecutorFn = _chunkXWTCQSBXjs.sizeLimitExecutorFn; exports.swcCliVersion = _chunkHI4G4OOGjs.swcCliVersion; exports.swcCoreVersion = _chunkHI4G4OOGjs.swcCoreVersion; exports.swcHelpersVersion = _chunkHI4G4OOGjs.swcHelpersVersion; exports.swcNodeVersion = _chunkHI4G4OOGjs.swcNodeVersion; exports.tsLibVersion = _chunkHI4G4OOGjs.tsLibVersion; exports.tsupVersion = _chunkHI4G4OOGjs.tsupVersion; exports.typeScriptLibraryGeneratorFn = _chunkGYLUTELWjs.typeScriptLibraryGeneratorFn; exports.typesNodeVersion = _chunkHI4G4OOGjs.typesNodeVersion; exports.typescriptBuildExecutorSchema = _chunkCLMAB7TAjs.typescript_build_executor_untyped_default; exports.typescriptLibraryGeneratorSchema = _chunk2AVWFUXPjs.typescript_library_generator_untyped_default; exports.typescriptVersion = _chunkHI4G4OOGjs.typescriptVersion; exports.typiaExecutorFn = _chunk2C2EGKATjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunkIHOUSCN6js.unbuildExecutorFn; exports.verdaccioVersion = _chunkHI4G4OOGjs.verdaccioVersion; exports.withRunExecutor = _chunkEF52H7XCjs.withRunExecutor; exports.withRunGenerator = _chunkSWBITKD4js.withRunGenerator;
|
package/dist/index.mjs
CHANGED
|
@@ -42,6 +42,12 @@ import {
|
|
|
42
42
|
getProjectConfigurations
|
|
43
43
|
} from "./chunk-L4NCVOB5.mjs";
|
|
44
44
|
import "./chunk-BLX5SLPC.mjs";
|
|
45
|
+
import {
|
|
46
|
+
unbuildExecutorFn
|
|
47
|
+
} from "./chunk-LQLTWIHR.mjs";
|
|
48
|
+
import {
|
|
49
|
+
esbuildExecutorFn
|
|
50
|
+
} from "./chunk-3EEJOZ2Y.mjs";
|
|
45
51
|
import {
|
|
46
52
|
LARGE_BUFFER
|
|
47
53
|
} from "./chunk-W46VGGTY.mjs";
|
|
@@ -52,17 +58,14 @@ import {
|
|
|
52
58
|
typiaExecutorFn
|
|
53
59
|
} from "./chunk-MDW7CA4E.mjs";
|
|
54
60
|
import {
|
|
55
|
-
|
|
56
|
-
} from "./chunk-
|
|
61
|
+
cargoDocExecutor
|
|
62
|
+
} from "./chunk-74JVJR6U.mjs";
|
|
57
63
|
import {
|
|
58
64
|
cargoFormatExecutor
|
|
59
65
|
} from "./chunk-YJ4K7MUE.mjs";
|
|
60
66
|
import {
|
|
61
67
|
getRegistryVersion
|
|
62
68
|
} from "./chunk-W765XU7F.mjs";
|
|
63
|
-
import {
|
|
64
|
-
esbuildExecutorFn
|
|
65
|
-
} from "./chunk-PUXRAT76.mjs";
|
|
66
69
|
import {
|
|
67
70
|
cargoBuildExecutor
|
|
68
71
|
} from "./chunk-UPA3MUDB.mjs";
|
|
@@ -72,9 +75,6 @@ import {
|
|
|
72
75
|
import {
|
|
73
76
|
cargoClippyExecutor
|
|
74
77
|
} from "./chunk-UIVPDMY2.mjs";
|
|
75
|
-
import {
|
|
76
|
-
cargoDocExecutor
|
|
77
|
-
} from "./chunk-74JVJR6U.mjs";
|
|
78
78
|
import {
|
|
79
79
|
PackageManagerTypes,
|
|
80
80
|
addPackageJsonGitHead,
|
|
@@ -96,26 +96,26 @@ import {
|
|
|
96
96
|
} from "./chunk-6LP3KKXE.mjs";
|
|
97
97
|
import "./chunk-RLIZVCIN.mjs";
|
|
98
98
|
import {
|
|
99
|
-
|
|
100
|
-
} from "./chunk-
|
|
99
|
+
initGenerator
|
|
100
|
+
} from "./chunk-437WGH2M.mjs";
|
|
101
101
|
import {
|
|
102
102
|
presetGeneratorFn
|
|
103
103
|
} from "./chunk-RSONIOSF.mjs";
|
|
104
104
|
import {
|
|
105
105
|
releaseVersionGeneratorFn
|
|
106
|
-
} from "./chunk-
|
|
106
|
+
} from "./chunk-ZHVQ2WZL.mjs";
|
|
107
107
|
import {
|
|
108
108
|
browserLibraryGeneratorFn
|
|
109
109
|
} from "./chunk-HLBNH7SA.mjs";
|
|
110
110
|
import {
|
|
111
111
|
configSchemaGeneratorFn
|
|
112
112
|
} from "./chunk-6YBMXMDQ.mjs";
|
|
113
|
-
import {
|
|
114
|
-
initGenerator
|
|
115
|
-
} from "./chunk-437WGH2M.mjs";
|
|
116
113
|
import {
|
|
117
114
|
neutralLibraryGeneratorFn
|
|
118
115
|
} from "./chunk-WAHSPZW5.mjs";
|
|
116
|
+
import {
|
|
117
|
+
nodeLibraryGeneratorFn
|
|
118
|
+
} from "./chunk-3GOCGWOM.mjs";
|
|
119
119
|
import {
|
|
120
120
|
createProjectTsConfigJson,
|
|
121
121
|
getOutputPath,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk4WSVXYPWjs = require('../../../chunk-4WSVXYPW.js');
|
|
5
5
|
require('../../../chunk-EF52H7XC.js');
|
|
6
6
|
require('../../../chunk-J2Z4WP3E.js');
|
|
7
7
|
require('../../../chunk-OTAR3N7L.js');
|
|
@@ -12,4 +12,4 @@ require('../../../chunk-3RG5ZIWI.js');
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
exports.default =
|
|
15
|
+
exports.default = _chunk4WSVXYPWjs.executor_default; exports.esbuildExecutorFn = _chunk4WSVXYPWjs.esbuildExecutorFn;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkCGTCYUIAjs = require('../../../chunk-CGTCYUIA.js');
|
|
5
5
|
require('../../../chunk-L3U7C6IX.js');
|
|
6
6
|
require('../../../chunk-OTAR3N7L.js');
|
|
7
7
|
require('../../../chunk-64SHSYAR.js');
|
|
@@ -11,4 +11,4 @@ require('../../../chunk-3RG5ZIWI.js');
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
exports.default =
|
|
14
|
+
exports.default = _chunkCGTCYUIAjs.generator_default; exports.releaseVersionGeneratorFn = _chunkCGTCYUIAjs.releaseVersionGeneratorFn;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/workspace-tools",
|
|
3
|
-
"version": "1.277.
|
|
3
|
+
"version": "1.277.15",
|
|
4
4
|
"description": "Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -208,9 +208,9 @@
|
|
|
208
208
|
"@size-limit/esbuild": "11.1.4",
|
|
209
209
|
"@size-limit/esbuild-why": "11.1.4",
|
|
210
210
|
"@size-limit/file": "11.1.4",
|
|
211
|
-
"@storm-software/esbuild": "^0.45.
|
|
211
|
+
"@storm-software/esbuild": "^0.45.28",
|
|
212
212
|
"@storm-software/prettier": "^0.51.42",
|
|
213
|
-
"@storm-software/unbuild": "^0.49.
|
|
213
|
+
"@storm-software/unbuild": "^0.49.39",
|
|
214
214
|
"fs-extra": "11.2.0",
|
|
215
215
|
"glob": "^11.0.1",
|
|
216
216
|
"jiti": "^2.4.2",
|
|
@@ -238,5 +238,5 @@
|
|
|
238
238
|
"publishConfig": { "access": "public" },
|
|
239
239
|
"executors": "./executors.json",
|
|
240
240
|
"generators": "./generators.json",
|
|
241
|
-
"gitHead": "
|
|
241
|
+
"gitHead": "b9e7552c043ded538659309cd6fc08c846a50faa"
|
|
242
242
|
}
|