diff --git a/index.js b/index.js index 25ab65e..004dbfe 100644 --- a/index.js +++ b/index.js @@ -39,7 +39,7 @@ function fastifyBearerAuth (fastify, options, done) { } module.exports = fp(fastifyBearerAuth, { - fastify: '4.x', + fastify: '5.x', name: '@fastify/bearer-auth' }) module.exports.default = fastifyBearerAuth