@stryke/type-checks 0.5.15 → 0.5.17

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