@etrepum/lexical-builder 0.0.36-nightly.20241120.0 → 0.0.36-nightly.20241122.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -9,7 +9,7 @@ import { registerDragonSupport } from "@lexical/dragon";
|
|
9
9
|
import { createEmptyHistoryState, registerHistory } from "@lexical/history";
|
10
10
|
import { registerPlainText } from "@lexical/plain-text";
|
11
11
|
import { HeadingNode, QuoteNode, registerRichText } from "@lexical/rich-text";
|
12
|
-
const PACKAGE_VERSION = "0.0.36-nightly.
|
12
|
+
const PACKAGE_VERSION = "0.0.36-nightly.20241122.0";
|
13
13
|
function invariant(cond, message, ...args) {
|
14
14
|
if (cond) {
|
15
15
|
return;
|