@liveblocks/client 0.18.0 → 0.18.1

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.
@@ -1 +1 @@
1
- ebe9946f6d9eb1239fe6e5030f0513b345984c2f
1
+ 19cb31b448a235c276f9eb3510d2dfa93f4af74e
package/index.js CHANGED
@@ -891,7 +891,7 @@ function makeStateMachine(state, config, mockedEffects) {
891
891
  if (state.lastConnectionId !== void 0) {
892
892
  state.buffer.me = {
893
893
  type: "full",
894
- data: state.me.current
894
+ data: _chunkUV2F4F4Rjs.__spreadValues.call(void 0, {}, state.me.current)
895
895
  };
896
896
  tryFlushing();
897
897
  }
@@ -1322,7 +1322,7 @@ function prepareCreateWebSocket(liveblocksServer, WebSocketPolyfill) {
1322
1322
  const ws = WebSocketPolyfill || WebSocket;
1323
1323
  return (token) => {
1324
1324
  return new ws(
1325
- `${liveblocksServer}/?token=${token}&version=${true ? "0.18.0" : "dev"}`
1325
+ `${liveblocksServer}/?token=${token}&version=${true ? "0.18.1" : "dev"}`
1326
1326
  );
1327
1327
  };
1328
1328
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/client",
3
- "version": "0.18.0",
3
+ "version": "0.18.1",
4
4
  "description": "A client that lets you interact with Liveblocks servers.",
5
5
  "main": "./index.js",
6
6
  "module": "./index.mjs",