Aktueller Stand

This commit is contained in:
2026-01-22 19:05:45 +01:00
parent 85dee61a4d
commit e280e4eadb
1967 changed files with 397327 additions and 74093 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@fastify/jwt",
"version": "9.1.0",
"version": "10.0.0",
"description": "JWT utils for Fastify",
"main": "jwt.js",
"type": "commonjs",
@@ -60,21 +60,21 @@
}
],
"dependencies": {
"@fastify/error": "^4.0.0",
"@fastify/error": "^4.2.0",
"@lukeed/ms": "^2.0.2",
"fast-jwt": "^5.0.0",
"fastify-plugin": "^5.0.0",
"fast-jwt": "^6.0.2",
"fastify-plugin": "^5.0.1",
"steed": "^1.1.3"
},
"devDependencies": {
"@fastify/cookie": "^11.0.1",
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^22.0.0",
"@types/node": "^24.0.10",
"c8": "^10.1.3",
"eslint": "^9.17.0",
"fastify": "^5.0.0",
"neostandard": "^0.12.0",
"tsd": "^0.31.0"
"tsd": "^0.32.0"
},
"publishConfig": {
"access": "public"