@lexical/internal 0.51.0 → 0.51.1-nightly.20260918.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,9 +15,9 @@
15
15
  */
16
16
 
17
17
  /**
18
- * `"0.51.0+dev.esm"` is statically replaced with the build-specific
18
+ * `"0.51.1-nightly.20260918.0+dev.esm"` is statically replaced with the build-specific
19
19
  * version string in a Rollup build, and a consumer's bundler `define` can
20
- * inject it the same way — so the exact `"0.51.0+dev.esm"` member
20
+ * inject it the same way — so the exact `"0.51.1-nightly.20260918.0+dev.esm"` member
21
21
  * expression must be preserved for that substitution to match. Reading it
22
22
  * inside a try/catch lets the source be consumed directly (via the `source`
23
23
  * export condition) in a browser bundle, where `process` is undefined and
@@ -35,7 +35,7 @@
35
35
  function readLexicalVersion() {
36
36
  let envLexicalVersion;
37
37
  try {
38
- envLexicalVersion = "0.51.0+dev.esm";
38
+ envLexicalVersion = "0.51.1-nightly.20260918.0+dev.esm";
39
39
  } catch (_unused) {
40
40
  // `process` is not defined in some browser bundles; use the fallback.
41
41
  }
@@ -6,4 +6,4 @@
6
6
  *
7
7
  */
8
8
 
9
- function n(){let n;try{n="0.51.0+prod.esm"}catch(n){}return n??'"<unknown>+source"'}const t=/* @__PURE__ */n();export{t as LEXICAL_VERSION};
9
+ function n(){let n;try{n="0.51.1-nightly.20260918.0+prod.esm"}catch(n){}return n??'"<unknown>+source"'}const t=/* @__PURE__ */n();export{t as LEXICAL_VERSION};
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "internal"
9
9
  ],
10
10
  "license": "MIT",
11
- "version": "0.51.0",
11
+ "version": "0.51.1-nightly.20260918.0",
12
12
  "repository": {
13
13
  "type": "git",
14
14
  "url": "git+https://github.com/facebook/lexical.git",