Skip to content

Commit

Permalink
chore: update min fastify version (#150)
Browse files Browse the repository at this point in the history
* chore: update min fastify version

* update ci

---------

Co-authored-by: James Sumners <git@zifbang.com>
  • Loading branch information
Fdawgs and jsumners authored Aug 6, 2024
1 parent 429da60 commit 65591da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function fastifyUrlData (fastify, options, next) {
}

module.exports = fp(fastifyUrlData, {
fastify: '4.x',
fastify: '5.x',
name: '@fastify/url-data'
})
module.exports.default = fastifyUrlData
Expand Down

0 comments on commit 65591da

Please sign in to comment.