@deinossrl/dgp-agent 1.4.24 → 1.4.25

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/index.mjs +1 -1
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -254,7 +254,7 @@ function hasLocalSshKey() {
254
254
  }
255
255
 
256
256
  // Versión del agente
257
- const AGENT_VERSION = '1.4.23';
257
+ const AGENT_VERSION = '1.4.25';
258
258
  let AGENT_MODE = 'smart'; // Siempre inteligente
259
259
 
260
260
  // Configuración (prioridad: env vars > archivo config > platform config > defaults)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deinossrl/dgp-agent",
3
- "version": "1.4.24",
3
+ "version": "1.4.25",
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": {