@etrepum/lexical-builder 0.0.13 → 0.0.14
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
@@ -10,7 +10,7 @@ import { registerDragonSupport } from "@lexical/dragon";
|
|
10
10
|
import { createEmptyHistoryState, registerHistory } from "@lexical/history";
|
11
11
|
import { registerPlainText } from "@lexical/plain-text";
|
12
12
|
import { HeadingNode, QuoteNode, registerRichText } from "@lexical/rich-text";
|
13
|
-
const PACKAGE_VERSION = "0.0.
|
13
|
+
const PACKAGE_VERSION = "0.0.14";
|
14
14
|
function definePlan(plan) {
|
15
15
|
return plan;
|
16
16
|
}
|