fastify-graceful-shutdown
Advanced tools
Comparing version 3.2.0 to 3.3.0
@@ -8,2 +8,2 @@ import fastify from 'fastify' | ||
app.gracefulShutdown((signal: string, next: () => void) => {}) | ||
app.gracefulShutdown((signal: string, next: () => void) => {}) |
{ | ||
"name": "fastify-graceful-shutdown", | ||
"version": "3.2.0", | ||
"version": "3.3.0", | ||
"description": "Gracefully shutdown fastify", | ||
@@ -9,2 +9,3 @@ "main": "index.js", | ||
"test": "prettier ./*.js --debug-check && tap ./test.js | tap-spec && tsd", | ||
"test:ts": "tsd", | ||
"patch": "np patch --yolo", | ||
@@ -33,9 +34,9 @@ "minor": "np minor --yolo", | ||
"devDependencies": { | ||
"fastify": "^4.0.2", | ||
"np": "^7.5.0", | ||
"fastify": "^4.5.3", | ||
"np": "^7.6.2", | ||
"pre-commit": "^1.2.2", | ||
"prettier": "^2.2.1", | ||
"tap": "^15.0.6", | ||
"tap": "^15.2.3", | ||
"tap-spec": "^5.0.0", | ||
"tsd": "^0.21.0" | ||
"tsd": "^0.23.0" | ||
}, | ||
@@ -47,5 +48,5 @@ "prettier": { | ||
"dependencies": { | ||
"fastify-plugin": "^3.0.0", | ||
"fastparallel": "^2.4.0" | ||
"fastify-plugin": "^4.2.1", | ||
"fastparallel": "^2.4.1" | ||
} | ||
} |
6826
124
+ Addedfastify-plugin@4.5.1(transitive)
- Removedfastify-plugin@3.0.1(transitive)
Updatedfastify-plugin@^4.2.1
Updatedfastparallel@^2.4.1