utn-cli 2.0.8 → 2.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -159,6 +159,7 @@ export async function updateBackend() {
159
159
 
160
160
  copiarDirectorios(directoriodePlantillas, directorioDestino, archivosAExcluir);
161
161
  mostrarVersion(path.join(__dirname, '../package.json')); // Show main CLI version
162
+ fs.renameSync('gitignore', '.gitignore');
162
163
  await inicializarProyectoBackend();
163
164
  console.log('Proyecto de backend actualizado exitosamente.');
164
165
  closeReadLine();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "utn-cli",
3
- "version": "2.0.8",
3
+ "version": "2.0.9",
4
4
  "description": "Herramienta CLI unificada para la gestión de plantillas en SIGU.",
5
5
  "main": "index.js",
6
6
  "type": "module",