@liveblocks/node 3.10.1 → 3.11.1
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.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -3,7 +3,7 @@ var _core = require('@liveblocks/core');
|
|
|
3
3
|
|
|
4
4
|
// src/version.ts
|
|
5
5
|
var PKG_NAME = "@liveblocks/node";
|
|
6
|
-
var PKG_VERSION = "3.
|
|
6
|
+
var PKG_VERSION = "3.11.1";
|
|
7
7
|
var PKG_FORMAT = "cjs";
|
|
8
8
|
|
|
9
9
|
// src/client.ts
|
|
@@ -495,6 +495,7 @@ var Liveblocks = class {
|
|
|
495
495
|
limit: params.limit,
|
|
496
496
|
startingAfter: params.startingAfter,
|
|
497
497
|
userId: params.userId,
|
|
498
|
+
tenantId: params.tenantId,
|
|
498
499
|
groupIds: params.groupIds ? params.groupIds.join(",") : void 0,
|
|
499
500
|
query
|
|
500
501
|
};
|