@putout/processor-yaml
Advanced tools
Comparing version 8.0.0 to 8.0.1
@@ -53,3 +53,5 @@ import tryCatch from 'try-catch'; | ||
return yaml.stringify(parse(source)); | ||
return yaml.stringify(parse(source), null, { | ||
indent: 2, | ||
}); | ||
}; | ||
@@ -56,0 +58,0 @@ |
{ | ||
"name": "@putout/processor-yaml", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"type": "module", | ||
@@ -38,3 +38,3 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", | ||
"devDependencies": { | ||
"@putout/test": "^8.0.0", | ||
"@putout/test": "^9.0.0", | ||
"c8": "^9.0.0", | ||
@@ -41,0 +41,0 @@ "eslint": "^9.0.0-alpha.0", |
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
4849
66