@etrepum/lexical-builder 0.0.25-nightly.20240620.0 → 0.0.25-nightly.20240624.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
@@ -12,7 +12,7 @@ import { registerDragonSupport } from "@lexical/dragon";
|
|
12
12
|
import { createEmptyHistoryState, registerHistory } from "@lexical/history";
|
13
13
|
import { registerPlainText } from "@lexical/plain-text";
|
14
14
|
import { HeadingNode, QuoteNode, registerRichText } from "@lexical/rich-text";
|
15
|
-
const PACKAGE_VERSION = "0.0.25-nightly.
|
15
|
+
const PACKAGE_VERSION = "0.0.25-nightly.20240624.0";
|
16
16
|
function invariant(cond, message, ...args) {
|
17
17
|
if (cond) {
|
18
18
|
return;
|