@azure-tools/codegen
Advanced tools
Comparing version 2.0.144 to 2.0.145
@@ -76,3 +76,3 @@ "use strict"; | ||
} | ||
catch { | ||
catch (_a) { | ||
// ignore failures | ||
@@ -79,0 +79,0 @@ } |
@@ -48,3 +48,3 @@ "use strict"; | ||
} | ||
catch { | ||
catch (_a) { | ||
// ignore failures | ||
@@ -70,3 +70,3 @@ } | ||
} | ||
catch { | ||
catch (_a) { | ||
// ignore failures | ||
@@ -73,0 +73,0 @@ } |
{ | ||
"name": "@azure-tools/codegen", | ||
"version": "2.0.144", | ||
"version": "2.0.145", | ||
"description": "Autorest Code generator common and base classes", | ||
@@ -18,3 +18,6 @@ "directories": { | ||
"prepare": "npm run build", | ||
"test": "npm run build && mocha dist/test --timeout=1000000" | ||
"test": "npm run build && mocha dist/test --timeout=1000000", | ||
"clean": "ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash", | ||
"clean-cmd": "if exist dist rmdir /s /q dist && exit 0 || exit 0 ", | ||
"clean-bash": "rm nul && rm -rf dist && exit 0 || exit 0" | ||
}, | ||
@@ -48,4 +51,4 @@ "repository": { | ||
"dependencies": { | ||
"@azure-tools/async-io": "~3.0.124", | ||
"@azure-tools/linq": "~3.0.118", | ||
"@azure-tools/async-io": "~3.0.125", | ||
"@azure-tools/linq": "~3.0.119", | ||
"js-yaml": "3.13.1", | ||
@@ -52,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
159991
Updated@azure-tools/linq@~3.0.119