@deinossrl/dgp-agent 1.5.16 → 1.5.17

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/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog - DGP Agent
2
2
 
3
+ ## [1.5.17] - 2026-01-13
4
+
5
+ ### Fixed
6
+ - **Hotfix**: Corregido error de sintaxis en el bucle de progreso de `pg_restore` introducido en 1.5.16.
7
+
3
8
  ## [1.5.16] - 2026-01-13
4
9
 
5
10
  ### Changed
package/index.mjs CHANGED
@@ -2430,7 +2430,8 @@ async function executePgRestore(command) {
2430
2430
  addCommandLog('info', progressMsg).catch(() => { });
2431
2431
  lastLogTimeWeb = now;
2432
2432
  }
2433
- });
2433
+ }
2434
+ });
2434
2435
 
2435
2436
  // Mostrar progreso por tiempo cada 10 segundos como respaldo
2436
2437
  progressInterval = setInterval(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deinossrl/dgp-agent",
3
- "version": "1.5.16",
3
+ "version": "1.5.17",
4
4
  "description": "Agente local para Despliegue-GPT - Reporta el estado del repositorio Git a la plataforma TenMinute IA",
5
5
  "main": "index.mjs",
6
6
  "bin": {