@storm-software/config 1.134.61 → 1.134.63

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  # Changelog for Storm Ops - Config
4
4
 
5
+ ## [1.134.62](https://github.com/storm-software/storm-ops/releases/tag/config%401.134.62) (12/08/2025)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **testing-tools** to **v1.119.61**
10
+
11
+ ## [1.134.61](https://github.com/storm-software/storm-ops/releases/tag/config%401.134.61) (12/08/2025)
12
+
13
+ ### Miscellaneous
14
+
15
+ - **config:** Update the color schemes in the `storm-software.json` preset
16
+ ([4ac44f21e](https://github.com/storm-software/storm-ops/commit/4ac44f21e))
17
+
5
18
  ## [1.134.60](https://github.com/storm-software/storm-ops/releases/tag/config%401.134.60) (12/08/2025)
6
19
 
7
20
  ### Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/config",
3
- "version": "1.134.61",
3
+ "version": "1.134.63",
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": "726b4aa23317c6ecb3a7579e6e9bf64c9fa14e45"
90
+ "gitHead": "fa465e4209d943a544281aa17f54ef8877fd54a2"
91
91
  }