@fastify/type-provider-typebox
Advanced tools
Comparing version 4.0.0 to 4.1.0
{ | ||
"name": "@fastify/type-provider-typebox", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "A Type Provider for Typebox over Fastify", | ||
@@ -21,3 +21,3 @@ "module": "dist/esm/index.mjs", | ||
"peerDependencies": { | ||
"@sinclair/typebox": ">=0.26 <=0.32" | ||
"@sinclair/typebox": ">=0.26 <=0.33" | ||
}, | ||
@@ -53,3 +53,3 @@ "scripts": { | ||
"devDependencies": { | ||
"@arethetypeswrong/cli": "^0.13.5", | ||
"@arethetypeswrong/cli": "^0.15.0", | ||
"@types/node": "^20.1.0", | ||
@@ -69,3 +69,3 @@ "@typescript-eslint/eslint-plugin": "^5.32.0", | ||
"tap": "^16.3.0", | ||
"tsd": "^0.30.1", | ||
"tsd": "^0.31.0", | ||
"typescript": "^5.0.2" | ||
@@ -72,0 +72,0 @@ }, |
@@ -14,3 +14,3 @@ # fastify-type-provider-typebox | ||
This package provides enhanced support for TypeBox by integrating it with the Fastify [Type Provider](https://www.fastify.io/docs/latest/Reference/Type-Providers/) infrastructure. It provides a re-export of the TypeBox `Type.*` builder for convenience as well as providing additional utility types and optional validation infrastructure that can be useful when leveraging TypeBox with Fastify. | ||
This package provides enhanced support for TypeBox by integrating it with the Fastify [Type Provider](https://fastify.dev/docs/latest/Reference/Type-Providers/) infrastructure. It provides a re-export of the TypeBox `Type.*` builder for convenience as well as providing additional utility types and optional validation infrastructure that can be useful when leveraging TypeBox with Fastify. | ||
@@ -51,3 +51,3 @@ ## Usage | ||
fastify.get('/', { | ||
fastify.post('/', { | ||
schema: { | ||
@@ -54,0 +54,0 @@ body: Type.Object({ |
@@ -1,1 +0,1 @@ | ||
["0.26.0", "0.27.0", "0.28.0", "0.29.0", "0.30.0", "0.31.0", "0.32.0"] | ||
["0.26.0", "0.27.0", "0.28.0", "0.29.0", "0.30.0", "0.31.0", "0.32.0", "0.33.0"] |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
27693