@stryke/type-checks 0.5.13 → 0.5.14

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 +15 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ![Storm Software's logo banner](https://public.storm-cdn.com/storm-software/optimized/banner-1280x320.gif)
2
+
3
+ # Changelog for Stryke - Type Checks
4
+
5
+ ## [0.5.13](https://github.com/storm-software/stryke/releases/tag/type-checks%400.5.13) (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 **types** to **v0.10.27**
15
+
1
16
  ![Storm Software's logo banner](https://public.storm-cdn.com/storm-software/banner-1280x320.gif)
2
17
 
3
18
  # Changelog for Stryke - Type Checks
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/type-checks",
3
- "version": "0.5.13",
3
+ "version": "0.5.14",
4
4
  "type": "module",
5
5
  "description": "A package containing various type-check functions to validate TypeScript values.",
6
6
  "repository": {
@@ -194,5 +194,5 @@
194
194
  "types": "./dist/index.d.cts",
195
195
  "devDependencies": { "tsdown": "^0.17.2" },
196
196
  "publishConfig": { "access": "public" },
197
- "gitHead": "ed86f49867133045cf1eb4626ca513043221d0af"
197
+ "gitHead": "91cfc26c66c3042fd25e7c39d65f2a9cc88fb920"
198
198
  }