@lexical/utils
Advanced tools
Comparing version 0.3.11 to 0.4.0
@@ -0,1 +1,2 @@ | ||
/** @module @lexical/utils */ | ||
/** | ||
@@ -2,0 +3,0 @@ * Copyright (c) Meta Platforms, Inc. and affiliates. |
@@ -11,9 +11,3 @@ /** | ||
/** | ||
* 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/utils */ | ||
function addClassNamesToElement(element, ...classNames) { | ||
@@ -20,0 +14,0 @@ classNames.forEach(className => { |
@@ -11,10 +11,10 @@ { | ||
"license": "MIT", | ||
"version": "0.3.11", | ||
"version": "0.4.0", | ||
"main": "LexicalUtils.js", | ||
"peerDependencies": { | ||
"lexical": "0.3.11" | ||
"lexical": "0.4.0" | ||
}, | ||
"dependencies": { | ||
"@lexical/list": "0.3.11", | ||
"@lexical/table": "0.3.11" | ||
"@lexical/list": "0.4.0", | ||
"@lexical/table": "0.4.0" | ||
}, | ||
@@ -21,0 +21,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
19862
345
+ Added@lexical/list@0.4.0(transitive)
+ Added@lexical/table@0.4.0(transitive)
+ Addedlexical@0.4.0(transitive)
- Removed@lexical/list@0.3.11(transitive)
- Removed@lexical/table@0.3.11(transitive)
- Removedlexical@0.3.11(transitive)
Updated@lexical/list@0.4.0
Updated@lexical/table@0.4.0