@liveblocks/core 2.22.0 → 2.22.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.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
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.22.
|
|
9
|
+
var PKG_VERSION = "2.22.2";
|
|
10
10
|
var PKG_FORMAT = "cjs";
|
|
11
11
|
|
|
12
12
|
// src/dupe-detection.ts
|
|
@@ -9302,6 +9302,7 @@ var SortedList = class _SortedList {
|
|
|
9302
9302
|
var TextEditorType = /* @__PURE__ */ ((TextEditorType2) => {
|
|
9303
9303
|
TextEditorType2["Lexical"] = "lexical";
|
|
9304
9304
|
TextEditorType2["TipTap"] = "tiptap";
|
|
9305
|
+
TextEditorType2["BlockNote"] = "blocknote";
|
|
9305
9306
|
return TextEditorType2;
|
|
9306
9307
|
})(TextEditorType || {});
|
|
9307
9308
|
|