Comparing version 3.0.15 to 3.0.16
@@ -201,3 +201,3 @@ 'use strict'; | ||
const stop = async (code = 0) => { | ||
const stop = async (signal = 'SIGINT', code = 0) => { | ||
const portsClosed = new Promise((resolve) => { | ||
@@ -218,3 +218,3 @@ impress.console.info('Graceful shutdown in worker 0'); | ||
await portsClosed; | ||
exit('Application server stopped', code); | ||
exit(`Application server stopped by ${signal}`, code); | ||
}; | ||
@@ -221,0 +221,0 @@ |
{ | ||
"name": "impress", | ||
"version": "3.0.15", | ||
"version": "3.0.16", | ||
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>", | ||
@@ -63,28 +63,25 @@ "description": "Enterprise application server for Node.js", | ||
"lint": "eslint . && prettier -c \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\"", | ||
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\"" | ||
"fix": "eslint . --fix && prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\"" | ||
}, | ||
"engines": { | ||
"node": "^18.15 || 20 || 21" | ||
"node": "^18.15 || 20 || 21 || 22" | ||
}, | ||
"dependencies": { | ||
"metacom": "^3.2.3", | ||
"metaconfiguration": "^3.0.0", | ||
"metalog": "^3.1.14", | ||
"metaschema": "^2.2.0", | ||
"metautil": "^5.2.2", | ||
"metavm": "^1.4.1", | ||
"metawatch": "^1.2.1" | ||
"metacom": "^3.2.4", | ||
"metaconfiguration": "^3.0.1", | ||
"metalog": "^3.1.15", | ||
"metaschema": "^2.2.1", | ||
"metautil": "^5.2.3", | ||
"metavm": "^1.4.2", | ||
"metawatch": "^1.2.2" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.11.17", | ||
"@types/ws": "^8.5.10", | ||
"eslint": "^8.56.0", | ||
"eslint-config-metarhia": "^8.2.2", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"metatests": "^0.8.2", | ||
"prettier": "^3.2.5", | ||
"typescript": "^5.3.3" | ||
"@types/node": "^22.5.1", | ||
"@types/ws": "^8.5.12", | ||
"eslint": "^9.9.1", | ||
"eslint-config-metarhia": "^9.0.5", | ||
"metatests": "^0.9.0", | ||
"prettier": "^3.3.3", | ||
"typescript": "^5.5.4" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7
69999
32
1822
Updatedmetacom@^3.2.4
Updatedmetaconfiguration@^3.0.1
Updatedmetalog@^3.1.15
Updatedmetaschema@^2.2.1
Updatedmetautil@^5.2.3
Updatedmetavm@^1.4.2
Updatedmetawatch@^1.2.2