Skip to content

Commit

Permalink
Fixed for verification
Browse files Browse the repository at this point in the history
  • Loading branch information
K1LL3R234 committed Nov 6, 2024
1 parent 87e5c1b commit 9aa65a7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"displayName": "Homebridge Sunsynk",
"name": "homebridge-sunsynk",
"description": "A plugin for homebridge to integrate Sunsynk inverter into HomeKit",
"version": "1.0.4",
"version": "1.0.5",
"author": {
"name": "Chris Posthumus",
"email": "[email protected]"
Expand Down Expand Up @@ -42,17 +42,17 @@
],
"engines": {
"homebridge": "^1.6.0 || ^2.0.0-beta.0",
"node": "^18.20.4 || ^20.15.1"
"node": ">=18.0.0"
},
"homebridge": {
"platforms": [
"Sunsynk"
]
},
"dependencies": {
"axios": "^0.21.1",
"axios": "^0.28.0",
"crypto-js": "^4.2.0",
"debug": "^2.6.9",
"string": "^3.3.3"
"debug": "^4.1.1",
"string": "^3.4.0"
}
}

0 comments on commit 9aa65a7

Please sign in to comment.