@stacksjs/realtime 0.70.368 → 0.70.370
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2,7 +2,7 @@ import type { BroadcastServer, ServerConfig } from 'ts-broadcasting';
|
|
|
2
2
|
/**
|
|
3
3
|
* Set the global broadcast server instance
|
|
4
4
|
*/
|
|
5
|
-
export declare function setServer(server: BroadcastServer): void;
|
|
5
|
+
export declare function setServer(server: BroadcastServer | null): void;
|
|
6
6
|
/**
|
|
7
7
|
* Get the global broadcast server instance
|
|
8
8
|
*/
|
package/package.json
CHANGED