@mashroom/mashroom
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -42,5 +42,6 @@ "use strict"; | ||
await this._scanner.stop(); | ||
return Promise.all([this._stopHttpServer(), this._stopHttpsServer()]).then(() => { | ||
await Promise.all([this._stopHttpServer(), this._stopHttpsServer()]).then(() => { | ||
return; | ||
}); | ||
process.exit(0); | ||
} | ||
@@ -47,0 +48,0 @@ _addServerRoutes() { |
@@ -7,3 +7,3 @@ { | ||
"license": "MIT", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"main": "dist", | ||
@@ -21,3 +21,3 @@ "files": [ | ||
"dependencies": { | ||
"@mashroom/mashroom-utils": "2.2.2", | ||
"@mashroom/mashroom-utils": "2.2.3", | ||
"@types/express": "^4.17.14", | ||
@@ -24,0 +24,0 @@ "anymatch": "^3.1.2", |
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
190684
5047
+ Added@mashroom/mashroom-utils@2.2.3(transitive)
- Removed@mashroom/mashroom-utils@2.2.2(transitive)