@brainstack/bridge-server
Advanced tools
Comparing version 2.0.74 to 2.0.75
@@ -72,3 +72,3 @@ "use strict"; | ||
_listen() { | ||
this.logger.info(`WebSocket server started on ws://${this.wss.options.host}:${this.wss.options.port}`); | ||
this.logger.info(`WebSocket server started.`); | ||
this.wss.on('connection', (ws) => { | ||
@@ -75,0 +75,0 @@ const uuid = this.generateUUID(); |
{ | ||
"name": "@brainstack/bridge-server", | ||
"version": "2.0.74", | ||
"version": "2.0.75", | ||
"description": "Brainstack Bridge Server", | ||
@@ -31,8 +31,8 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@brainstack/hub": "^1.2.16", | ||
"@brainstack/log": "^1.1.117", | ||
"@brainstack/hub": "^1.2.17", | ||
"@brainstack/log": "^1.1.118", | ||
"ioredis": "^5.3.2", | ||
"ws": "^8.14.2" | ||
}, | ||
"gitHead": "0b17ed2ff3614bf8cde969f927bbb24f0def6e45" | ||
"gitHead": "d3a793357ecfbdc7c292df4b23b603c1ea6ec2d4" | ||
} |
@@ -97,3 +97,3 @@ import WebSocket from 'ws'; | ||
private _listen(): void { | ||
this.logger.info(`WebSocket server started on ws://${this.wss.options.host}:${this.wss.options.port}`); | ||
this.logger.info(`WebSocket server started.`); | ||
@@ -100,0 +100,0 @@ this.wss.on('connection', (ws: WebSocket) => { |
158554
Updated@brainstack/hub@^1.2.17
Updated@brainstack/log@^1.1.118