@lexical/selection
Advanced tools
Comparing version 0.11.1 to 0.11.2
@@ -196,2 +196,7 @@ /** | ||
{ | ||
// Freeze the value in DEV to prevent accidental mutations | ||
Object.freeze(value); | ||
} | ||
return value; | ||
@@ -198,0 +203,0 @@ } |
@@ -12,6 +12,6 @@ { | ||
"license": "MIT", | ||
"version": "0.11.1", | ||
"version": "0.11.2", | ||
"main": "LexicalSelection.js", | ||
"peerDependencies": { | ||
"lexical": "0.11.1" | ||
"lexical": "0.11.2" | ||
}, | ||
@@ -18,0 +18,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
62120
1139