fastify-plugin
Advanced tools
Comparing version 4.2.0 to 4.2.1
{ | ||
"name": "fastify-plugin", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "Plugin helper for Fastify", | ||
@@ -5,0 +5,0 @@ "main": "plugin.js", |
@@ -6,2 +6,3 @@ /// <reference types="fastify" /> | ||
FastifyPluginAsync, | ||
FastifyPluginOptions, | ||
RawServerBase, | ||
@@ -22,3 +23,3 @@ RawServerDefault, | ||
export default function fp< | ||
Options, | ||
Options extends FastifyPluginOptions, | ||
RawServer extends RawServerBase = RawServerDefault, | ||
@@ -32,3 +33,3 @@ TypeProvider extends FastifyTypeProvider = FastifyTypeProviderDefault | ||
export default function fp< | ||
Options, | ||
Options extends FastifyPluginOptions, | ||
RawServer extends RawServerBase = RawServerDefault, | ||
@@ -42,3 +43,3 @@ TypeProvider extends FastifyTypeProvider = FastifyTypeProviderDefault | ||
export default function fp< | ||
Options, | ||
Options extends FastifyPluginOptions, | ||
RawServer extends RawServerBase = RawServerDefault, | ||
@@ -52,3 +53,3 @@ TypeProvider extends FastifyTypeProvider = FastifyTypeProviderDefault | ||
export default function fp< | ||
Options, | ||
Options extends FastifyPluginOptions, | ||
RawServer extends RawServerBase = RawServerDefault, | ||
@@ -55,0 +56,0 @@ TypeProvider extends FastifyTypeProvider = FastifyTypeProviderDefault |
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
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
31135
653