@storm-software/config 1.125.12 → 1.125.14
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 +25 -0
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,31 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Config
|
|
4
4
|
|
|
5
|
+
## [1.125.13](https://github.com/storm-software/storm-ops/releases/tag/config%401.125.13) (2025-07-14)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
([9c1c8c7cc](https://github.com/storm-software/storm-ops/commit/9c1c8c7cc))
|
|
11
|
+
|
|
12
|
+
## [1.125.12](https://github.com/storm-software/storm-ops/releases/tag/config%401.125.12) (2025-07-11)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
- **monorepo:** Resolve issues with outdated `lefthook` schema
|
|
17
|
+
([16d0d2e99](https://github.com/storm-software/storm-ops/commit/16d0d2e99))
|
|
18
|
+
|
|
19
|
+
### Miscellaneous
|
|
20
|
+
|
|
21
|
+
- **monorepo:** Update the `pnpm-lock.yaml` file
|
|
22
|
+
([e24f8515a](https://github.com/storm-software/storm-ops/commit/e24f8515a))
|
|
23
|
+
- **monorepo:** Regenerate README markdown files
|
|
24
|
+
([111c8bf3c](https://github.com/storm-software/storm-ops/commit/111c8bf3c))
|
|
25
|
+
- **config:** Update the definition for the `mode` configuration type
|
|
26
|
+
([9a7ef6e5d](https://github.com/storm-software/storm-ops/commit/9a7ef6e5d))
|
|
27
|
+
- **monorepo:** Regenerate README markdown files
|
|
28
|
+
([be8521423](https://github.com/storm-software/storm-ops/commit/be8521423))
|
|
29
|
+
|
|
5
30
|
## [1.125.11](https://github.com/storm-software/storm-ops/releases/tag/config%401.125.11) (2025-07-11)
|
|
6
31
|
|
|
7
32
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/config",
|
|
3
|
-
"version": "1.125.
|
|
3
|
+
"version": "1.125.14",
|
|
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": "
|
|
90
|
+
"gitHead": "9ea2d39bba2e80aceb5dde576b5568de39a86ac9"
|
|
91
91
|
}
|