Comparing version 2.0.10 to 2.0.11
@@ -20,3 +20,3 @@ import * as tty from "tty" | ||
const raw = (open, close, searchRegex, replaceValue) => (s) => | ||
s === undefined || s === "" | ||
!s && (s === "" || s === undefined) | ||
? "" | ||
@@ -23,0 +23,0 @@ : open + |
{ | ||
"name": "colorette", | ||
"version": "2.0.10", | ||
"version": "2.0.11", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "main": "index.cjs", |
Sorry, the diff of this file is not supported yet
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
14977