fix(core): update

This commit is contained in:
2024-04-18 13:36:09 +02:00
parent d3fe10d282
commit 13f556abe5
4 changed files with 86 additions and 94 deletions

View File

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