@fastify/type-provider-typebox
Advanced tools
Comparing version 3.4.0 to 3.5.0
{ | ||
"name": "@fastify/type-provider-typebox", | ||
"version": "3.4.0", | ||
"version": "3.5.0", | ||
"description": "A Type Provider for Typebox over Fastify", | ||
@@ -8,3 +8,3 @@ "main": "dist/index.js", | ||
"peerDependencies": { | ||
"@sinclair/typebox": ">=0.26 <=0.30" | ||
"@sinclair/typebox": ">=0.26 <=0.31" | ||
}, | ||
@@ -11,0 +11,0 @@ "scripts": { |
@@ -1,1 +0,1 @@ | ||
["0.26.0", "0.27.0", "0.28.0", "0.29.0", "0.30.0"] | ||
["0.26.0", "0.27.0", "0.28.0", "0.29.0", "0.30.0", "0.31.0"] |
24391