Skip to content

Commit

Permalink
NodeJS >= 18.x and js-controller >= 5 is required
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed Jul 22, 2024
1 parent 1aaca3e commit 61779c1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ Actually only following attributes are supported:
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
NodeJS >= 18.x and js-controller >= 5 is required

* (LausiD) Removed warning from log

### 2.0.5 (2023-08-13)
* (mcm1957) Dependencies have been updated
* (mcm1957) Adapter now requires node 16
Expand Down
17 changes: 15 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,10 @@
"zh-cn": "修复崩溃案例"
}
},
"license": "MIT",
"licenseInformation": {
"license": "MIT",
"type": "free"
},
"localLink": "http://%host%:8083",
"platform": "Javascript/Node.js",
"mode": "daemon",
Expand Down Expand Up @@ -146,7 +149,17 @@
"sentry": {
"dsn": "https://96a190f43c434389ac4e8d291c67f18e@sentry.iobroker.net/136"
}
}
},
"dependencies": [
{
"js-controller": ">=5.0.0"
}
],
"globalDependencies": [
{
"admin": ">=6.6.0"
}
]
},
"native": {
"port": 7072,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"url": "https://github.com/iobroker-community-adapters/ioBroker.fhem"
},
"engines": {
"node": ">= 16.0.0"
"node": ">=18"
},
"dependencies": {
"@iobroker/adapter-core": "^3.1.6"
Expand Down

0 comments on commit 61779c1

Please sign in to comment.