@liveblocks/core 1.4.2 → 1.4.4
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 +4 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- 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 = "1.4.
|
|
9
|
+
var PKG_VERSION = "1.4.4";
|
|
10
10
|
var PKG_FORMAT = "esm";
|
|
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 */: {
|