@storm-software/config 1.134.59 → 1.134.61

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
@@ -2,6 +2,23 @@
2
2
 
3
3
  # Changelog for Storm Ops - Config
4
4
 
5
+ ## [1.134.60](https://github.com/storm-software/storm-ops/releases/tag/config%401.134.60) (12/08/2025)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **testing-tools** to **v1.119.60**
10
+
11
+ ## [1.134.59](https://github.com/storm-software/storm-ops/releases/tag/config%401.134.59) (12/06/2025)
12
+
13
+ ### Miscellaneous
14
+
15
+ - **monorepo:** Regenerate README markdown files
16
+ ([65dcadce7](https://github.com/storm-software/storm-ops/commit/65dcadce7))
17
+
18
+ ### Updated Dependencies
19
+
20
+ - Updated **testing-tools** to **v1.119.59**
21
+
5
22
  ## [1.134.58](https://github.com/storm-software/storm-ops/releases/tag/config%401.134.58) (12/06/2025)
6
23
 
7
24
  ### Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/config",
3
- "version": "1.134.59",
3
+ "version": "1.134.61",
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": "0d0001db48a714158c3f4f3a159f62784cf53d50"
90
+ "gitHead": "726b4aa23317c6ecb3a7579e6e9bf64c9fa14e45"
91
91
  }
@@ -70,7 +70,7 @@
70
70
  "dark": {
71
71
  "background": "#151718",
72
72
  "foreground": "#cbd5e1",
73
- "brand": "#1fb2a6",
73
+ "brand": "#3be4be",
74
74
  "alternate": "#db2777",
75
75
  "help": "#818cf8",
76
76
  "success": "#45b27e",
@@ -81,7 +81,7 @@
81
81
  "link": "#3fa6ff",
82
82
  "positive": "#22c55e",
83
83
  "negative": "#dc2626",
84
- "gradient": ["#1fb2a6", "#db2777", "#818cf8"]
84
+ "gradient": ["#3be4be", "#db2777", "#818cf8"]
85
85
  }
86
86
  }
87
87
  }