@storm-software/config 1.134.70 → 1.134.72

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 CHANGED
@@ -1,7 +1,24 @@
1
- ![Storm Software's logo banner](https://public.storm-cdn.com/storm-software/optimized/banner-1280x320.gif)
1
+ ![Storm Software's logo banner](https://public.storm-cdn.com/storm-software/banner-1280x320.gif)
2
2
 
3
3
  # Changelog for Storm Ops - Config
4
4
 
5
+ ## [1.134.71](https://github.com/storm-software/storm-ops/releases/tag/config%401.134.71) (12/18/2025)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **testing-tools** to **v1.119.70**
10
+
11
+ ## [1.134.70](https://github.com/storm-software/storm-ops/releases/tag/config%401.134.70) (12/17/2025)
12
+
13
+ ### Miscellaneous
14
+
15
+ - **monorepo:** Update asset paths in workspace references
16
+ ([b6e71c5d4](https://github.com/storm-software/storm-ops/commit/b6e71c5d4))
17
+
18
+ ### Updated Dependencies
19
+
20
+ - Updated **testing-tools** to **v1.119.69**
21
+
5
22
  ## [1.134.69](https://github.com/storm-software/storm-ops/releases/tag/config%401.134.69) (12/17/2025)
6
23
 
7
24
  ### Updated Dependencies
package/README.md CHANGED
@@ -5,9 +5,9 @@
5
5
 
6
6
  <div align="center">
7
7
  <picture>
8
- <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/optimized/banner-1280x640-dark.gif">
9
- <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/optimized/banner-1280x640-light.gif">
10
- <img src="https://public.storm-cdn.com/storm-software/optimized/banner-1280x640-dark.gif" width="100%" alt="Storm Software" />
8
+ <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x640-dark.gif">
9
+ <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x640-light.gif">
10
+ <img src="https://public.storm-cdn.com/storm-software/banner-1280x640-dark.gif" width="100%" alt="Storm Software" />
11
11
  </picture>
12
12
  </div>
13
13
  <br />
@@ -301,9 +301,9 @@ specification. Contributions of any kind welcome!
301
301
 
302
302
  <div align="center">
303
303
  <picture>
304
- <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/optimized/banner-1280x320-dark.webp">
305
- <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/optimized/banner-1280x320-light.webp">
306
- <img src="https://public.storm-cdn.com/storm-software/optimized/banner-1280x320-dark.webp" width="100%" alt="Storm Software" />
304
+ <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-dark.webp">
305
+ <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-light.webp">
306
+ <img src="https://public.storm-cdn.com/storm-software/banner-1280x320-dark.webp" width="100%" alt="Storm Software" />
307
307
  </picture>
308
308
  </div>
309
309
  <br />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/config",
3
- "version": "1.134.70",
3
+ "version": "1.134.72",
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.2.0" },
88
88
  "devDependencies": { "tsup": "8.4.0" },
89
89
  "publishConfig": { "access": "public" },
90
- "gitHead": "ae090c42b3fb6c2826b532016af90a62bfe57349"
90
+ "gitHead": "1cf24f1b1315169cdf248480f1fa220fa5b5a4aa"
91
91
  }
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "release": {
47
47
  "banner": {
48
- "url": "https://public.storm-cdn.com/storm-software/optimized/banner-1280x320.gif",
48
+ "url": "https://public.storm-cdn.com/storm-software/banner-1280x320.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!"