@lexical/code
Advanced tools
Comparing version 0.6.3 to 0.6.4
@@ -22,3 +22,3 @@ /** | ||
import { ElementNode } from 'lexical'; | ||
declare type SerializedCodeNode = Spread<{ | ||
export declare type SerializedCodeNode = Spread<{ | ||
language: string | null | undefined; | ||
@@ -49,2 +49,1 @@ type: 'code'; | ||
export declare function $isCodeNode(node: LexicalNode | null | undefined): node is CodeNode; | ||
export {}; |
@@ -12,2 +12,3 @@ /** @module @lexical/code */ | ||
export { $createCodeHighlightNode, $isCodeHighlightNode, CODE_LANGUAGE_FRIENDLY_NAME_MAP, CODE_LANGUAGE_MAP, CodeHighlightNode, DEFAULT_CODE_LANGUAGE, getCodeLanguages, getDefaultCodeLanguage, getFirstCodeHighlightNodeOfLine, getLanguageFriendlyName, getLastCodeHighlightNodeOfLine, normalizeCodeLang, } from './CodeHighlightNode'; | ||
export type { SerializedCodeNode } from './CodeNode'; | ||
export { $createCodeNode, $isCodeNode, CodeNode } from './CodeNode'; |
@@ -11,9 +11,9 @@ { | ||
"license": "MIT", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"main": "LexicalCode.js", | ||
"peerDependencies": { | ||
"lexical": "0.6.3" | ||
"lexical": "0.6.4" | ||
}, | ||
"dependencies": { | ||
"@lexical/utils": "0.6.3", | ||
"@lexical/utils": "0.6.4", | ||
"prismjs": "^1.27.0" | ||
@@ -20,0 +20,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56544
+ Added@lexical/list@0.6.4(transitive)
+ Added@lexical/table@0.6.4(transitive)
+ Added@lexical/utils@0.6.4(transitive)
+ Addedlexical@0.6.4(transitive)
- Removed@lexical/list@0.6.3(transitive)
- Removed@lexical/table@0.6.3(transitive)
- Removed@lexical/utils@0.6.3(transitive)
- Removedlexical@0.6.3(transitive)
Updated@lexical/utils@0.6.4