@storm-software/config-tools 1.58.0 → 1.60.0
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 +1238 -1068
- package/README.md +55 -21
- package/index.cjs +3 -2
- package/index.js +3 -2
- package/meta.cjs.json +1 -1
- package/meta.esm.json +1 -1
- package/package.json +1 -1
- package/utilities/logger.cjs +1 -1
- package/utilities/logger.js +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
<b>
|
|
11
11
|
<a href="https://stormsoftware.com" target="_blank">Website</a> •
|
|
12
12
|
<a href="https://github.com/storm-software/storm-ops" target="_blank">GitHub</a> •
|
|
13
|
-
<a href="https://discord.gg/MQ6YVzakM5">Discord</a> •
|
|
13
|
+
<a href="https://discord.gg/MQ6YVzakM5">Discord</a> • <a href="https://stormstack.github.io/stormstack/" target="_blank">Docs</a> • <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> •
|
|
14
14
|
<a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=bug&template=bug-report.yml&title=Bug Report%3A+">Report a Bug</a>
|
|
15
15
|
</b>
|
|
16
16
|
</div>
|
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -56,7 +56,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
56
56
|
- [Changelog](#changelog)
|
|
57
57
|
- [Contributing](#contributing)
|
|
58
58
|
- [Contributors](#contributors)
|
|
59
|
-
- [💻 Visit stormsoftware.com to stay up to date with this developer](#-visit-stormsoftwarecom-to-stay-up-to-date-with-this-developer)
|
|
60
59
|
|
|
61
60
|
<!-- END doctoc -->
|
|
62
61
|
|
|
@@ -155,17 +154,25 @@ Run `nx lint config-tools` to run [ESLint](https://eslint.org/) on the package.
|
|
|
155
154
|
|
|
156
155
|
## Storm Workspaces
|
|
157
156
|
|
|
158
|
-
Storm workspaces are built using
|
|
157
|
+
Storm workspaces are built using
|
|
158
|
+
<a href="https://nx.dev/" target="_blank">Nx</a>, a set of extensible dev tools
|
|
159
|
+
for monorepos, which helps you develop like Google, Facebook, and Microsoft.
|
|
160
|
+
Building on top of Nx, the Open System provides a set of tools and patterns that
|
|
161
|
+
help you scale your monorepo to many teams while keeping the codebase
|
|
162
|
+
maintainable.
|
|
159
163
|
|
|
160
164
|
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
161
165
|
<br />
|
|
162
166
|
|
|
163
167
|
## Roadmap
|
|
164
168
|
|
|
165
|
-
See the [open issues](https://github.com/storm-software/storm-ops/issues) for a
|
|
169
|
+
See the [open issues](https://github.com/storm-software/storm-ops/issues) for a
|
|
170
|
+
list of proposed features (and known issues).
|
|
166
171
|
|
|
167
|
-
- [Top Feature Requests](https://github.com/storm-software/storm-ops/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc)
|
|
168
|
-
|
|
172
|
+
- [Top Feature Requests](https://github.com/storm-software/storm-ops/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc)
|
|
173
|
+
(Add your votes using the 👍 reaction)
|
|
174
|
+
- [Top Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Areactions-%2B1-desc)
|
|
175
|
+
(Add your votes using the 👍 reaction)
|
|
169
176
|
- [Newest Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
|
|
170
177
|
|
|
171
178
|
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
@@ -184,7 +191,8 @@ Reach out to the maintainer at one of the following places:
|
|
|
184
191
|
|
|
185
192
|
## License
|
|
186
193
|
|
|
187
|
-
This project is licensed under the **Apache License 2.0**. Feel free to edit and
|
|
194
|
+
This project is licensed under the **Apache License 2.0**. Feel free to edit and
|
|
195
|
+
distribute this template as you like.
|
|
188
196
|
|
|
189
197
|
See [LICENSE](LICENSE) for more information.
|
|
190
198
|
|
|
@@ -193,32 +201,42 @@ See [LICENSE](LICENSE) for more information.
|
|
|
193
201
|
|
|
194
202
|
## Changelog
|
|
195
203
|
|
|
196
|
-
This project adheres to
|
|
204
|
+
This project adheres to
|
|
205
|
+
[Semantic Versioning](https://semver.org/spec/v2.0.0.html). Every release, along
|
|
206
|
+
with the migration instructions, is documented in the [CHANGELOG](CHANGELOG.md)
|
|
207
|
+
file
|
|
197
208
|
|
|
198
209
|
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
199
210
|
<br />
|
|
200
211
|
|
|
201
212
|
## Contributing
|
|
202
213
|
|
|
203
|
-
First off, thanks for taking the time to contribute! Contributions are what
|
|
214
|
+
First off, thanks for taking the time to contribute! Contributions are what
|
|
215
|
+
makes the open-source community such an amazing place to learn, inspire, and
|
|
216
|
+
create. Any contributions you make will benefit everybody else and are **greatly
|
|
217
|
+
appreciated**.
|
|
204
218
|
|
|
205
219
|
Please try to create bug reports that are:
|
|
206
220
|
|
|
207
221
|
- _Reproducible._ Include steps to reproduce the problem.
|
|
208
|
-
- _Specific._ Include as much detail as possible: which version, what
|
|
222
|
+
- _Specific._ Include as much detail as possible: which version, what
|
|
223
|
+
environment, etc.
|
|
209
224
|
- _Unique._ Do not duplicate existing opened issues.
|
|
210
225
|
- _Scoped to a Single Bug._ One bug per report.
|
|
211
226
|
|
|
212
227
|
Please adhere to this project's [code of conduct](.github/CODE_OF_CONDUCT.md).
|
|
213
228
|
|
|
214
|
-
You can use
|
|
229
|
+
You can use
|
|
230
|
+
[markdownlint-cli](https://github.com/storm-software/storm-ops/markdownlint-cli)
|
|
231
|
+
to check for common markdown style inconsistency.
|
|
215
232
|
|
|
216
233
|
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
217
234
|
<br />
|
|
218
235
|
|
|
219
236
|
## Contributors
|
|
220
237
|
|
|
221
|
-
Thanks goes to these wonderful people
|
|
238
|
+
Thanks goes to these wonderful people
|
|
239
|
+
([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
|
222
240
|
|
|
223
241
|
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
|
224
242
|
|
|
@@ -243,7 +261,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
243
261
|
|
|
244
262
|
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
|
245
263
|
|
|
246
|
-
This project follows the
|
|
264
|
+
This project follows the
|
|
265
|
+
[all-contributors](https://github.com/all-contributors/all-contributors)
|
|
266
|
+
specification. Contributions of any kind welcome!
|
|
247
267
|
|
|
248
268
|
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
249
269
|
<br />
|
|
@@ -257,9 +277,7 @@ This project follows the [all-contributors](https://github.com/all-contributors/
|
|
|
257
277
|
<br />
|
|
258
278
|
|
|
259
279
|
<div align="center">
|
|
260
|
-
<
|
|
261
|
-
<a href="https://stormsoftware.com" target="_blank">Website</a> • <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> • <a href="https://discord.gg/MQ6YVzakM5">Discord</a> • <a href="https://linkedin.com/in/pat-sullivan-dev" target="_blank">LinkedIn</a> • <a href="https://medium.com/@pat.joseph.sullivan" target="_blank">Medium</a> • <a href="https://github.com/storm-software" target="_blank">GitHub</a> • <a href="https://keybase.io/sullivanp" target="_blank">OpenPGP Key</a>
|
|
262
|
-
</b>
|
|
280
|
+
<a href="https://stormsoftware.com" target="_blank">Website</a> • <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> • <a href="https://linkedin.com/in/patrick-sullivan-865526b0" target="_blank">LinkedIn</a> • <a href="https://medium.com/@pat.joseph.sullivan" target="_blank">Medium</a> • <a href="https://github.com/storm-software" target="_blank">GitHub</a> • <a href="https://keybase.io/sullivanp" target="_blank">OpenPGP Key</a>
|
|
263
281
|
</div>
|
|
264
282
|
|
|
265
283
|
<div align="center">
|
|
@@ -267,18 +285,34 @@ This project follows the [all-contributors](https://github.com/all-contributors/
|
|
|
267
285
|
</div>
|
|
268
286
|
<br />
|
|
269
287
|
|
|
270
|
-
Storm Software is an open source software development organization and creator
|
|
288
|
+
Storm Software is an open source software development organization and creator
|
|
289
|
+
of Acidic, StormStack and StormCloud.
|
|
271
290
|
|
|
272
|
-
Our mission is to make software development more accessible. Our ideal future is
|
|
291
|
+
Our mission is to make software development more accessible. Our ideal future is
|
|
292
|
+
one where anyone can create software without years of prior development
|
|
293
|
+
experience serving as a barrier to entry. We hope to achieve this via LLMs,
|
|
294
|
+
Generative AI, and intuitive, high-level data modeling/programming languages.
|
|
273
295
|
|
|
274
|
-
|
|
296
|
+
Join us on [Discord](https://discord.gg/MQ6YVzakM5) to chat with the team,
|
|
297
|
+
receive release notifications, ask questions, and get involved.
|
|
298
|
+
|
|
299
|
+
If this sounds interesting, and you would like to help us in creating the next
|
|
300
|
+
generation of development tools, please reach out on our
|
|
301
|
+
[website](https://stormsoftware.com/contact) or join our
|
|
302
|
+
[Slack](https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA)
|
|
303
|
+
channel!
|
|
275
304
|
|
|
276
305
|
<br />
|
|
277
|
-
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3>
|
|
278
306
|
|
|
307
|
+
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/icon-fill.png" alt="Storm Software" width="200px"/></a></div>
|
|
279
308
|
<br />
|
|
309
|
+
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/visit-us-text.svg" alt="Visit us at stormsoftware.com" height="90px"/></a></div>
|
|
310
|
+
|
|
311
|
+
<br />
|
|
312
|
+
|
|
280
313
|
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
281
314
|
<br />
|
|
315
|
+
<br />
|
|
282
316
|
|
|
283
317
|
|
|
284
318
|
<!-- markdownlint-restore -->
|
package/index.cjs
CHANGED
|
@@ -66944,7 +66944,7 @@ var StormConfigSchema = z2.object({
|
|
|
66944
66944
|
ci: z2.boolean().default(true).describe(
|
|
66945
66945
|
"An indicator specifying if the current environment is a CI environment"
|
|
66946
66946
|
),
|
|
66947
|
-
workspaceRoot: z2.string().trim().
|
|
66947
|
+
workspaceRoot: z2.string().trim().default("").describe("The root directory of the workspace"),
|
|
66948
66948
|
packageDirectory: z2.string().trim().optional().describe("The root directory of the package"),
|
|
66949
66949
|
externalPackagePatterns: z2.array(z2.string()).default([]).describe(
|
|
66950
66950
|
"The build will use these package patterns to determine if they should be external to the bundle"
|
|
@@ -67910,6 +67910,7 @@ var createStormConfig = (extensionName, schema, workspaceRoot) => {
|
|
|
67910
67910
|
...config.colors
|
|
67911
67911
|
}
|
|
67912
67912
|
});
|
|
67913
|
+
result.workspaceRoot ??= defaultConfig.workspaceRoot ? defaultConfig.workspaceRoot : findWorkspaceRoot(workspaceRoot);
|
|
67913
67914
|
} else {
|
|
67914
67915
|
result = _static_cache;
|
|
67915
67916
|
}
|
|
@@ -67964,7 +67965,7 @@ var loadStormConfig = async (workspaceRoot) => {
|
|
|
67964
67965
|
_workspaceRoot
|
|
67965
67966
|
);
|
|
67966
67967
|
setConfigEnv(config);
|
|
67967
|
-
writeInfo(`\u2699\uFE0F
|
|
67968
|
+
writeInfo(`\u2699\uFE0F Using Storm configuration:
|
|
67968
67969
|
${formatLogMessage(config)}`, {
|
|
67969
67970
|
logLevel: "all"
|
|
67970
67971
|
});
|
package/index.js
CHANGED
|
@@ -66901,7 +66901,7 @@ var StormConfigSchema = z2.object({
|
|
|
66901
66901
|
ci: z2.boolean().default(true).describe(
|
|
66902
66902
|
"An indicator specifying if the current environment is a CI environment"
|
|
66903
66903
|
),
|
|
66904
|
-
workspaceRoot: z2.string().trim().
|
|
66904
|
+
workspaceRoot: z2.string().trim().default("").describe("The root directory of the workspace"),
|
|
66905
66905
|
packageDirectory: z2.string().trim().optional().describe("The root directory of the package"),
|
|
66906
66906
|
externalPackagePatterns: z2.array(z2.string()).default([]).describe(
|
|
66907
66907
|
"The build will use these package patterns to determine if they should be external to the bundle"
|
|
@@ -67867,6 +67867,7 @@ var createStormConfig = (extensionName, schema, workspaceRoot) => {
|
|
|
67867
67867
|
...config.colors
|
|
67868
67868
|
}
|
|
67869
67869
|
});
|
|
67870
|
+
result.workspaceRoot ??= defaultConfig.workspaceRoot ? defaultConfig.workspaceRoot : findWorkspaceRoot(workspaceRoot);
|
|
67870
67871
|
} else {
|
|
67871
67872
|
result = _static_cache;
|
|
67872
67873
|
}
|
|
@@ -67921,7 +67922,7 @@ var loadStormConfig = async (workspaceRoot) => {
|
|
|
67921
67922
|
_workspaceRoot
|
|
67922
67923
|
);
|
|
67923
67924
|
setConfigEnv(config);
|
|
67924
|
-
writeInfo(`\u2699\uFE0F
|
|
67925
|
+
writeInfo(`\u2699\uFE0F Using Storm configuration:
|
|
67925
67926
|
${formatLogMessage(config)}`, {
|
|
67926
67927
|
logLevel: "all"
|
|
67927
67928
|
});
|