@liveblocks/core 2.7.1 → 2.7.2
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.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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 = "2.7.
|
|
9
|
+
var PKG_VERSION = "2.7.2";
|
|
10
10
|
var PKG_FORMAT = "esm";
|
|
11
11
|
|
|
12
12
|
// src/dupe-detection.ts
|
|
@@ -7203,7 +7203,7 @@ function createDevelopmentWarning(condition, ...args) {
|
|
|
7203
7203
|
|
|
7204
7204
|
// src/comments/comment-body.ts
|
|
7205
7205
|
function isCommentBodyParagraph(element) {
|
|
7206
|
-
return "type" in element && element.type === "
|
|
7206
|
+
return "type" in element && element.type === "paragraph";
|
|
7207
7207
|
}
|
|
7208
7208
|
function isCommentBodyText(element) {
|
|
7209
7209
|
return !("type" in element) && "text" in element && typeof element.text === "string";
|