RubyGems
npm
Organizations
Log in
Sign up
npm
@etrepum/lexical-builder
Versions diffs
0.0.8 → 0.0.9
@etrepum/lexical-builder 0.0.8 → 0.0.9
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/dist/index.js
+1
-1
package/package.json
+1
-1
package/dist/index.js
CHANGED
Viewed
@@ -409,7 +409,7 @@ const RichTextPlan = definePlan({
409
409
nodes: [HeadingNode, QuoteNode],
410
410
register: registerRichText
411
411
});
412
-
const PACKAGE_VERSION = "0.0.
8
";
412
+
const PACKAGE_VERSION = "0.0.
9
";
413
413
export {
414
414
AutoFocusPlan,
415
415
DragonPlan,
package/package.json
CHANGED
Viewed
@@ -17,7 +17,7 @@
17
17
"test": "vitest run",
18
18
"test:watch": "vitest"
19
19
},
20
-
"version": "0.0.
8
",
20
+
"version": "0.0.
9
",
21
21
"license": "MIT",
22
22
"repository": {
23
23
"type": "git",