feature/asignacion-masiva-restauradores (#13)
Some checks failed
Aduanasoft/PANEL_BASES_ANEXO24/pipeline/head There was a failure building this commit

integraciones de panel de respaldos fallidos, asignacion masiva de restaurador, trackeo de baks para nuevo sistema de cloudrestore

Reviewed-on: #13
Co-authored-by: hreyes <hreyes@aduanasoft.com.mx>
Co-committed-by: hreyes <hreyes@aduanasoft.com.mx>
This commit is contained in:
2026-07-02 14:57:45 +00:00
committed by acazares
parent cb4324979b
commit 1b198953d4
31 changed files with 3956 additions and 889 deletions

View File

@@ -22,6 +22,7 @@
"@types/node": "^22.0.0",
"@types/nodemailer": "^8.0.0",
"@types/pg": "^8.16.0",
"@types/ssh2-sftp-client": "^9.0.6",
"autoprefixer": "^10.4.24",
"postcss": "^8.5.6",
"svelte": "^5.0.0-next.1",
@@ -41,7 +42,8 @@
"jsonwebtoken": "^9.0.3",
"mssql": "^10.0.2",
"nodemailer": "^8.0.9",
"pg": "^8.18.0"
"pg": "^8.18.0",
"ssh2-sftp-client": "^12.1.1"
},
"type": "module"
}