@azure-tools/codegen
Advanced tools
Comparing version 2.0.184 to 2.0.185
@@ -148,3 +148,3 @@ "use strict"; | ||
if (Array.isArray(identifier)) { | ||
return [...linq_1.values(identifier).linq.selectMany(deconstruct)]; | ||
return [...linq_1.values(identifier).selectMany(deconstruct)]; | ||
} | ||
@@ -151,0 +151,0 @@ return identifier. |
{ | ||
"name": "@azure-tools/codegen", | ||
"version": "2.0.184", | ||
"version": "2.0.185", | ||
"patchOffset": 100, | ||
@@ -51,3 +51,3 @@ "description": "Autorest Code generator common and base classes", | ||
"@azure-tools/async-io": "~3.0.184", | ||
"@azure-tools/linq": "~3.0.184", | ||
"@azure-tools/linq": "~3.0.185", | ||
"js-yaml": "3.13.1", | ||
@@ -54,0 +54,0 @@ "semver": "^5.5.1", |
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
159335
Updated@azure-tools/linq@~3.0.185