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": "avvio",
"version": "8.4.0",
"version": "9.1.0",
"description": "Asynchronous bootstrapping of Node applications",
"main": "boot.js",
"type": "commonjs",
@@ -38,15 +38,14 @@
},
"homepage": "https://github.com/fastify/avvio#readme",
"devDependencies": {
"@fastify/pre-commit": "^2.0.2",
"@types/node": "^20.1.0",
"express": "^4.17.1",
"standard": "^17.0.0",
"tap": "^16.0.0",
"typescript": "^5.0.2"
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^22.0.0",
"standard": "^17.1.0",
"tap": "^18.7.1",
"typescript": "^5.4.2"
},
"dependencies": {
"@fastify/error": "^3.3.0",
"@fastify/error": "^4.0.0",
"fastq": "^1.17.1"
}
}