Skip to content

Commit

Permalink
fix: auto-discovery in Node.js 18 (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone authored Apr 24, 2022
1 parent b956d35 commit aaffda9
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 18 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ The result object `ret` looks as follows:
Placeholder for next release:
### __WORK IN PROGRESS__
-->
### __WORK IN PROGRESS__
* Fix: support for Node.js 18

### 3.1.2 (2021-12-31)
* Fixed a typo preventing the adapter from controlling air purifiers

Expand Down
60 changes: 43 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@iobroker/adapter-core": "^2.6.0",
"alcalzone-shared": "^4.0.1",
"node-tradfri-client": "~3.1.0"
"node-tradfri-client": "^3.1.1"
},
"devDependencies": {
"@alcalzone/release-script": "~3.5.6",
Expand Down

0 comments on commit aaffda9

Please sign in to comment.