@liveblocks/core 0.19.2-test1 → 0.19.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.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3824,7 +3824,7 @@ function prepareCreateWebSocket(liveblocksServer, WebSocketPolyfill) {
|
|
|
3824
3824
|
const ws = WebSocketPolyfill || WebSocket;
|
|
3825
3825
|
return (token) => {
|
|
3826
3826
|
return new ws(
|
|
3827
|
-
`${liveblocksServer}/?token=${token}&version=${true ? "0.19.2
|
|
3827
|
+
`${liveblocksServer}/?token=${token}&version=${true ? "0.19.2" : "dev"}`
|
|
3828
3828
|
);
|
|
3829
3829
|
};
|
|
3830
3830
|
}
|