@lexical/internal 0.49.1-nightly.20260901.0 → 0.50.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.
@@ -16,9 +16,9 @@
16
16
  *
17
17
  */
18
18
 
19
- // `"0.49.1-nightly.20260901.0+dev.cjs"` is statically replaced with the build-specific
19
+ // `"0.50.0+dev.cjs"` is statically replaced with the build-specific
20
20
  // version string in a Rollup build, and a consumer's bundler `define` can
21
- // inject it the same way — so the exact `"0.49.1-nightly.20260901.0+dev.cjs"` member
21
+ // inject it the same way — so the exact `"0.50.0+dev.cjs"` member
22
22
  // expression must be preserved for that substitution to match. Reading it
23
23
  // inside a try/catch lets the source be consumed directly (via the `source`
24
24
  // export condition) in a browser bundle, where `process` is undefined and
@@ -27,7 +27,7 @@
27
27
  // `pnpm run update-version`.
28
28
  let envLexicalVersion;
29
29
  try {
30
- envLexicalVersion = "0.49.1-nightly.20260901.0+dev.cjs";
30
+ envLexicalVersion = "0.50.0+dev.cjs";
31
31
  } catch (_unused) {
32
32
  // `process` is not defined in some browser bundles; use the fallback.
33
33
  }
@@ -14,9 +14,9 @@
14
14
  *
15
15
  */
16
16
 
17
- // `"0.49.1-nightly.20260901.0+dev.esm"` is statically replaced with the build-specific
17
+ // `"0.50.0+dev.esm"` is statically replaced with the build-specific
18
18
  // version string in a Rollup build, and a consumer's bundler `define` can
19
- // inject it the same way — so the exact `"0.49.1-nightly.20260901.0+dev.esm"` member
19
+ // inject it the same way — so the exact `"0.50.0+dev.esm"` member
20
20
  // expression must be preserved for that substitution to match. Reading it
21
21
  // inside a try/catch lets the source be consumed directly (via the `source`
22
22
  // export condition) in a browser bundle, where `process` is undefined and
@@ -25,7 +25,7 @@
25
25
  // `pnpm run update-version`.
26
26
  let envLexicalVersion;
27
27
  try {
28
- envLexicalVersion = "0.49.1-nightly.20260901.0+dev.esm";
28
+ envLexicalVersion = "0.50.0+dev.esm";
29
29
  } catch (_unused) {
30
30
  // `process` is not defined in some browser bundles; use the fallback.
31
31
  }
@@ -6,4 +6,4 @@
6
6
  *
7
7
  */
8
8
 
9
- "use strict";let t;try{t="0.49.1-nightly.20260901.0+prod.cjs"}catch(t){}const c=t??'"<unknown>+source"';exports.LEXICAL_VERSION=c;
9
+ "use strict";let t;try{t="0.50.0+prod.cjs"}catch(t){}const c=t??'"<unknown>+source"';exports.LEXICAL_VERSION=c;
@@ -6,4 +6,4 @@
6
6
  *
7
7
  */
8
8
 
9
- let t;try{t="0.49.1-nightly.20260901.0+prod.esm"}catch(t){}const n=t??'"<unknown>+source"';export{n as LEXICAL_VERSION};
9
+ let o;try{o="0.50.0+prod.esm"}catch(o){}const t=o??'"<unknown>+source"';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.49.1-nightly.20260901.0",
11
+ "version": "0.50.0",
12
12
  "repository": {
13
13
  "type": "git",
14
14
  "url": "git+https://github.com/facebook/lexical.git",