@liveblocks/core 1.5.1 → 1.5.2

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/index.d.mts CHANGED
@@ -855,7 +855,7 @@ interface IWebSocketEvent {
855
855
  type: string;
856
856
  }
857
857
  interface IWebSocketCloseEvent extends IWebSocketEvent {
858
- readonly code: number;
858
+ readonly code: WebsocketCloseCodes;
859
859
  readonly wasClean: boolean;
860
860
  readonly reason: string;
861
861
  }
package/dist/index.d.ts CHANGED
@@ -855,7 +855,7 @@ interface IWebSocketEvent {
855
855
  type: string;
856
856
  }
857
857
  interface IWebSocketCloseEvent extends IWebSocketEvent {
858
- readonly code: number;
858
+ readonly code: WebsocketCloseCodes;
859
859
  readonly wasClean: boolean;
860
860
  readonly reason: string;
861
861
  }
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ var __export = (target, all) => {
6
6
 
7
7
  // src/version.ts
8
8
  var PKG_NAME = "@liveblocks/core";
9
- var PKG_VERSION = "1.5.1";
9
+ var PKG_VERSION = "1.5.2";
10
10
  var PKG_FORMAT = "cjs";
11
11
 
12
12
  // src/dupe-detection.ts