@liveblocks/client 0.17.11-debug2 → 0.17.11
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/index.js +1 -1
- package/index.mjs +6 -1363
- package/internal.mjs +30 -363
- package/package.json +1 -1
- package/chunk-ATVOU6HF.mjs +0 -2314
package/index.js
CHANGED
|
@@ -1813,7 +1813,7 @@ function prepareCreateWebSocket(liveblocksServer, WebSocketPolyfill) {
|
|
|
1813
1813
|
}
|
|
1814
1814
|
var ws = WebSocketPolyfill || WebSocket;
|
|
1815
1815
|
return function(token) {
|
|
1816
|
-
return new ws("".concat(liveblocksServer, "/?token=").concat(token, "&version=").concat(true ? "0.17.11
|
|
1816
|
+
return new ws("".concat(liveblocksServer, "/?token=").concat(token, "&version=").concat(true ? "0.17.11" : "dev"));
|
|
1817
1817
|
};
|
|
1818
1818
|
}
|
|
1819
1819
|
function prepareAuthEndpoint(authentication, fetchPolyfill) {
|