From be86302f2b0a1d16882d779ebcf6e76a7ee4968e Mon Sep 17 00:00:00 2001 From: sinclair Date: Wed, 4 Dec 2024 17:01:52 +0900 Subject: [PATCH] Version --- changelog/0.34.0.md | 5 +++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/changelog/0.34.0.md b/changelog/0.34.0.md index 7e5e4693..51c4fc8c 100644 --- a/changelog/0.34.0.md +++ b/changelog/0.34.0.md @@ -1,4 +1,9 @@ ### 0.34.0 +- [Revision 0.34.10](https://github.com/sinclairzx81/typebox/pull/1101) + - Fix Declaration Emit for Index and Mapped Types + - Fix Record Inference Presentation when Embedded in Modules + - Fix Record Mapping when using TImport as Key + - Add Encode to Parse Operation List - [Revision 0.34.9](https://github.com/sinclairzx81/typebox/pull/1101) - User Defined Parse Pipelines - Access to Schema and References on TypeCheck diff --git a/package-lock.json b/package-lock.json index a962edf2..acfa4550 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sinclair/typebox", - "version": "0.34.9", + "version": "0.34.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@sinclair/typebox", - "version": "0.34.9", + "version": "0.34.10", "license": "MIT", "devDependencies": { "@arethetypeswrong/cli": "^0.13.2", diff --git a/package.json b/package.json index 2a66e6f4..8b857c36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sinclair/typebox", - "version": "0.34.9", + "version": "0.34.10", "description": "Json Schema Type Builder with Static Type Resolution for TypeScript", "keywords": [ "typescript",