@fastify/type-provider-typebox
Advanced tools
Comparing version 3.5.0 to 3.6.0
@@ -38,1 +38,2 @@ "use strict"; | ||
exports.TypeBoxValidatorCompiler = TypeBoxValidatorCompiler; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@fastify/type-provider-typebox", | ||
"version": "3.5.0", | ||
"version": "3.6.0", | ||
"description": "A Type Provider for Typebox over Fastify", | ||
@@ -8,3 +8,3 @@ "main": "dist/index.js", | ||
"peerDependencies": { | ||
"@sinclair/typebox": ">=0.26 <=0.31" | ||
"@sinclair/typebox": ">=0.26 <=0.32" | ||
}, | ||
@@ -44,6 +44,6 @@ "scripts": { | ||
"fastify-plugin": "^4.5.0", | ||
"fastify-tsconfig": "^1.0.1", | ||
"fastify-tsconfig": "^2.0.0", | ||
"rimraf": "^5.0.0", | ||
"tap": "^16.3.0", | ||
"tsd": "^0.28.1", | ||
"tsd": "^0.29.0", | ||
"typescript": "^5.0.2" | ||
@@ -50,0 +50,0 @@ }, |
@@ -1,1 +0,1 @@ | ||
["0.26.0", "0.27.0", "0.28.0", "0.29.0", "0.30.0", "0.31.0"] | ||
["0.26.0", "0.27.0", "0.28.0", "0.29.0", "0.30.0", "0.31.0", "0.32.0"] |
@@ -0,1 +1,3 @@ | ||
'use strict' | ||
const tap = require('tap') | ||
@@ -2,0 +4,0 @@ const Fastify = require('fastify') |
{ | ||
"extends": "fastify-tsconfig", | ||
"compilerOptions": { | ||
"outDir": "dist", | ||
"sourceMap": true, | ||
"declaration": true | ||
}, | ||
"exclude": ["./node_modules", "types/**/*.test-d.ts"] | ||
} |
Sorry, the diff of this file is not supported yet
25497
16
390