Skip to content

Commit

Permalink
Bumped v6.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina committed Sep 6, 2024
1 parent 688199d commit 8c7949d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fastify/autoload",
"version": "6.0.0-pre.fv5.1",
"version": "6.0.0",
"description": "Require all plugins in a directory",
"main": "index.js",
"type": "commonjs",
Expand Down Expand Up @@ -44,16 +44,16 @@
"homepage": "https://github.com/fastify/fastify-autoload#readme",
"devDependencies": {
"@fastify/pre-commit": "^2.1.0",
"@fastify/url-data": "^6.0.0-pre.fv5.1",
"@fastify/url-data": "^6.0.0",
"@swc-node/register": "^1.9.1",
"@swc/core": "^1.5.25",
"@types/jest": "^29.5.12",
"@types/node": "^22.0.0",
"@types/tap": "^15.0.11",
"esbuild": "^0.23.0",
"esbuild-register": "^3.5.0",
"fastify": "^5.0.0-alpha.3",
"fastify-plugin": "^5.0.0-pre.fv5.1",
"fastify": "^5.0.0-alpha.4",
"fastify-plugin": "^5.0.0",
"jest": "^29.7.0",
"snazzy": "^9.0.0",
"standard": "^17.1.0",
Expand Down

0 comments on commit 8c7949d

Please sign in to comment.