@azure-tools/codegen
Advanced tools
Comparing version 2.1.228 to 2.1.230
@@ -65,2 +65,7 @@ "use strict"; | ||
} | ||
if (mt.type === application) { | ||
// at this point, an unrecognized application/* is considered a binary format | ||
// since we don't have any other way of dealing with it. | ||
return KnownMediaType.Binary; | ||
} | ||
if (mt.type === 'text') { | ||
@@ -67,0 +72,0 @@ return KnownMediaType.Text; |
{ | ||
"name": "@azure-tools/codegen", | ||
"version": "2.1.228", | ||
"version": "2.1.230", | ||
"patchOffset": 100, | ||
@@ -51,4 +51,4 @@ "description": "Autorest Code generator common and base classes", | ||
"dependencies": { | ||
"@azure-tools/async-io": "~3.0.210", | ||
"@azure-tools/linq": "~3.1.216", | ||
"@azure-tools/async-io": "~3.0.211", | ||
"@azure-tools/linq": "~3.1.217", | ||
"js-yaml": "3.13.1", | ||
@@ -55,0 +55,0 @@ "semver": "^5.5.1", |
Sorry, the diff of this file is not supported yet
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
191892
2442
Updated@azure-tools/linq@~3.1.217