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