@storm-software/config 1.125.12 → 1.125.13

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,24 @@
2
2
 
3
3
  # Changelog for Storm Ops - Config
4
4
 
5
+ ## [1.125.12](https://github.com/storm-software/storm-ops/releases/tag/config%401.125.12) (2025-07-11)
6
+
7
+ ### Bug Fixes
8
+
9
+ - **monorepo:** Resolve issues with outdated `lefthook` schema
10
+ ([16d0d2e99](https://github.com/storm-software/storm-ops/commit/16d0d2e99))
11
+
12
+ ### Miscellaneous
13
+
14
+ - **monorepo:** Update the `pnpm-lock.yaml` file
15
+ ([e24f8515a](https://github.com/storm-software/storm-ops/commit/e24f8515a))
16
+ - **monorepo:** Regenerate README markdown files
17
+ ([111c8bf3c](https://github.com/storm-software/storm-ops/commit/111c8bf3c))
18
+ - **config:** Update the definition for the `mode` configuration type
19
+ ([9a7ef6e5d](https://github.com/storm-software/storm-ops/commit/9a7ef6e5d))
20
+ - **monorepo:** Regenerate README markdown files
21
+ ([be8521423](https://github.com/storm-software/storm-ops/commit/be8521423))
22
+
5
23
  ## [1.125.11](https://github.com/storm-software/storm-ops/releases/tag/config%401.125.11) (2025-07-11)
6
24
 
7
25
  ### Bug Fixes
package/README.md CHANGED
@@ -40,7 +40,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
40
40
 
41
41
  <!-- START doctoc -->
42
42
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
43
-
44
43
  ## Table of Contents
45
44
 
46
45
  - [Storm Configuration Package](#storm-configuration-package)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/config",
3
- "version": "1.125.12",
3
+ "version": "1.125.13",
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.0.2" },
88
88
  "devDependencies": { "tsup": "8.4.0" },
89
89
  "publishConfig": { "access": "public" },
90
- "gitHead": "15cfb513f5ab6c76341888e008ba62b88bcd05af"
90
+ "gitHead": "0ffb491f3a2f70a81789ffde3dce3dd911bc12a6"
91
91
  }