@liveblocks/client 0.18.0-beta4 → 0.18.0

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
- a63131c6714bda0f4b6d1095de47725793f13ec6
1
+ ebe9946f6d9eb1239fe6e5030f0513b345984c2f
package/index.js CHANGED
@@ -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-beta4" : "dev"}`
1325
+ `${liveblocksServer}/?token=${token}&version=${true ? "0.18.0" : "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-beta4",
3
+ "version": "0.18.0",
4
4
  "description": "A client that lets you interact with Liveblocks servers.",
5
5
  "main": "./index.js",
6
6
  "module": "./index.mjs",