@lexical/code 0.42.1-nightly.20260408.0 → 0.43.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.
- package/LexicalCode.js.flow +1 -1
- package/package.json +4 -4
package/LexicalCode.js.flow
CHANGED
|
@@ -102,7 +102,7 @@ declare export class CodeNode extends ElementNode {
|
|
|
102
102
|
getLanguage(): string | void;
|
|
103
103
|
}
|
|
104
104
|
|
|
105
|
-
declare export var CodeExtension: LexicalExtension<ExtensionConfigBase, "@lexical/code",
|
|
105
|
+
declare export var CodeExtension: LexicalExtension<ExtensionConfigBase, "@lexical/code", unknown, unknown>;
|
|
106
106
|
|
|
107
107
|
/**
|
|
108
108
|
* Deprecated @lexical/code-prism re-exports
|
package/package.json
CHANGED
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
"code"
|
|
9
9
|
],
|
|
10
10
|
"license": "MIT",
|
|
11
|
-
"version": "0.
|
|
11
|
+
"version": "0.43.0",
|
|
12
12
|
"main": "LexicalCode.js",
|
|
13
13
|
"types": "index.d.ts",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@lexical/code-core": "0.
|
|
16
|
-
"@lexical/code-prism": "0.
|
|
17
|
-
"lexical": "0.
|
|
15
|
+
"@lexical/code-core": "0.43.0",
|
|
16
|
+
"@lexical/code-prism": "0.43.0",
|
|
17
|
+
"lexical": "0.43.0"
|
|
18
18
|
},
|
|
19
19
|
"repository": {
|
|
20
20
|
"type": "git",
|