@liveblocks/core 3.15.0-feeds1 → 3.15.0-feeds2

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
@@ -2670,7 +2670,7 @@ type FetchFeedsClientMsg = {
2670
2670
  readonly cursor?: string;
2671
2671
  readonly since?: number;
2672
2672
  readonly limit?: number;
2673
- readonly metadata?: Record<string, string>;
2673
+ readonly metadata?: Record<string, Json>;
2674
2674
  };
2675
2675
  type FetchFeedMessagesClientMsg = {
2676
2676
  readonly type: ClientMsgCode.FETCH_FEED_MESSAGES;
@@ -3478,7 +3478,7 @@ type Room<P extends JsonObject = DP, S extends LsonObject = DS, U extends BaseUs
3478
3478
  cursor?: string;
3479
3479
  since?: number;
3480
3480
  limit?: number;
3481
- metadata?: Record<string, string>;
3481
+ metadata?: Record<string, Json>;
3482
3482
  }): Promise<{
3483
3483
  feeds: Feed<SM>[];
3484
3484
  nextCursor?: string;
package/dist/index.d.ts CHANGED
@@ -2670,7 +2670,7 @@ type FetchFeedsClientMsg = {
2670
2670
  readonly cursor?: string;
2671
2671
  readonly since?: number;
2672
2672
  readonly limit?: number;
2673
- readonly metadata?: Record<string, string>;
2673
+ readonly metadata?: Record<string, Json>;
2674
2674
  };
2675
2675
  type FetchFeedMessagesClientMsg = {
2676
2676
  readonly type: ClientMsgCode.FETCH_FEED_MESSAGES;
@@ -3478,7 +3478,7 @@ type Room<P extends JsonObject = DP, S extends LsonObject = DS, U extends BaseUs
3478
3478
  cursor?: string;
3479
3479
  since?: number;
3480
3480
  limit?: number;
3481
- metadata?: Record<string, string>;
3481
+ metadata?: Record<string, Json>;
3482
3482
  }): Promise<{
3483
3483
  feeds: Feed<SM>[];
3484
3484
  nextCursor?: string;
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 = "3.15.0-feeds1";
9
+ var PKG_VERSION = "3.15.0-feeds2";
10
10
  var PKG_FORMAT = "esm";
11
11
 
12
12
  // src/dupe-detection.ts