Comparing version 1.1.2 to 1.1.3
@@ -17,2 +17,6 @@ import { promises as fs } from 'node:fs'; | ||
debug('Selected core templates:', selected); | ||
if (selected.length === 0) { | ||
console.info('No core templates selected, nothing to add.'); | ||
return; | ||
} | ||
const templatesToAdd = await resolveDependencies(selected, azdPath); | ||
@@ -19,0 +23,0 @@ console.info('Resolved core templates with dependencies:'); |
{ | ||
"name": "azd-infra", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Manages your Azure Developer CLI projects' infrastructure", | ||
@@ -5,0 +5,0 @@ "type": "module", |
30433
639