@stryke/type-checks 0.5.15 → 0.5.16

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 +16 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,22 @@
2
2
 
3
3
  # Changelog for Stryke - Type Checks
4
4
 
5
+ ## [0.5.15](https://github.com/storm-software/stryke/releases/tag/type-checks%400.5.15) (12/30/2025)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **type-checks:** Added `Array.isArray` to `isSetArray` check to improve typing
10
+ ([cdf8253](https://github.com/storm-software/stryke/commit/cdf8253))
11
+
12
+ ### Documentation
13
+
14
+ - **monorepo:** Update `README.md` markdown files
15
+ ([634a715](https://github.com/storm-software/stryke/commit/634a715))
16
+
17
+ ### Updated Dependencies
18
+
19
+ - Updated **types** to **v0.10.29**
20
+
5
21
  ## [0.5.14](https://github.com/storm-software/stryke/releases/tag/type-checks%400.5.14) (12/19/2025)
6
22
 
7
23
  ### Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/type-checks",
3
- "version": "0.5.15",
3
+ "version": "0.5.16",
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": "b8d274b5ccadc794cda7e8f417b68e640fa97641"
197
+ "gitHead": "39561a587f720280def647651f4aad70bca3333b"
198
198
  }