@storm-software/tsconfig 0.47.71 → 0.47.73

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 +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  # Changelog for Storm Ops - Tsconfig
4
4
 
5
+ ## [0.47.71](https://github.com/storm-software/storm-ops/releases/tag/tsconfig%400.47.71) (12/18/2025)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Update CDN URLs for banner assets
10
+ ([affd8096b](https://github.com/storm-software/storm-ops/commit/affd8096b))
11
+
5
12
  ## [0.47.69](https://github.com/storm-software/storm-ops/releases/tag/tsconfig%400.47.69) (12/17/2025)
6
13
 
7
14
  ### Miscellaneous
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/tsconfig",
3
- "version": "0.47.71",
3
+ "version": "0.47.73",
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": "^24.10.4" },
30
30
  "publishConfig": { "access": "public" },
31
- "gitHead": "1cf24f1b1315169cdf248480f1fa220fa5b5a4aa"
31
+ "gitHead": "04528fd5ad2e9964bafae6e92842b2c59015141a"
32
32
  }