We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a1a9d5 commit 00425d4Copy full SHA for 00425d4
index.js
@@ -3,7 +3,7 @@ const fp = require('fastify-plugin')
3
const { inferIPVersion, isIP, isIPv4, isIPv6 } = require('./lib/ip')
4
5
const plugin = fp(fastifyIp, {
6
- fastify: '>=4.x',
+ fastify: '>=5.x',
7
name: 'fastify-ip'
8
})
9
0 commit comments