From 91a5661991d9e827355c1459cb3fab406f65ef37 Mon Sep 17 00:00:00 2001 From: sinclairzx81 Date: Wed, 24 Dec 2025 17:01:20 +0900 Subject: [PATCH] Revision 0.34.43 (#1) * Configure Homepage * ChangeLog * Version --- changelog/0.34.0.md | 4 +++- package.json | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog/0.34.0.md b/changelog/0.34.0.md index ba102d5..6423ef0 100644 --- a/changelog/0.34.0.md +++ b/changelog/0.34.0.md @@ -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. diff --git a/package.json b/package.json index 0169a94..8df985a 100644 --- a/package.json +++ b/package.json @@ -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"