Skip to content

Commit

Permalink
Merge pull request #3 from hienngm/chore/update-readme
Browse files Browse the repository at this point in the history
Chore: Update README.md
  • Loading branch information
hienngm authored Feb 22, 2024
2 parents c2addc7 + e1d2402 commit c00a523
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ interface IGracefulShutdownConfigOptions {
/**
* If set to `true`, the Node process will not be terminated
* by a shutdown signal after closing all connections.
* The shutdown behavior is identical to invoking `app.close()`.
* Defaults: false.
*/
keepNodeProcessAlive?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-graceful-shutdown",
"version": "1.0.0",
"version": "1.0.1",
"description": "A powerful package for gracefully shutting down NestJS applications",
"main": "build/main/index.js",
"types": "build/main/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/lib/graceful-shutdown.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export interface IGracefulShutdownConfigOptions {
/**
* If set to `true`, the Node process will not be terminated
* by a shutdown signal after closing all connections.
* The shutdown behavior is identical to invoking `app.close()`.
* Defaults: false.
*/
keepNodeProcessAlive?: boolean;
Expand Down

0 comments on commit c00a523

Please sign in to comment.