@liveblocks/core 0.19.1-test2 → 0.19.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.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3806,7 +3806,7 @@ function prepareCreateWebSocket(liveblocksServer, WebSocketPolyfill) {
|
|
|
3806
3806
|
const ws = WebSocketPolyfill || WebSocket;
|
|
3807
3807
|
return (token) => {
|
|
3808
3808
|
return new ws(
|
|
3809
|
-
`${liveblocksServer}/?token=${token}&version=${true ? "0.19.1
|
|
3809
|
+
`${liveblocksServer}/?token=${token}&version=${true ? "0.19.1" : "dev"}`
|
|
3810
3810
|
);
|
|
3811
3811
|
};
|
|
3812
3812
|
}
|