Skip to content

Commit

Permalink
Add support for fastify 5
Browse files Browse the repository at this point in the history
  • Loading branch information
elpinho committed Nov 7, 2024
1 parent 59dda05 commit 6d82875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uphold/fastify-openapi-router-plugin",
"version": "0.5.2",
"version": "0.5.3",
"description": "A plugin for Fastify to connect routes with a OpenAPI 3.x specification",
"main": "./src/index.js",
"types": "types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export * from './errors/index.js';
export { verifyScopes } from './utils/security.js';

export default fp(plugin, {
fastify: '4.x',
fastify: '4.x||5.x',
name: PLUGIN_NAME
});

0 comments on commit 6d82875

Please sign in to comment.