utn-cli 2.0.16 → 2.0.17

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.
@@ -54,12 +54,12 @@ export async function updateFrontend() {
54
54
 
55
55
  copiarDirectorios(directoriodePlantillas, directorioDestino, archivosAExcluir);
56
56
  mostrarVersion(path.join(__dirname, '../package.json'));
57
+ fs.renameSync('gitignore', '.gitignore');
58
+ fs.renameSync('editorconfig', '.editorconfig');
57
59
  console.log('Proyecto de frontend actualizado exitosamente.');
58
60
  closeReadLine();
59
61
  }
60
62
 
61
-
62
-
63
63
  export async function cloneFrontendComponent() {
64
64
  const nombre = await hacerPreguntaTrim('Ingrese el nombre del nuevo componente (se reemplazará XYZ): ');
65
65
  if (!nombre) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "utn-cli",
3
- "version": "2.0.16",
3
+ "version": "2.0.17",
4
4
  "description": "Herramienta CLI unificada para la gestión de plantillas en SIGU.",
5
5
  "main": "index.js",
6
6
  "type": "module",