siesa-agents 2.1.25 → 2.1.26

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.
Files changed (2) hide show
  1. package/bin/install.js +1 -0
  2. package/package.json +1 -1
package/bin/install.js CHANGED
@@ -28,6 +28,7 @@ class SiesaBmadInstaller {
28
28
  // Almacenamiento temporal para contenido de archivos ignorados
29
29
  this.preservedContent = new Map();
30
30
  }
31
+
31
32
 
32
33
  showBanner() {
33
34
  console.log('\n');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "siesa-agents",
3
- "version": "2.1.25",
3
+ "version": "2.1.26",
4
4
  "description": "Paquete para instalar y configurar agentes SIESA en tu proyecto",
5
5
  "main": "index.js",
6
6
  "bin": {