This commit is contained in:
Philipp Kunz 2024-04-18 13:26:03 +02:00
parent fd6eb7eecf
commit d3fe10d282

View File

@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/smartexit", "name": "@push.rocks/smartexit",
"version": "1.0.21", "version": "1.0.22",
"private": false, "private": false,
"description": "A library for performing cleanup operations before exiting a Node.js process, ensuring graceful shutdowns.", "description": "A library for performing cleanup operations before exiting a Node.js process, ensuring graceful shutdowns.",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@ -51,4 +51,4 @@
"TypeScript", "TypeScript",
"npm library" "npm library"
] ]
} }