utn-cli 2.0.90 → 2.0.91

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "utn-cli",
3
- "version": "2.0.90",
3
+ "version": "2.0.91",
4
4
  "description": "Herramienta CLI unificada para la gestión de plantillas en SIGU.",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -1254,7 +1254,7 @@ class Miscelaneo {
1254
1254
  }
1255
1255
 
1256
1256
  versionDelNucleo() {
1257
- return "2.0.82" + " " + this.NombreCanonicoDelModulo;
1257
+ return "VERSION_DEL_NUCLEO" + " " + this.NombreCanonicoDelModulo;
1258
1258
  }
1259
1259
 
1260
1260
  async destinatarioDeInformesDeError() {
@@ -17,6 +17,7 @@
17
17
  <link rel="icon" type="image/x-icon" href="favicon.ico">
18
18
  <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
19
19
  <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
20
+ <script src="https://accounts.google.com/gsi/client" async defer></script>
20
21
  </head>
21
22
 
22
23
  <body>