@liveblocks/node 3.13.3-slate1 → 3.14.0-pre2

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.d.cts CHANGED
@@ -72,6 +72,8 @@ type LiveblocksOptions = {
72
72
  * Get it from https://liveblocks.io/dashboard/apikeys
73
73
  */
74
74
  secret: string;
75
+ /** Point the client to an alternative Liveblocks server. */
76
+ baseUrl?: string;
75
77
  };
76
78
  type CreateSessionOptions<U extends BaseUserMeta = DU> = PartialUnless<U["info"], {
77
79
  userInfo: U["info"];
package/dist/index.d.ts CHANGED
@@ -72,6 +72,8 @@ type LiveblocksOptions = {
72
72
  * Get it from https://liveblocks.io/dashboard/apikeys
73
73
  */
74
74
  secret: string;
75
+ /** Point the client to an alternative Liveblocks server. */
76
+ baseUrl?: string;
75
77
  };
76
78
  type CreateSessionOptions<U extends BaseUserMeta = DU> = PartialUnless<U["info"], {
77
79
  userInfo: U["info"];
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@ import { detectDupes } from "@liveblocks/core";
3
3
 
4
4
  // src/version.ts
5
5
  var PKG_NAME = "@liveblocks/node";
6
- var PKG_VERSION = "3.13.3-slate1";
6
+ var PKG_VERSION = "3.14.0-pre2";
7
7
  var PKG_FORMAT = "esm";
8
8
 
9
9
  // src/client.ts