@etrepum/lexical-builder 0.0.36-nightly.20241111.0 → 0.0.36-nightly.20241112.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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.20241111.0";
12
+ const PACKAGE_VERSION = "0.0.36-nightly.20241112.0";
13
13
  function invariant(cond, message, ...args) {
14
14
  if (cond) {
15
15
  return;
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "test:watch": "vitest",
19
19
  "lint": "eslint"
20
20
  },
21
- "version": "0.0.36-nightly.20241111.0",
21
+ "version": "0.0.36-nightly.20241112.0",
22
22
  "license": "MIT",
23
23
  "repository": {
24
24
  "type": "git",