@storm-software/config 1.134.51 → 1.134.53
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/package.json +2 -2
- package/presets/storm-software.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,33 @@
|
|
|
1
|
+

|
|
2
|
+
|
|
3
|
+
# Changelog for Storm Ops - Config
|
|
4
|
+
|
|
5
|
+
## [1.134.52](https://github.com/storm-software/storm-ops/releases/tag/config%401.134.52) (12/04/2025)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **config:** Update CDN url used for release banner in preset
|
|
10
|
+
([3345d5d59](https://github.com/storm-software/storm-ops/commit/3345d5d59))
|
|
11
|
+
|
|
12
|
+
### Updated Dependencies
|
|
13
|
+
|
|
14
|
+
- Updated **testing-tools** to **v1.119.52**
|
|
15
|
+
|
|
1
16
|

|
|
2
17
|
|
|
3
18
|
# Changelog for Storm Ops - Config
|
|
4
19
|
|
|
20
|
+
## [1.134.51](https://github.com/storm-software/storm-ops/releases/tag/config%401.134.51) (12/04/2025)
|
|
21
|
+
|
|
22
|
+
### Miscellaneous
|
|
23
|
+
|
|
24
|
+
- **monorepo:** Update the `README.md` files' banner images
|
|
25
|
+
([fd0a3065d](https://github.com/storm-software/storm-ops/commit/fd0a3065d))
|
|
26
|
+
|
|
27
|
+
### Updated Dependencies
|
|
28
|
+
|
|
29
|
+
- Updated **testing-tools** to **v1.119.51**
|
|
30
|
+
|
|
5
31
|
## [1.134.50](https://github.com/storm-software/storm-ops/releases/tag/config%401.134.50) (11/27/2025)
|
|
6
32
|
|
|
7
33
|
### Miscellaneous
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/config",
|
|
3
|
-
"version": "1.134.
|
|
3
|
+
"version": "1.134.53",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Configuration management tools and schemas for Storm Software projects, providing a standardized approach to handle project settings and presets.",
|
|
6
6
|
"repository": {
|
|
@@ -87,5 +87,5 @@
|
|
|
87
87
|
"dependencies": { "zod": "^4.1.13" },
|
|
88
88
|
"devDependencies": { "tsup": "8.4.0" },
|
|
89
89
|
"publishConfig": { "access": "public" },
|
|
90
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "c349c2774d5ccb4acbfc1f69e6ec206248afdb73"
|
|
91
91
|
}
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
"release": {
|
|
47
47
|
"banner": {
|
|
48
|
-
"url": "https://public.storm-cdn.com/
|
|
48
|
+
"url": "https://public.storm-cdn.com/storm-software/banner-1280x320-optimized.gif",
|
|
49
49
|
"alt": "Storm Software's logo banner"
|
|
50
50
|
},
|
|
51
51
|
"footer": "Storm Software is an open source software development organization with the mission is to make software development more accessible. Our ideal future is one where anyone can create software without years of prior development experience serving as a barrier to entry. We hope to achieve this via LLMs, Generative AI, and intuitive, high-level data modeling/programming languages.\n\nJoin us on [Discord](https://discord.gg/MQ6YVzakM5) to chat with the team, receive release notifications, ask questions, and get involved.\n\nIf this sounds interesting, and you would like to help us in creating the next generation of development tools, please reach out on our [website](https://stormsoftware.com/contact) or join our [Slack](https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA) channel!"
|