feat(smartexit): Add silent logging option, structured shutdown logs, and killAll return stats

This commit is contained in:
2025-12-15 16:58:01 +00:00
parent 4ce60859e4
commit bb2831ec0f
4 changed files with 100 additions and 36 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartexit',
version: '1.0.24',
version: '1.1.0',
description: 'A library for managing graceful shutdowns of Node.js processes by handling cleanup operations, including terminating child processes.'
}