@liveblocks/core 1.2.2-comments1 → 1.2.2-comments2

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
@@ -690,11 +690,9 @@ declare type CommentData = {
690
690
  editedAt?: string;
691
691
  } & ({
692
692
  body: CommentBody;
693
- mentionedIds: string[];
694
693
  deletedAt?: never;
695
694
  } | {
696
695
  body?: never;
697
- mentionedIds: [];
698
696
  deletedAt: string;
699
697
  });
700
698
 
package/dist/index.d.ts CHANGED
@@ -690,11 +690,9 @@ declare type CommentData = {
690
690
  editedAt?: string;
691
691
  } & ({
692
692
  body: CommentBody;
693
- mentionedIds: string[];
694
693
  deletedAt?: never;
695
694
  } | {
696
695
  body?: never;
697
- mentionedIds: [];
698
696
  deletedAt: string;
699
697
  });
700
698
 
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.2.2-comments1";
9
+ var PKG_VERSION = "1.2.2-comments2";
10
10
  var PKG_FORMAT = "cjs";
11
11
 
12
12
  // src/dupe-detection.ts
package/dist/index.mjs 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.2.2-comments1";
9
+ var PKG_VERSION = "1.2.2-comments2";
10
10
  var PKG_FORMAT = "esm";
11
11
 
12
12
  // src/dupe-detection.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/core",
3
- "version": "1.2.2-comments1",
3
+ "version": "1.2.2-comments2",
4
4
  "description": "Private internals for Liveblocks. DO NOT import directly from this package!",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",