@storm-software/config 1.135.0 → 1.135.1
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 +16 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Config
|
|
4
4
|
|
|
5
|
+
## [1.135.0](https://github.com/storm-software/storm-ops/releases/tag/config%401.135.0) (01/14/2026)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **config:** Include recent updates to color defaults in JSON schema
|
|
10
|
+
([a91674dca](https://github.com/storm-software/storm-ops/commit/a91674dca))
|
|
11
|
+
- **config:** Update the `debug` color default for consistency
|
|
12
|
+
([81aaa7392](https://github.com/storm-software/storm-ops/commit/81aaa7392))
|
|
13
|
+
- **config:** Included updates to JSON schema file
|
|
14
|
+
([dbc988eda](https://github.com/storm-software/storm-ops/commit/dbc988eda))
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
- **config:** Added the `debug` color to schema
|
|
19
|
+
([8e896d8d2](https://github.com/storm-software/storm-ops/commit/8e896d8d2))
|
|
20
|
+
|
|
5
21
|
## [1.134.75](https://github.com/storm-software/storm-ops/releases/tag/config%401.134.75) (12/30/2025)
|
|
6
22
|
|
|
7
23
|
### Miscellaneous
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/config",
|
|
3
|
-
"version": "1.135.
|
|
3
|
+
"version": "1.135.1",
|
|
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.1" },
|
|
88
88
|
"devDependencies": { "tsup": "8.4.0" },
|
|
89
89
|
"publishConfig": { "access": "public" },
|
|
90
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "0305bdb839af50999ab4680248db5dd2c4994ef3"
|
|
91
91
|
}
|