@storm-software/config 1.134.19 → 1.134.20
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 +14 -6
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,21 +1,29 @@
|
|
|
1
|
+

|
|
2
|
+
|
|
3
|
+
# Changelog for Storm Ops - Config
|
|
4
|
+
|
|
5
|
+
## [1.134.19](https://github.com/storm-software/storm-ops/releases/tag/config%401.134.19) (11/5/2025)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **testing-tools** to **v1.119.19**
|
|
10
|
+
|
|
1
11
|
## [1.134.17](https://github.com/storm-software/storm-ops/releases/tag/config%401.134.17) (2025-11-04)
|
|
2
12
|
|
|
3
13
|
### Features
|
|
4
14
|
|
|
5
|
-
- **monorepo:** Update packages to use Nx v22.0.2
|
|
15
|
+
- **monorepo:** Update packages to use Nx v22.0.2
|
|
16
|
+
([8895b7333](https://github.com/storm-software/storm-ops/commit/8895b7333))
|
|
6
17
|
|
|
7
18
|
### Miscellaneous
|
|
8
19
|
|
|
9
|
-
- **monorepo:** Resolve sherif linting issues and reformat README markdown files
|
|
20
|
+
- **monorepo:** Resolve sherif linting issues and reformat README markdown files
|
|
21
|
+
([2ed668c6a](https://github.com/storm-software/storm-ops/commit/2ed668c6a))
|
|
10
22
|
|
|
11
23
|
### Updated Dependencies
|
|
12
24
|
|
|
13
25
|
- Updated testing-tools to 1.119.17
|
|
14
26
|
|
|
15
|
-

|
|
16
|
-
|
|
17
|
-
# Changelog for Storm Ops - Config
|
|
18
|
-
|
|
19
27
|
## [1.134.16](https://github.com/storm-software/storm-ops/releases/tag/config%401.134.16) (2025-10-31)
|
|
20
28
|
|
|
21
29
|
### Miscellaneous
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/config",
|
|
3
|
-
"version": "1.134.
|
|
3
|
+
"version": "1.134.20",
|
|
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.12" },
|
|
88
88
|
"devDependencies": { "tsup": "8.4.0" },
|
|
89
89
|
"publishConfig": { "access": "public" },
|
|
90
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "5ad820059b34c3802d3a0b96e521ec54e2fb3a49"
|
|
91
91
|
}
|