@hocuspocus/transformer
Advanced tools
Comparing version 2.13.5 to 2.13.6
@@ -47,3 +47,3 @@ /// <reference types="node" /> | ||
*/ | ||
listen(portOrCallback?: number | ((data: onListenPayload) => Promise<any>) | null, callback?: any): Promise<Hocuspocus>; | ||
listen(portOrCallback?: number | ((data: onListenPayload) => Promise<any>) | null, callback?: any, websocketOptions?: WebSocket.ServerOptions): Promise<Hocuspocus>; | ||
get address(): AddressInfo; | ||
@@ -50,0 +50,0 @@ get URL(): string; |
/// <reference types="node" /> | ||
import { IncomingMessage, Server as HTTPServer, ServerResponse } from 'http'; | ||
import { WebSocketServer } from 'ws'; | ||
import { ServerOptions, WebSocketServer } from 'ws'; | ||
import { Hocuspocus } from './Hocuspocus.js'; | ||
@@ -9,3 +9,3 @@ export declare class Server { | ||
hocuspocus: Hocuspocus; | ||
constructor(hocuspocus: Hocuspocus); | ||
constructor(hocuspocus: Hocuspocus, websocketOptions?: ServerOptions); | ||
setupWebsocketConnection: () => void; | ||
@@ -12,0 +12,0 @@ setupHttpUpgrade: () => void; |
{ | ||
"name": "@hocuspocus/transformer", | ||
"version": "2.13.5", | ||
"version": "2.13.6", | ||
"description": "hocuspocus transformation utilities", | ||
@@ -5,0 +5,0 @@ "homepage": "https://hocuspocus.dev", |
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
697942