@lexical/link
Advanced tools
Comparing version 0.3.11 to 0.4.0
@@ -0,1 +1,2 @@ | ||
/** @module @lexical/link */ | ||
/** | ||
@@ -17,5 +18,9 @@ * Copyright (c) Meta Platforms, Inc. and affiliates. | ||
}, SerializedElementNode>; | ||
/** @noInheritDoc */ | ||
export declare class LinkNode extends ElementNode { | ||
/** @internal */ | ||
__url: string; | ||
/** @internal */ | ||
__target: null | string; | ||
/** @internal */ | ||
__rel: null | string; | ||
@@ -22,0 +27,0 @@ static getType(): string; |
@@ -12,10 +12,11 @@ /** | ||
/** | ||
* Copyright (c) Meta Platforms, Inc. and affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
* | ||
*/ | ||
/** @module @lexical/link */ | ||
/** @noInheritDoc */ | ||
class LinkNode extends lexical.ElementNode { | ||
/** @internal */ | ||
/** @internal */ | ||
/** @internal */ | ||
static getType() { | ||
@@ -22,0 +23,0 @@ return 'link'; |
@@ -11,9 +11,9 @@ { | ||
"license": "MIT", | ||
"version": "0.3.11", | ||
"version": "0.4.0", | ||
"main": "LexicalLink.js", | ||
"peerDependencies": { | ||
"lexical": "0.3.11" | ||
"lexical": "0.4.0" | ||
}, | ||
"dependencies": { | ||
"@lexical/utils": "0.3.11" | ||
"@lexical/utils": "0.4.0" | ||
}, | ||
@@ -20,0 +20,0 @@ "repository": { |
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
20075
440
+ Added@lexical/list@0.4.0(transitive)
+ Added@lexical/table@0.4.0(transitive)
+ Added@lexical/utils@0.4.0(transitive)
+ Addedlexical@0.4.0(transitive)
- Removed@lexical/list@0.3.11(transitive)
- Removed@lexical/table@0.3.11(transitive)
- Removed@lexical/utils@0.3.11(transitive)
- Removedlexical@0.3.11(transitive)
Updated@lexical/utils@0.4.0