typera-openapi
Advanced tools
Comparing version 0.10.3 to 0.10.4
@@ -25,3 +25,3 @@ "use strict"; | ||
} | ||
const options = yield resolveConfig(filePath); | ||
const options = yield resolveConfig(filePath, { editorconfig: true }); | ||
return yield format(tsCode, Object.assign(Object.assign({}, options), { filepath: filePath })); | ||
@@ -28,0 +28,0 @@ }); |
{ | ||
"name": "typera-openapi", | ||
"version": "0.10.3", | ||
"version": "0.10.4", | ||
"description": "Generate OpenAPI spec from typera routes", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/akheron/typera-openapi", |
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
38023