Compare commits
No commits in common. "87005e72f11f2e88784d01570d542bc996160943" and "1a029ba493f9aca29350a4c81e98ded241e4239f" have entirely different histories.
87005e72f1
...
1a029ba493
@ -1,11 +1,5 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 2025-03-26 - 2.6.7 - fix(setup.sh)
|
|
||||||
Clarify net-snmp dependency installation message in setup.sh
|
|
||||||
|
|
||||||
- Updated echo statement to indicate installation of net-snmp along with 2 subdependencies
|
|
||||||
- Improves clarity on dependency installation during setup
|
|
||||||
|
|
||||||
## 2025-03-26 - 2.6.6 - fix(setup.sh)
|
## 2025-03-26 - 2.6.6 - fix(setup.sh)
|
||||||
Improve setup script to detect and execute npm-cli.js directly using the Node.js binary
|
Improve setup script to detect and execute npm-cli.js directly using the Node.js binary
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@serve.zone/nupst",
|
"name": "@serve.zone/nupst",
|
||||||
"version": "2.6.7",
|
"version": "2.6.6",
|
||||||
"description": "Node.js UPS Shutdown Tool for SNMP-enabled UPS devices",
|
"description": "Node.js UPS Shutdown Tool for SNMP-enabled UPS devices",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
2
setup.sh
2
setup.sh
@ -298,7 +298,7 @@ echo '{
|
|||||||
}' > "$SCRIPT_DIR/package.json"
|
}' > "$SCRIPT_DIR/package.json"
|
||||||
|
|
||||||
# Install ONLY net-snmp
|
# Install ONLY net-snmp
|
||||||
echo "Installing ONLY net-snmp dependency (+ 2 subdependencies)..."
|
echo "Installing ONLY net-snmp dependency..."
|
||||||
echo "Node version: $("$NODE_BIN" --version)"
|
echo "Node version: $("$NODE_BIN" --version)"
|
||||||
echo "Executing NPM directly with Node.js"
|
echo "Executing NPM directly with Node.js"
|
||||||
|
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@serve.zone/nupst',
|
name: '@serve.zone/nupst',
|
||||||
version: '2.6.7',
|
version: '2.6.6',
|
||||||
description: 'Node.js UPS Shutdown Tool for SNMP-enabled UPS devices'
|
description: 'Node.js UPS Shutdown Tool for SNMP-enabled UPS devices'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user