@stryke/type-checks 0.5.23 → 0.5.25
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.
- package/CHANGELOG.md +12 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Stryke - Type Checks
|
|
4
4
|
|
|
5
|
+
## [0.5.24](https://github.com/storm-software/stryke/releases/tag/type-checks%400.5.24) (02/09/2026)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **types** to **v0.10.38**
|
|
10
|
+
|
|
11
|
+
## [0.5.23](https://github.com/storm-software/stryke/releases/tag/type-checks%400.5.23) (01/29/2026)
|
|
12
|
+
|
|
13
|
+
### Updated Dependencies
|
|
14
|
+
|
|
15
|
+
- Updated **types** to **v0.10.37**
|
|
16
|
+
|
|
5
17
|
## [0.5.22](https://github.com/storm-software/stryke/releases/tag/type-checks%400.5.22) (01/26/2026)
|
|
6
18
|
|
|
7
19
|
### Updated Dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stryke/type-checks",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.25",
|
|
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": "
|
|
197
|
+
"gitHead": "6dde4aa98913fd92c253aff3b574cdd5e048b9dc"
|
|
198
198
|
}
|