@azure-tools/codegen
Advanced tools
Comparing version 2.1.202 to 2.1.204
@@ -87,4 +87,4 @@ "use strict"; | ||
}) | ||
.replace(/\s*\w*: {}/g, '') | ||
.replace(/\s*\w*: \[\]/g, '') | ||
// .replace(/\s*\w*: {}/g, '') | ||
// .replace(/\s*\w*: \[\]/g, '') | ||
.replace(/(\s*- \$key:)/g, '\n$1') | ||
@@ -91,0 +91,0 @@ .replace(/-\n\s+version/g, '- version'); |
{ | ||
"name": "@azure-tools/codegen", | ||
"version": "2.1.202", | ||
"version": "2.1.204", | ||
"patchOffset": 100, | ||
@@ -51,4 +51,4 @@ "description": "Autorest Code generator common and base classes", | ||
"dependencies": { | ||
"@azure-tools/async-io": "~3.0.193", | ||
"@azure-tools/linq": "~3.1.195", | ||
"@azure-tools/async-io": "~3.0.194", | ||
"@azure-tools/linq": "~3.1.196", | ||
"js-yaml": "3.13.1", | ||
@@ -55,0 +55,0 @@ "semver": "^5.5.1", |
Sorry, the diff of this file is not supported yet
180717
Updated@azure-tools/linq@~3.1.196