Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners committed Jun 19, 2024
1 parent f3c2559 commit ccbacb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ function isMySQLPromiseConnection (obj) {
}

module.exports = fp(fastifyMysql, {
fastify: '4.x',
// DISABLED UNTIL v5 RELEASE:
// fastify: '4.x',
name: '@fastify/mysql'
})
module.exports.default = fastifyMysql
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"@types/node": "^20.11.30",
"fastify": "^5.0.0-alpha.1",
"standard": "^17.1.0",
"tap": "^18.7.1",
"tsd": "^0.31.7"
"tap": "^19.2.5",
"tsd": "^0.31.1"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit ccbacb0

Please sign in to comment.