@liveblocks/node 3.21.0-exp9 → 3.21.0-private2

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 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.21.0-exp9";
6
+ var PKG_VERSION = "3.21.0-private2";
7
7
  var PKG_FORMAT = "cjs";
8
8
 
9
9
  // src/client.ts
@@ -968,7 +968,7 @@ var Liveblocks = class {
968
968
  * Gets all the threads in a room.
969
969
  *
970
970
  * @param params.roomId The room ID to get the threads from.
971
- * @param params.query The query to filter threads by. It is based on our query language and can filter by metadata.
971
+ * @param params.query The query to filter threads by. It is based on our query language and can filter by visibility, metadata, and resolved status.
972
972
  * @param options.signal (optional) An abort signal to cancel the request.
973
973
  * @returns A list of threads.
974
974
  */