Skip to content

Commit

Permalink
update types to working version
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Jul 28, 2023
1 parent 18c8a41 commit 2427d19
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ If you find errors in the definitions, e.g. function calls that should be allowe
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
- (foxriver76) port from `@types/iobroker` to `@iobroker/types`
- (foxriver76) export dns resolution methods
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@alcalzone/release-script": "~3.5.9",
"@alcalzone/release-script-plugin-license": "~3.5.9",
"@iobroker/types": "^5.0.8",
"@iobroker/types": "^5.0.10",
"@types/chai": "^4.3.4",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^10.0.1",
Expand All @@ -66,6 +66,6 @@
"typescript": "^5.0.4"
},
"peerDependencies": {
"@iobroker/types": "^5.0.8"
"@iobroker/types": "^5.0.10"
}
}
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"outDir": "build/",
"removeComments": false,
"strict": true,

"sourceMap": false,
"inlineSourceMap": false,
//"sourceRoot": "src/",
Expand Down

0 comments on commit 2427d19

Please sign in to comment.