@storm-software/config-tools 1.33.5 β 1.35.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 +26 -0
- package/README.md +8 -8
- package/package.json +1 -1
- package/src/utilities/get-default-config.ts +10 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
## 1.35.0 (2024-04-07)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### π Features
|
|
5
|
+
|
|
6
|
+
- **git-tools:** Added reusable GitHub `workflows` and `actions` ([1c9a5391](https://github.com/storm-software/storm-ops/commit/1c9a5391))
|
|
7
|
+
|
|
8
|
+
- **storm-ops:** Merged in change to the main branch ([ce79c572](https://github.com/storm-software/storm-ops/commit/ce79c572))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### β€οΈ Thank You
|
|
12
|
+
|
|
13
|
+
- Patrick Sullivan
|
|
14
|
+
|
|
15
|
+
## 1.34.0 (2024-04-06)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### π Features
|
|
19
|
+
|
|
20
|
+
- **build-tools:** Added support for `rolldown` builds ([46de2e63](https://github.com/storm-software/storm-ops/commit/46de2e63))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### β€οΈ Thank You
|
|
24
|
+
|
|
25
|
+
- Patrick Sullivan
|
|
26
|
+
|
|
1
27
|
## 1.33.5 (2024-04-01)
|
|
2
28
|
|
|
3
29
|
|
package/README.md
CHANGED
|
@@ -7,16 +7,16 @@
|
|
|
7
7
|
<br />
|
|
8
8
|
|
|
9
9
|
<div align="center">
|
|
10
|
-
<a href="https://stormsoftware.
|
|
10
|
+
<a href="https://stormsoftware.com" target="_blank">Website</a> | <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> | <a href="https://github.com/storm-software/storm-ops" target="_blank">Repository</a> | <a href="https://stormstack.github.io/stormstack/" target="_blank">Documentation</a> | <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> | <a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=enhancement&template=feature-request.yml&title=Feature Request%3A+">Request a Feature</a> | <a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=documentation&template=documentation.yml&title=Documentation Request%3A+">Request Documentation</a> | <a href="https://github.com/storm-software/storm-ops/discussions">Ask a Question</a>
|
|
11
11
|
</div>
|
|
12
12
|
|
|
13
13
|
<br />
|
|
14
14
|
This package is part of the <b>β‘Storm-Ops</b> monorepo. The Storm-Ops packages include CLI utility applications, tools, and various libraries used to create modern, scalable web applications.
|
|
15
15
|
<br />
|
|
16
16
|
|
|
17
|
-
<h3 align="center">π» Visit <a href="https://stormsoftware.
|
|
17
|
+
<h3 align="center">π» Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
18
18
|
|
|
19
|
-
[](https://prettier.io/)
|
|
20
20
|
[](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://docusaurus.io/) 
|
|
21
21
|
|
|
22
22
|
> [!IMPORTANT]
|
|
@@ -46,7 +46,7 @@ Below is a list of the available configuration values that can be set through en
|
|
|
46
46
|
| STORM_COLOR_SUCCESS | The workspace's success theme color | `#087f5b` |
|
|
47
47
|
| STORM_COLOR_WARNING | The workspace's warning theme color | `#fcc419` |
|
|
48
48
|
| STORM_ENV | The current runtime environment of the package | "production" |
|
|
49
|
-
| STORM_HOMEPAGE | The homepage URL for the workspace | <https://stormsoftware.
|
|
49
|
+
| STORM_HOMEPAGE | The homepage URL for the workspace | <https://stormsoftware.com> |
|
|
50
50
|
| STORM_LICENSE | The license used by the workspace | "Apache License 2.0" |
|
|
51
51
|
| STORM_LOCALE | The default locale of the workspace | "en-US" |
|
|
52
52
|
| STORM_LOG_LEVEL | The current maximum level of messages to write to the logs | "info" |
|
|
@@ -55,7 +55,7 @@ Below is a list of the available configuration values that can be set through en
|
|
|
55
55
|
| STORM_RUNTIME_DIRECTORY | The default directory of the storm runtime for storage/generation | "node_modules/.storm" |
|
|
56
56
|
| STORM_RUNTIME_VERSION | The global version of the Storm runtime | "1.0.0" |
|
|
57
57
|
| STORM_TIMEZONE | The default timezone of the workspace | "America/New_York" |
|
|
58
|
-
|
|
|
58
|
+
| STORM_BOT | The worker of the package (this is the bot that will be used to perform various tasks) | "stormie-bot" |
|
|
59
59
|
|
|
60
60
|
<!-- START doctoc -->
|
|
61
61
|
<!-- END doctoc -->
|
|
@@ -127,9 +127,9 @@ See the [open issues](https://github.com/storm-software/storm-ops/issues) for a
|
|
|
127
127
|
|
|
128
128
|
Reach out to the maintainer at one of the following places:
|
|
129
129
|
|
|
130
|
-
- [Contact](https://stormsoftware.
|
|
130
|
+
- [Contact](https://stormsoftware.com/contact)
|
|
131
131
|
- [GitHub discussions](https://github.com/storm-software/storm-ops/discussions)
|
|
132
|
-
- <support@stormsoftware.
|
|
132
|
+
- <support@stormsoftware.com>
|
|
133
133
|
|
|
134
134
|
## License
|
|
135
135
|
|
|
@@ -167,7 +167,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
167
167
|
<tr>
|
|
168
168
|
<td align="center" valign="top" width="14.28%"><a href="http://www.sullypat.com/"><img src="https://avatars.githubusercontent.com/u/99053093?v=4?s=100" width="100px;" alt="Patrick Sullivan"/><br /><sub><b>Patrick Sullivan</b></sub></a><br /><a href="#design-sullivanpj" title="Design">π¨</a> <a href="https://github.com/storm-software/storm-ops/commits?author=sullivanpj" title="Code">π»</a> <a href="#tool-sullivanpj" title="Tools">π§</a> <a href="https://github.com/storm-software/storm-ops/commits?author=sullivanpj" title="Documentation">π</a> <a href="https://github.com/storm-software/storm-ops/commits?author=sullivanpj" title="Tests">β οΈ</a></td>
|
|
169
169
|
<td align="center" valign="top" width="14.28%"><a href="https://tylerbenning.com/"><img src="https://avatars.githubusercontent.com/u/7265547?v=4?s=100" width="100px;" alt="Tyler Benning"/><br /><sub><b>Tyler Benning</b></sub></a><br /><a href="#design-tbenning" title="Design">π¨</a></td>
|
|
170
|
-
<td align="center" valign="top" width="14.28%"><a href="http://stormsoftware.
|
|
170
|
+
<td align="center" valign="top" width="14.28%"><a href="http://stormsoftware.com"><img src="https://avatars.githubusercontent.com/u/149802440?v=4?s=100" width="100px;" alt="Stormie"/><br /><sub><b>Stormie</b></sub></a><br /><a href="#maintenance-stormie-bot" title="Maintenance">π§</a></td>
|
|
171
171
|
</tr>
|
|
172
172
|
</tbody>
|
|
173
173
|
<tfoot>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/config-tools",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.35.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "β‘The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
|
|
6
6
|
"repository": {
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import { existsSync, readFileSync } from "node:fs";
|
|
2
2
|
import { join } from "node:path";
|
|
3
|
-
import {
|
|
3
|
+
import {
|
|
4
|
+
type StormConfig,
|
|
5
|
+
type ColorConfig,
|
|
6
|
+
StormConfigSchema
|
|
7
|
+
} from "@storm-software/config";
|
|
4
8
|
import { findWorkspaceRoot } from "./find-workspace-root";
|
|
5
9
|
|
|
6
10
|
/**
|
|
@@ -23,7 +27,7 @@ export const DEFAULT_STORM_CONFIG: any = {
|
|
|
23
27
|
name: "storm",
|
|
24
28
|
namespace: "storm-software",
|
|
25
29
|
license: "Apache License 2.0",
|
|
26
|
-
homepage: "https://stormsoftware.
|
|
30
|
+
homepage: "https://stormsoftware.com",
|
|
27
31
|
owner: "@storm-software/development",
|
|
28
32
|
worker: "stormie-bot",
|
|
29
33
|
runtimeDirectory: "node_modules/.storm",
|
|
@@ -47,7 +51,10 @@ export const DEFAULT_STORM_CONFIG: any = {
|
|
|
47
51
|
*
|
|
48
52
|
* @returns The default Storm config values
|
|
49
53
|
*/
|
|
50
|
-
export const getDefaultConfig = (
|
|
54
|
+
export const getDefaultConfig = (
|
|
55
|
+
config: Partial<StormConfig> = {},
|
|
56
|
+
root?: string
|
|
57
|
+
): StormConfig => {
|
|
51
58
|
let name = "storm-workspace";
|
|
52
59
|
let namespace = "storm-software";
|
|
53
60
|
let repository = "https://github.com/storm-software/storm-ops";
|