fix(setup): Update setup script to install only net-snmp dependency and create a minimal package-lock.json for better dependency control.

This commit is contained in:
2025-03-26 14:05:44 +00:00
parent d8bfbf0be3
commit ceff285ff5
3 changed files with 39 additions and 8 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/nupst',
version: '2.6.2',
version: '2.6.3',
description: 'Node.js UPS Shutdown Tool for SNMP-enabled UPS devices'
}