@storm-software/tsconfig 0.47.34 → 0.47.36

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,26 @@
2
2
 
3
3
  # Changelog for Storm Ops - Tsconfig
4
4
 
5
+ ## [0.47.35](https://github.com/storm-software/storm-ops/releases/tag/tsconfig%400.47.35) (11/13/2025)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate README markdown files
10
+ ([e7bd95c1c](https://github.com/storm-software/storm-ops/commit/e7bd95c1c))
11
+ - **monorepo:** Regenerate README markdown files
12
+ ([d47b551f9](https://github.com/storm-software/storm-ops/commit/d47b551f9))
13
+
14
+ ## [0.47.34](https://github.com/storm-software/storm-ops/releases/tag/tsconfig%400.47.34) (11/13/2025)
15
+
16
+ ### Miscellaneous
17
+
18
+ - **monorepo:** Regenerate README markdown files
19
+ ([e7bd95c1c](https://github.com/storm-software/storm-ops/commit/e7bd95c1c))
20
+ - **monorepo:** Regenerate README markdown files
21
+ ([d47b551f9](https://github.com/storm-software/storm-ops/commit/d47b551f9))
22
+ - **monorepo:** Regenerate README markdown files
23
+ ([70c8dba97](https://github.com/storm-software/storm-ops/commit/70c8dba97))
24
+
5
25
  ## [0.47.33](https://github.com/storm-software/storm-ops/releases/tag/tsconfig%400.47.33) (11/13/2025)
6
26
 
7
27
  ### Miscellaneous
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/tsconfig",
3
- "version": "0.47.34",
3
+ "version": "0.47.36",
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.19.1" },
30
30
  "publishConfig": { "access": "public" },
31
- "gitHead": "2e621fec96dc869cca88499db68a2944d2bcc23d"
31
+ "gitHead": "3e8d8586187f6c6d33be0fc1c34ac43aba6b87ce"
32
32
  }