fix(cli): Simplify UPS ID generation by removing the redundant promptForUniqueUpsId function in the CLI module and replacing it with the shortId helper.

This commit is contained in:
2025-03-28 16:32:08 +00:00
parent 01ccf2d080
commit c593d76ead
3 changed files with 9 additions and 33 deletions

View File

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