@nestjs/platform-ws
Advanced tools
Comparing version 9.1.3 to 9.1.4
@@ -22,5 +22,5 @@ /// <reference types="node" /> | ||
dispose(): Promise<void>; | ||
protected ensureHttpServerExists(port: number, httpServer?: http.Server): http.Server; | ||
protected ensureHttpServerExists(port: number, httpServer?: http.Server<typeof http.IncomingMessage, typeof http.ServerResponse>): http.Server<typeof http.IncomingMessage, typeof http.ServerResponse>; | ||
protected addWsServerToRegistry<T extends Record<'path', string> = any>(wsServer: T, port: number, path: string): void; | ||
} | ||
export {}; |
{ | ||
"name": "@nestjs/platform-ws", | ||
"version": "9.1.3", | ||
"version": "9.1.4", | ||
"description": "Nest - modern, fast, powerful node.js web framework (@platform-ws)", | ||
@@ -5,0 +5,0 @@ "author": "Kamil Mysliwiec", |
26535