@liveblocks/core 1.10.3 → 1.10.4

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 CHANGED
@@ -6,7 +6,7 @@ var __export = (target, all) => {
6
6
 
7
7
  // src/version.ts
8
8
  var PKG_NAME = "@liveblocks/core";
9
- var PKG_VERSION = "1.10.3";
9
+ var PKG_VERSION = "1.10.4";
10
10
  var PKG_FORMAT = "cjs";
11
11
 
12
12
  // src/dupe-detection.ts
@@ -7068,7 +7068,6 @@ var DEFAULT_LOST_CONNECTION_TIMEOUT = 5e3;
7068
7068
  var RESOLVE_USERS_BATCH_DELAY = 50;
7069
7069
  var RESOLVE_ROOMS_INFO_BATCH_DELAY = 50;
7070
7070
  function getBaseUrl(baseUrl) {
7071
- baseUrl || (baseUrl = process.env.LIVEBLOCKS_BASE_URL || process.env.NEXT_PUBLIC_LIVEBLOCKS_BASE_URL || process.env.VITE_LIVEBLOCKS_BASE_URL || void 0);
7072
7071
  if (typeof baseUrl === "string" && baseUrl.startsWith("http")) {
7073
7072
  return baseUrl;
7074
7073
  } else {