We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 348e787 commit f43b91fCopy full SHA for f43b91f
package.json
@@ -37,7 +37,7 @@
37
"fastify-plugin": "^3.0.0"
38
},
39
"peerDependencies": {
40
- "fastify": "^4.1.0"
+ "fastify": "^4.1.0 || ^5.0.0"
41
42
"devDependencies": {
43
"@commitlint/config-conventional": "^17.0.3",
src/index.ts
@@ -79,5 +79,5 @@ const plugin: FastifyPluginAsync<Config> = async function fastifyCronPlugin(
79
80
export default fp(plugin, {
81
name: 'fastify-cron',
82
- fastify: '4.x'
+ fastify: '4.x || 5.x'
83
})
0 commit comments