utn-cli 2.0.19 → 2.0.21

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.
@@ -151,7 +151,7 @@ export async function initBackend() {
151
151
 
152
152
  export async function updateBackend() {
153
153
  console.log('Actualizando el proyecto de backend...');
154
- const archivosAExcluir = ['InformacionDelModulo.json', 'rutas.js', 'Monitoreo.js', 'API.js'];
154
+ const archivosAExcluir = ['InformacionDelModulo.json', 'rutas.js', 'Monitoreo.js', 'API.js', 'NOMBRE_DEL_CANONICO_DEL_PROYECTO.rest'];
155
155
  const directoriodePlantillas = path.join(__dirname, '../templates/backend');
156
156
  const directorioDestino = process.cwd();
157
157
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "utn-cli",
3
- "version": "2.0.19",
3
+ "version": "2.0.21",
4
4
  "description": "Herramienta CLI unificada para la gestión de plantillas en SIGU.",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -22,6 +22,6 @@
22
22
  "author": "Para la Universidad Técnica Nacional por David Villalobos Cambronero",
23
23
  "license": "MIT",
24
24
  "dependencies": {
25
- "commander": "^12.0.0"
25
+ "commander": "^12.1.0"
26
26
  }
27
27
  }
@@ -15,16 +15,16 @@
15
15
  "author": "nombre_de_desarrollador",
16
16
  "license": "ISC",
17
17
  "devDependencies": {
18
- "nodemon": "^3.1.11"
18
+ "nodemon": "^3.1.13"
19
19
  },
20
20
  "dependencies": {
21
21
  "bcryptjs": "^2.4.3",
22
- "cors": "^2.8.5",
22
+ "cors": "^2.8.6",
23
23
  "express": "^4.22.1",
24
24
  "helmet": "^7.2.0",
25
25
  "jsonwebtoken": "^9.0.3",
26
- "mysql2": "^3.15.3",
27
- "nodemailer": "^7.0.11",
26
+ "mysql2": "^3.17.4",
27
+ "nodemailer": "^7.0.13",
28
28
  "pdfkit": "^0.15.2"
29
29
  }
30
30
  }