utn-cli 2.0.51 → 2.0.52

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.
@@ -219,18 +219,6 @@ function personalizarComponenteFrontend(contenido, tableInfo, nombreServicioLowe
219
219
  return contenido;
220
220
  }
221
221
 
222
- console.log('Tarjeta agregada exitosamente.');
223
- } else {
224
- console.error('No se encontró un </div> de cierre en el HTML del contenedor principal.');
225
- }
226
- } else {
227
- console.error(`No se encontró el archivo HTML en: ${rutaHtml}`);
228
- }
229
- if (opciones.cerrarAlFinalizar) {
230
- closeReadLine();
231
- }
232
- }
233
-
234
222
  export function showFrontendVersion() {
235
223
  mostrarVersion(path.join(__dirname, '../package.json'));
236
224
  closeReadLine();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "utn-cli",
3
- "version": "2.0.51",
3
+ "version": "2.0.52",
4
4
  "description": "Herramienta CLI unificada para la gestión de plantillas en SIGU.",
5
5
  "main": "index.js",
6
6
  "type": "module",