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 <hello@matteocollina.com>
  • Loading branch information
mcollina committed Sep 5, 2024
1 parent 4e761a9 commit f44c957
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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/basic-auth",
"version": "6.0.0-pre.fv5.2",
"version": "6.0.0",
"description": "Fastify basic auth plugin",
"main": "index.js",
"type": "commonjs",
Expand Down Expand Up @@ -29,17 +29,17 @@
},
"homepage": "https://github.com/fastify/fastify-basic-auth#readme",
"devDependencies": {
"@fastify/auth": "^5.0.0-pre.fv5.1",
"@fastify/auth": "^5.0.0",
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^22.0.0",
"c8": "^10.1.2",
"fastify": "^5.0.0-alpha.3",
"fastify": "^5.0.0-alpha.4",
"standard": "^17.1.0",
"tsd": "^0.31.1"
},
"dependencies": {
"@fastify/error": "^4.0.0",
"fastify-plugin": "^5.0.0-pre.fv5.1"
"fastify-plugin": "^5.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion types/index.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ app.register(fastifyBasicAuth, {
app.register(fastifyBasicAuth, {
validate: () => {},
authenticate: { realm: function realm(req) {
return req.routerPath
return req.url
}}
})

Expand Down

0 comments on commit f44c957

Please sign in to comment.