fix(core): update
This commit is contained in:
22
package.json
22
package.json
@@ -2,7 +2,7 @@
|
||||
"name": "@push.rocks/smartexit",
|
||||
"version": "1.0.22",
|
||||
"private": false,
|
||||
"description": "A library for performing cleanup operations before exiting a Node.js process, ensuring graceful shutdowns.",
|
||||
"description": "A library for managing graceful shutdowns of Node.js processes by handling cleanup operations, including terminating child processes.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"author": "Lossless GmbH",
|
||||
@@ -43,12 +43,18 @@
|
||||
"type": "module",
|
||||
"keywords": [
|
||||
"Node.js",
|
||||
"cleanup",
|
||||
"graceful shutdown",
|
||||
"process management",
|
||||
"signal handling",
|
||||
"child process termination",
|
||||
"TypeScript",
|
||||
"npm library"
|
||||
"process management",
|
||||
"graceful shutdown",
|
||||
"cleanup operations",
|
||||
"child process termination",
|
||||
"signal handling",
|
||||
"library",
|
||||
"npm package",
|
||||
"async cleanup",
|
||||
"module",
|
||||
"SIGINT handling",
|
||||
"uncaught exception management",
|
||||
"process exit management"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user