Comparing version 1.1.6 to 1.1.7
@@ -56,3 +56,3 @@ import path from 'node:path'; | ||
} | ||
if (!isDependencyUsed(file, usedGraph) && !file.endsWith('main.bicep')) { | ||
if (!isDependencyUsed(file, usedGraph) && !/main(\..+)?\.bicep$/.test(file)) { | ||
debug(`Found new unused dependency: ${file}`); | ||
@@ -59,0 +59,0 @@ unused.add(file); |
{ | ||
"name": "azd-infra", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "Manages your Azure Developer CLI projects' infrastructure", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
30781