@liveblocks/core 2.10.1-react19 → 2.10.2-tiptap1
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 +6 -2
- package/dist/index.d.ts +6 -2
- package/dist/index.js +10 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -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 = "2.10.
|
|
9
|
+
var PKG_VERSION = "2.10.2-tiptap1";
|
|
10
10
|
var PKG_FORMAT = "esm";
|
|
11
11
|
|
|
12
12
|
// src/dupe-detection.ts
|
|
@@ -8263,6 +8263,13 @@ var SortedList = class _SortedList {
|
|
|
8263
8263
|
}
|
|
8264
8264
|
};
|
|
8265
8265
|
|
|
8266
|
+
// src/types/Others.ts
|
|
8267
|
+
var TextEditorType = /* @__PURE__ */ ((TextEditorType2) => {
|
|
8268
|
+
TextEditorType2["Lexical"] = "lexical";
|
|
8269
|
+
TextEditorType2["TipTap"] = "tiptap";
|
|
8270
|
+
return TextEditorType2;
|
|
8271
|
+
})(TextEditorType || {});
|
|
8272
|
+
|
|
8266
8273
|
// src/index.ts
|
|
8267
8274
|
detectDupes(PKG_NAME, PKG_VERSION, PKG_FORMAT);
|
|
8268
8275
|
var CommentsApiError = HttpError;
|
|
@@ -8279,6 +8286,7 @@ export {
|
|
|
8279
8286
|
OpCode,
|
|
8280
8287
|
ServerMsgCode,
|
|
8281
8288
|
SortedList,
|
|
8289
|
+
TextEditorType,
|
|
8282
8290
|
WebsocketCloseCodes,
|
|
8283
8291
|
ackOp,
|
|
8284
8292
|
asPos,
|