@liveblocks/core 1.4.2 → 1.4.3

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.mts CHANGED
@@ -681,10 +681,13 @@ declare type CommentBody = {
681
681
  content: CommentBodyBlockElement[];
682
682
  };
683
683
 
684
+ declare type CommentReactionUser = {
685
+ id: string;
686
+ };
684
687
  declare type CommentReaction = {
685
688
  emoji: string;
686
- userId: string;
687
689
  createdAt: string;
690
+ users: CommentReactionUser[];
688
691
  };
689
692
  /**
690
693
  * Represents a comment.
package/dist/index.d.ts CHANGED
@@ -681,10 +681,13 @@ declare type CommentBody = {
681
681
  content: CommentBodyBlockElement[];
682
682
  };
683
683
 
684
+ declare type CommentReactionUser = {
685
+ id: string;
686
+ };
684
687
  declare type CommentReaction = {
685
688
  emoji: string;
686
- userId: string;
687
689
  createdAt: string;
690
+ users: CommentReactionUser[];
688
691
  };
689
692
  /**
690
693
  * Represents a comment.
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.4.2";
9
+ var PKG_VERSION = "1.4.3";
10
10
  var PKG_FORMAT = "cjs";
11
11
 
12
12
  // src/dupe-detection.ts
@@ -5421,6 +5421,8 @@ ${Array.from(traces).join("\n\n")}`
5421
5421
  }
5422
5422
  case 400 /* THREAD_CREATED */:
5423
5423
  case 401 /* THREAD_METADATA_UPDATED */:
5424
+ case 405 /* COMMENT_REACTION_ADDED */:
5425
+ case 406 /* COMMENT_REACTION_REMOVED */:
5424
5426
  case 402 /* COMMENT_CREATED */:
5425
5427
  case 403 /* COMMENT_EDITED */:
5426
5428
  case 404 /* COMMENT_DELETED */: {