badmfck-api-server 2.4.5 → 2.4.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -26,6 +26,7 @@ class HUBService extends BaseService_1.BaseService {
26
26
  path: "/hub"
27
27
  });
28
28
  wss.on("connection", (ws) => {
29
+ (0, LogService_1.logInfo)("HUBService: new connection on wss server");
29
30
  const conn = new HUBConnection_1.HUBConnection({
30
31
  ws: ws,
31
32
  privateKey: this.options.hubPrivateKey,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "badmfck-api-server",
3
- "version": "2.4.5",
3
+ "version": "2.4.6",
4
4
  "description": "Simple API http server based on express",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",