Revision 0.34.46 (#4)

* Functions Must Support TObject as Generic Constraint

* ChangeLog

* Version
This commit is contained in:
sinclairzx81
2026-01-02 02:49:02 +09:00
committed by GitHub
parent 096e1f4a8b
commit 72d13e1bc4
6 changed files with 137 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@sinclair/typebox",
"version": "0.34.45",
"version": "0.34.46",
"description": "Json Schema Type Builder with Static Type Resolution for TypeScript",
"keywords": [
"typescript",
@@ -39,6 +39,6 @@
"ajv-formats": "^2.1.1",
"mocha": "^11.1.0",
"prettier": "^2.7.1",
"typescript": "^5.9.2"
"typescript": "^5.9.3"
}
}