@etrepum/lexical-builder 0.0.30-nightly.20240715.0 → 0.0.30

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 +8 -8
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.30-nightly.20240715.0";
12
+ const PACKAGE_VERSION = "0.0.30";
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.30-nightly.20240715.0",
21
+ "version": "0.0.30",
22
22
  "license": "MIT",
23
23
  "repository": {
24
24
  "type": "git",
@@ -33,13 +33,13 @@
33
33
  "@etrepum/lexical-builder-core": "*"
34
34
  },
35
35
  "peerDependencies": {
36
- "@lexical/dragon": ">=0.16.1-nightly.20240626",
37
- "@lexical/history": ">=0.16.1-nightly.20240626",
38
- "@lexical/plain-text": ">=0.16.1-nightly.20240626",
39
- "@lexical/rich-text": ">=0.16.1-nightly.20240626",
40
- "@lexical/text": ">=0.16.1-nightly.20240626",
41
- "@lexical/utils": ">=0.16.1-nightly.20240626",
42
- "lexical": ">=0.16.1-nightly.20240626"
36
+ "@lexical/dragon": ">=0.16.2-nightly.20240716",
37
+ "@lexical/history": ">=0.16.2-nightly.20240716",
38
+ "@lexical/plain-text": ">=0.16.2-nightly.20240716",
39
+ "@lexical/rich-text": ">=0.16.2-nightly.20240716",
40
+ "@lexical/text": ">=0.16.2-nightly.20240716",
41
+ "@lexical/utils": ">=0.16.2-nightly.20240716",
42
+ "lexical": ">=0.16.2-nightly.20240716"
43
43
  },
44
44
  "sideEffects": false,
45
45
  "devDependencies": {