utn-cli 2.0.11 → 2.0.12

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.
@@ -214,6 +214,6 @@ export async function cloneFrontendComponent() {
214
214
  }
215
215
 
216
216
  export function showFrontendVersion() {
217
- mostrarVersion(path.join(__dirname, '../../package.json'));
217
+ mostrarVersion(path.join(__dirname, '../package.json'));
218
218
  closeReadLine();
219
219
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "utn-cli",
3
- "version": "2.0.11",
3
+ "version": "2.0.12",
4
4
  "description": "Herramienta CLI unificada para la gestión de plantillas en SIGU.",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -7,7 +7,8 @@ import { MatIconModule } from '@angular/material/icon';
7
7
  import { MatTooltipModule } from '@angular/material/tooltip';
8
8
  import { MatDialog } from '@angular/material/dialog';
9
9
  import { ReporteDeIncidenciasComponent } from '../../../Componentes/Nucleo/reporte-de-incidencias/reporte-de-incidencias.component'
10
- import { MensajesComponent } from '../../../Componentes/Nucleo/mensajes/mensajes.component'
10
+ import { MensajesComponent } from '../../../Componentes/Nucleo/mensajes/mensajes.component';
11
+ import { MensajeConfirmacionHTMLComponent } from '../../../Componentes/Nucleo/mensaje-confirmacion-html/mensaje-confirmacion-html';
11
12
 
12
13
  @Component({
13
14
  selector: 'app-contenedor-componentes',