@storm-software/tsconfig 0.46.9 → 0.46.10

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,18 @@
2
2
 
3
3
  # Changelog for Storm Ops - Tsconfig
4
4
 
5
+ ## [0.46.9](https://github.com/storm-software/storm-ops/releases/tag/tsconfig%400.46.9) (2025-10-05)
6
+
7
+ ### Bug Fixes
8
+
9
+ - **config:** Ensure correct `zod` version is used in dependencies
10
+ ([965458ca9](https://github.com/storm-software/storm-ops/commit/965458ca9))
11
+
12
+ ### Miscellaneous
13
+
14
+ - **monorepo:** Update workspace package links
15
+ ([7ca39098e](https://github.com/storm-software/storm-ops/commit/7ca39098e))
16
+
5
17
  ## [0.46.8](https://github.com/storm-software/storm-ops/releases/tag/tsconfig%400.46.8) (2025-10-03)
6
18
 
7
19
  ### Miscellaneous
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 TypeScript Configuration (tsconfig.json) Files](#storm-typescript-configuration-tsconfigjson-files)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/tsconfig",
3
- "version": "0.46.9",
3
+ "version": "0.46.10",
4
4
  "description": "A comprehensive package containing shared TypeScript configuration files for various Storm Software projects.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -28,5 +28,5 @@
28
28
  "dependencies": { "@total-typescript/ts-reset": "0.5.1" },
29
29
  "devDependencies": { "@types/node": "^22.10.2" },
30
30
  "publishConfig": { "access": "public" },
31
- "gitHead": "b5501e3dcc4eda6c260f69df5eb55dc3d58ae540"
31
+ "gitHead": "69fc35e481abd37da0a2638a66cae265a00c7fd9"
32
32
  }