@cmpsr/cml
Advanced tools
Comparing version 0.6.0-canary-20230710151708 to 0.6.0-canary-20230712092516
@@ -211,7 +211,3 @@ "use strict"; | ||
searchValue = match; | ||
if (propValue && typeof propValue === "object") { | ||
newValue = "{".concat(JSON.stringify(propValue), "}"); | ||
} else { | ||
newValue = "{".concat(propValue, "}"); | ||
} | ||
newValue = "{".concat(JSON.stringify(propValue), "}"); | ||
break; | ||
@@ -218,0 +214,0 @@ case "list": |
@@ -10,3 +10,3 @@ { | ||
}, | ||
"version": "0.6.0-canary-20230710151708", | ||
"version": "0.6.0-canary-20230712092516", | ||
"author": "Takeichi Kanzaki Cabrera <me@tkanzakic.com>", | ||
@@ -13,0 +13,0 @@ "license": "MIT", |
18323
498