@liveblocks/client 0.17.10-debug → 0.17.10-debug2

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 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-debug" : "dev"));
1816
+ return new ws("".concat(liveblocksServer, "/?token=").concat(token, "&version=").concat(true ? "0.17.10-debug2" : "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-debug",
3
+ "version": "0.17.10-debug2",
4
4
  "description": "A client that lets you interact with Liveblocks servers.",
5
5
  "main": "./index.js",
6
6
  "module": "./index.mjs",
@@ -1 +0,0 @@
1
- 628b83a9b93b91dfc0fbc5a1b6a76976122dd2b7