@based/server
Advanced tools
Comparing version 4.1.1 to 4.2.1
@@ -14,1 +14,2 @@ import { BasedServer, ServerOptions } from './server'; | ||
export * from './observable/types'; | ||
export * from './protocol'; |
@@ -38,2 +38,3 @@ "use strict"; | ||
__exportStar(require("./observable/types"), exports); | ||
__exportStar(require("./protocol"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -142,4 +142,5 @@ "use strict"; | ||
async destroy() { | ||
if (!this.silent) | ||
if (!this.silent) { | ||
console.info(picocolors.gray(` Destroy Based-server ${this.port} \n`)); | ||
} | ||
if (this.listenSocket) { | ||
@@ -146,0 +147,0 @@ uws_1.default.us_listen_socket_close(this.listenSocket); |
{ | ||
"name": "@based/server", | ||
"version": "4.1.1", | ||
"version": "4.2.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
400587
6068