Skip to content

Commit

Permalink
too many changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacknetic committed Aug 14, 2023
1 parent 90cd3db commit 21503ca
Show file tree
Hide file tree
Showing 14 changed files with 2,029 additions and 2,109 deletions.
6 changes: 5 additions & 1 deletion nodemon.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
],
"ext": "ts",
"ignore": [],
"exec": "tsc && homebridge -I -D"
"exec": "tsc && homebridge -I -D",
"signal": "SIGTERM",
"env": {
"NODE_OPTIONS": "--trace-warnings"
}
}
1,593 changes: 918 additions & 675 deletions package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@

"main": "dist/index.js",
"engines": {
"homebridge": "^1.5.0 || 2.0.0-beta.0",
"node": "^14.21.1 || ^16.18.1 || ^18.12.1"
"node": "^18.17.0",
"homebridge": "^1.6.0"
},
"scripts": {
"rebuild": "rm package-lock.json && rm -r node_modules/ && npm install",
Expand Down Expand Up @@ -67,18 +67,18 @@
"homebridge-lib": "^5.1.14"
},
"devDependencies": {
"@types/node": "^18.16.20",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.45.0",
"homebridge": "^1.6.0",
"nodemon": "^2.0.22",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"@types/expect": "^24.3.0",
"@types/mocha": "^9.1.1",
"@types/node": "^16.10.9",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.1",
"homebridge": "^1.5.0",
"mocha": "^10.0.0",
"nodemon": "^2.0.13",
"rimraf": "^3.0.2",
"ts-mocha": "^10.0.0",
"ts-node": "^10.3.0",
"typescript": "^4.4.4"
"ts-mocha": "^10.0.0"
}
}
Loading

0 comments on commit 21503ca

Please sign in to comment.