Skip to content

Commit

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

* update fastify deps

---------

Co-authored-by: James Sumners <git@zifbang.com>
  • Loading branch information
Fdawgs and jsumners authored Aug 6, 2024
1 parent d45729c commit 8e74f7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function schemaErrorsText (errors) {
}

module.exports = fp(fastifyResponseValidation, {
fastify: '4.x',
fastify: '5.x',
name: '@fastify/response-validation'
})
module.exports.default = fastifyResponseValidation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/node": "^22.0.0",
"ajv-errors": "^3.0.0",
"ajv-formats": "^3.0.1",
"fastify": "^4.26.2",
"fastify": "^5.0.0-alpha.3",
"standard": "^17.1.0",
"tap": "^18.7.2",
"tsd": "^0.31.0"
Expand Down

0 comments on commit 8e74f7d

Please sign in to comment.