Skip to content

Commit

Permalink
Updated dependencies, Fixes issues reported by repo checker
Browse files Browse the repository at this point in the history
Fixed some reported linter issues
  • Loading branch information
crycode-de committed Sep 23, 2024
1 parent 9b7a98b commit 8042f81
Show file tree
Hide file tree
Showing 26 changed files with 3,261 additions and 2,726 deletions.
2 changes: 1 addition & 1 deletion .buildconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"typescriptCompileTarget": "node16"
"typescriptCompileTarget": "node18"
}
3 changes: 0 additions & 3 deletions .eslintignore

This file was deleted.

102 changes: 0 additions & 102 deletions .eslintrc.js

This file was deleted.

2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"fileMatch": [
"io-package.json"
],
"url": "https://json.schemastore.org/io-package"
"url": "https://raw.githubusercontent.com/ioBroker/ioBroker.js-controller/master/schemas/io-package.json"
},
{
"fileMatch": [
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ A detailed documentation is available in the `docs` directory of the repository:
## Requirements

* Node.js >= 18
* js-controller >= 4.0
* admin >= 5.3
* js-controller >= 5.0.19
* admin >= 6.17

## Features

Expand Down Expand Up @@ -60,6 +60,11 @@ A detailed documentation is available in the `docs` directory of the repository:
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**

* (crycode-de) Node.js >= 18, Admin >= 6.17, js-contoller >= 5.0.19 are required
* (crycode-de) Updated dependencies

### 2.4.0 (2024-07-10)

* (crycode-de) Added basic support for interactions unknown to the adapter (custom scripts required for handling)
Expand Down
Loading

0 comments on commit 8042f81

Please sign in to comment.