@liveblocks/client 0.17.10-debug2 → 0.17.10

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.
@@ -0,0 +1 @@
1
+ 66d4b8c29e0344fef0885c8032cdb0e0f7a1d172
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.10-debug2" : "dev"));
1816
+ return new ws("".concat(liveblocksServer, "/?token=").concat(token, "&version=").concat(true ? "0.17.10" : "dev"));
1817
1817
  };
1818
1818
  }
1819
1819
  function prepareAuthEndpoint(authentication, fetchPolyfill) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/client",
3
- "version": "0.17.10-debug2",
3
+ "version": "0.17.10",
4
4
  "description": "A client that lets you interact with Liveblocks servers.",
5
5
  "main": "./index.js",
6
6
  "module": "./index.mjs",