@mashroom/mashroom
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -76,8 +76,8 @@ "use strict"; | ||
if (this._watcher) { | ||
this._watcher.close(); | ||
this._watcher = null; | ||
await this._watcher.close(); | ||
this._watcher = undefined; | ||
} | ||
if (this._deferredUpdatesTimer) { | ||
clearInterval(this._deferredUpdatesTimer); | ||
this._deferredUpdatesTimer = null; | ||
this._deferredUpdatesTimer = undefined; | ||
} | ||
@@ -84,0 +84,0 @@ } |
@@ -28,9 +28,7 @@ "use strict"; | ||
Starting | ||
__ ___ __ ____ | ||
/ |/ /__ ____ / / _______ ___ __ _ / __/__ _____ _____ ____ | ||
/ /|_/ / _ \`(_-</ _ \\/ __/ _ \\/ _ \\/ ' \\ _\\ \\/ -_) __/ |/ / -_) __/ | ||
/_/ /_/\\_,_/___/_//_/_/ \\___/\\___/_/_/_/ /___/\\__/_/ |___/\\__/_/ | ||
Version ${this._serverInfo.version} | ||
Pid ${process.pid} | ||
\x1b[35m╔╦╗┌─┐┌─┐┬ ┬┬─┐┌─┐┌─┐┌┬┐ ╔═╗┌─┐┬─┐┬ ┬┌─┐┬─┐\x1b[m | ||
\x1b[35m║║║├─┤└─┐├─┤├┬┘│ ││ ││││ ╚═╗├┤ ├┬┘└┐┌┘├┤ ├┬┘\x1b[m | ||
\x1b[35m╩ ╩┴ ┴└─┘┴ ┴┴└─└─┘└─┘┴ ┴ ╚═╝└─┘┴└─ └┘ └─┘┴└─\x1b[m | ||
\x1b[35m${this._serverInfo.version}\x1b[m | ||
(Pid ${process.pid}) | ||
`); | ||
@@ -37,0 +35,0 @@ return Promise.all([this._startHttpServer(), this._startHttpsServer()]).then(() => { |
@@ -16,3 +16,3 @@ "use strict"; | ||
const apis = pluginContext => ` | ||
<h2>Loaded API Plugins</h2> | ||
<h2>Loaded Express API Plugins</h2> | ||
${apisList(pluginContext)} | ||
@@ -19,0 +19,0 @@ `; |
@@ -17,3 +17,3 @@ "use strict"; | ||
const middlewares = pluginContext => ` | ||
<h2>Middleware Stack</h2> | ||
<h2>Loaded Express Middleware Plugins Stack</h2> | ||
<p> | ||
@@ -20,0 +20,0 @@ (The middleware on top of the list is executed first) |
@@ -16,3 +16,3 @@ "use strict"; | ||
const webapps = pluginContext => ` | ||
<h2>Loaded Webapp Plugins</h2> | ||
<h2>Loaded Express Web-App Plugins</h2> | ||
${webappsList(pluginContext)} | ||
@@ -19,0 +19,0 @@ `; |
@@ -196,3 +196,3 @@ "use strict"; | ||
display: table; | ||
margin: 15% auto; | ||
margin: 10% auto; | ||
min-width: 250px; | ||
@@ -270,3 +270,3 @@ max-width: 90%; | ||
<li class="menu-item ${req.path === '/services' ? 'active' : ''}"><a href="/mashroom/admin/services">Services</a></li> | ||
<li class="menu-item ${req.path === '/webapps' ? 'active' : ''}"><a href="/mashroom/admin/webapps">Webapps</a></li> | ||
<li class="menu-item ${req.path === '/webapps' ? 'active' : ''}"><a href="/mashroom/admin/webapps">Web-Apps</a></li> | ||
<li class="menu-item ${req.path === '/apis' ? 'active' : ''}"><a href="/mashroom/admin/apis">APIs</a></li> | ||
@@ -273,0 +273,0 @@ <li class="menu-item ${req.path === '/server-info' ? 'active' : ''}"><a href="/mashroom/admin/server-info">Server Info</a></li> |
@@ -7,3 +7,3 @@ { | ||
"license": "MIT", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"main": "dist", | ||
@@ -21,3 +21,3 @@ "files": [ | ||
"dependencies": { | ||
"@mashroom/mashroom-utils": "2.2.1", | ||
"@mashroom/mashroom-utils": "2.2.2", | ||
"@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
190664
5046
+ Added@mashroom/mashroom-utils@2.2.2(transitive)
- Removed@mashroom/mashroom-utils@2.2.1(transitive)