Revision 0.34.43 (#1)

* Configure Homepage

* ChangeLog

* Version
This commit is contained in:
sinclairzx81
2025-12-24 17:01:20 +09:00
committed by GitHub
parent 866caf02f0
commit 91a5661991
2 changed files with 5 additions and 2 deletions

View File

@@ -3,7 +3,9 @@
---
### Revision Updates
- [Revision 0.34.42](https://github.com/sinclairzx81/typebox/pull/1310)
- [Revision 0.34.43](https://github.com/sinclairzx81/typebox-legacy/pull/1)
- Configure Package Homepage to refer to TypeBox Legacy Repository.
- [Revision 0.34.42](https://github.com/sinclairzx81/typebox-legacy)
- Enable Forward Type Inference Compatibility with TypeBox V1
- [Revision 0.34.41](https://github.com/sinclairzx81/typebox/pull/1310)
- Disable Node10 Module Resolution | TS7 Deprecation Warning.

View File

@@ -1,6 +1,6 @@
{
"name": "@sinclair/typebox",
"version": "0.34.42",
"version": "0.34.43",
"description": "Json Schema Type Builder with Static Type Resolution for TypeScript",
"keywords": [
"typescript",
@@ -10,6 +10,7 @@
],
"author": "sinclairzx81",
"license": "MIT",
"homepage": "https://github.com/sinclairzx81/typebox-legacy",
"repository": {
"type": "git",
"url": "https://github.com/sinclairzx81/typebox-legacy"