@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.
- package/index.mjs +1 -1
- 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.
|
|
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)
|