@storm-software/tsconfig 0.47.30 → 0.47.31

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,20 @@
2
2
 
3
3
  # Changelog for Storm Ops - Tsconfig
4
4
 
5
+ ## [0.47.30](https://github.com/storm-software/storm-ops/releases/tag/tsconfig%400.47.30) (11/13/2025)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Reformat workspace files
10
+ ([41b537422](https://github.com/storm-software/storm-ops/commit/41b537422))
11
+ - **monorepo:** Regenerate README markdown files
12
+ ([0ff6533a0](https://github.com/storm-software/storm-ops/commit/0ff6533a0))
13
+
14
+ ### Features
15
+
16
+ - **workspace-tools:** Added the `napi` executor to build rust bindings
17
+ ([5f075ee38](https://github.com/storm-software/storm-ops/commit/5f075ee38))
18
+
5
19
  ## [0.47.29](https://github.com/storm-software/storm-ops/releases/tag/tsconfig%400.47.29) (11/12/2025)
6
20
 
7
21
  ### 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.47.30",
3
+ "version": "0.47.31",
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": "9cb94503bd31113afe1893deb47dba3808c80e13"
31
+ "gitHead": "f21daf5d548f7a6c140f0c7d54bf58309aa2e4ae"
32
32
  }