Revision 0.8.14 (#24)

* Use TSyntax Types

* Version
This commit is contained in:
sinclairzx81
2025-02-06 18:57:22 +09:00
committed by GitHub
parent 01eba09e21
commit 0d5bc5a188
4 changed files with 13 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@sinclair/typemap",
"version": "0.8.13",
"version": "0.8.14",
"description": "Syntax Compiler and Translation System for Runtime Types",
"author": "sinclairzx81",
"license": "MIT",
@@ -18,7 +18,7 @@
"publish": "hammer task publish"
},
"peerDependencies": {
"@sinclair/typebox": "^0.34.15",
"@sinclair/typebox": "^0.34.16",
"valibot": "^1.0.0-beta.15",
"zod": "^3.24.1"
},