@lexical/code 0.34.1-nightly.20250829.0 → 0.34.1-nightly.20250901.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.
@@ -86,7 +86,6 @@ declare export class CodeHighlightNode extends TextNode {
86
86
  __highlightType: ?string;
87
87
  constructor(text: string, highlightType?: string, key?: NodeKey): void;
88
88
  static getType(): string;
89
- // $FlowFixMe
90
89
  static clone(node: CodeHighlightNode): CodeHighlightNode;
91
90
  createDOM(config: EditorConfig): HTMLElement;
92
91
  setFormat(format: number): this;
package/package.json CHANGED
@@ -8,12 +8,12 @@
8
8
  "code"
9
9
  ],
10
10
  "license": "MIT",
11
- "version": "0.34.1-nightly.20250829.0",
11
+ "version": "0.34.1-nightly.20250901.0",
12
12
  "main": "LexicalCode.js",
13
13
  "types": "index.d.ts",
14
14
  "dependencies": {
15
- "@lexical/utils": "0.34.1-nightly.20250829.0",
16
- "lexical": "0.34.1-nightly.20250829.0",
15
+ "@lexical/utils": "0.34.1-nightly.20250901.0",
16
+ "lexical": "0.34.1-nightly.20250901.0",
17
17
  "prismjs": "^1.30.0"
18
18
  },
19
19
  "repository": {