Skip to content

Commit

Permalink
chore: update fastify version to 5.x (#300)
Browse files Browse the repository at this point in the history
* chore: update fastify version to `5.x`

* fixup
  • Loading branch information
climba03003 authored Jul 12, 2024
1 parent 14b83fe commit 151ae16
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 @@ -566,7 +566,7 @@ function createError (code, message, statusCode) {
}

module.exports = fp(fastifyCompress, {
fastify: '4.x',
fastify: '5.x',
name: '@fastify/compress'
})
module.exports.default = fastifyCompress
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"adm-zip": "^0.5.12",
"fastify": "^4.26.2",
"fastify": "^5.0.0-alpha.3",
"jsonstream": "^1.0.3",
"standard": "^17.1.0",
"tap": "^18.7.2",
Expand Down

0 comments on commit 151ae16

Please sign in to comment.