Compare commits

..

No commits in common. "80ff1b123064d6a83eaaf74f7d58770b39e7314f" and "eafb5207a487d37f8e9ec0612d0a368d7615132a" have entirely different histories.

5 changed files with 4 additions and 10 deletions

View File

@ -1,11 +1,5 @@
# Changelog
## 2025-03-28 - 3.1.1 - fix(cli)
Improve table header formatting in group and UPS listings
- Adjusted column padding in group listing for proper alignment
- Fixed UPS table header spacing for consistent CLI output
## 2025-03-28 - 3.1.0 - feat(cli)
Refactor CLI commands to use dedicated handlers for UPS, group, and service management

View File

@ -1,6 +1,6 @@
{
"name": "@serve.zone/nupst",
"version": "3.1.1",
"version": "3.1.0",
"description": "Node.js UPS Shutdown Tool for SNMP-enabled UPS devices",
"main": "dist/index.js",
"bin": {

View File

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