@lexical/internal 0.50.1-nightly.20260916.0 → 0.51.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.
|
|
18
|
+
* `"0.51.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.
|
|
20
|
+
* inject it the same way — so the exact `"0.51.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.
|
|
38
|
+
envLexicalVersion = "0.51.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.
|
|
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};
|