openapi-client-axios
Advanced tools
Comparing version 7.2.0 to 7.2.1
@@ -695,3 +695,3 @@ "use strict"; | ||
case 3: | ||
if (!(typeof documentRes.data === 'string' && documentRes.headers['content-type'] === 'application/yaml')) return [3 /*break*/, 5]; | ||
if (!(typeof documentRes.data === 'string' && ['text/yaml', 'application/yaml'].includes(documentRes.headers['content-type']))) return [3 /*break*/, 5]; | ||
return [4 /*yield*/, Promise.resolve().then(function () { return __importStar(require('js-yaml')); })]; | ||
@@ -698,0 +698,0 @@ case 4: |
{ | ||
"name": "openapi-client-axios", | ||
"description": "JavaScript client library for consuming OpenAPI-enabled APIs with axios. Types included.", | ||
"version": "7.2.0", | ||
"version": "7.2.1", | ||
"license": "MIT", | ||
@@ -77,3 +77,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "6ea364b653a2264ddd2de4d2f1ddabc5cf3cbfd5" | ||
"gitHead": "b0fb9ed206c223cad6f0e84927758dc6bd705146" | ||
} |
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
73315