@kevisual/cnb 0.0.25 → 0.0.26

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.
package/dist/keep.d.ts CHANGED
@@ -29,10 +29,12 @@ declare class WSKeepAlive {
29
29
  private pingTimer;
30
30
  private messageHandlers;
31
31
  private url;
32
+ private readonly isBun;
32
33
  constructor(config: KeepAliveConfig);
33
34
  private log;
34
35
  private parseMessage;
35
36
  connect(): void;
37
+ private handleMessage;
36
38
  private startPing;
37
39
  private stopPing;
38
40
  private handleReconnect;