@stryke/helpers 0.9.30 → 0.9.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ ![Storm Software's logo banner](https://public.storm-cdn.com/storm-software/optimized/banner-1280x320.gif)
2
+
3
+ # Changelog for Stryke - Helpers
4
+
5
+ ## [0.9.30](https://github.com/storm-software/stryke/releases/tag/helpers%400.9.30) (12/18/2025)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Update CDN URLs for banner assets
10
+ ([5aefe1b](https://github.com/storm-software/stryke/commit/5aefe1b))
11
+
12
+ ### Updated Dependencies
13
+
14
+ - Updated **type-checks** to **v0.5.13**
15
+ - Updated **convert** to **v0.6.28**
16
+ - Updated **types** to **v0.10.27**
17
+
1
18
  ![Storm Software's logo banner](https://public.storm-cdn.com/storm-software/banner-1280x320.gif)
2
19
 
3
20
  # Changelog for Stryke - Helpers
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/helpers",
3
- "version": "0.9.30",
3
+ "version": "0.9.31",
4
4
  "type": "module",
5
5
  "description": "A package containing miscellaneous helper functions that are used across many different Storm Software projects.",
6
6
  "repository": {
@@ -125,5 +125,5 @@
125
125
  "types": "./dist/index.d.cts",
126
126
  "devDependencies": { "tsdown": "^0.17.2" },
127
127
  "publishConfig": { "access": "public" },
128
- "gitHead": "ed86f49867133045cf1eb4626ca513043221d0af"
128
+ "gitHead": "91cfc26c66c3042fd25e7c39d65f2a9cc88fb920"
129
129
  }