@storm-software/config-tools 1.33.3 → 1.34.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 +36 -0
- package/README.md +7 -7
- package/package.json +1 -1
- package/project.json +3 -0
- package/src/utilities/get-default-config.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,39 @@
|
|
|
1
|
+
## 1.34.0 (2024-04-06)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### 🚀 Features
|
|
5
|
+
|
|
6
|
+
- **build-tools:** Added support for `rolldown` builds ([46de2e63](https://github.com/storm-software/storm-ops/commit/46de2e63))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### ❤️ Thank You
|
|
10
|
+
|
|
11
|
+
- Patrick Sullivan
|
|
12
|
+
|
|
13
|
+
## 1.33.5 (2024-04-01)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### 🩹 Fixes
|
|
17
|
+
|
|
18
|
+
- **workspace-tools:** Resolve issue with bad release path in npm publish ([4f5ba3db](https://github.com/storm-software/storm-ops/commit/4f5ba3db))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### ❤️ Thank You
|
|
22
|
+
|
|
23
|
+
- Patrick Sullivan
|
|
24
|
+
|
|
25
|
+
## 1.33.4 (2024-03-29)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### 🩹 Fixes
|
|
29
|
+
|
|
30
|
+
- **workspace-tools:** Added the `nx-release-publish` target to TypeScript projects ([52b61117](https://github.com/storm-software/storm-ops/commit/52b61117))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### ❤️ Thank You
|
|
34
|
+
|
|
35
|
+
- Patrick Sullivan
|
|
36
|
+
|
|
1
37
|
## 1.33.3 (2024-03-28)
|
|
2
38
|
|
|
3
39
|
|
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" |
|
|
@@ -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.34.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": {
|
package/project.json
CHANGED
|
@@ -23,7 +23,7 @@ export const DEFAULT_STORM_CONFIG: any = {
|
|
|
23
23
|
name: "storm",
|
|
24
24
|
namespace: "storm-software",
|
|
25
25
|
license: "Apache License 2.0",
|
|
26
|
-
homepage: "https://stormsoftware.
|
|
26
|
+
homepage: "https://stormsoftware.com",
|
|
27
27
|
owner: "@storm-software/development",
|
|
28
28
|
worker: "stormie-bot",
|
|
29
29
|
runtimeDirectory: "node_modules/.storm",
|