Skip to content

Commit

Permalink
v2.1.7
Browse files Browse the repository at this point in the history
## [2.1.7](https://github.com/homebridge-plugins/homebridge-resideo/releases/tag/v2.1.7) (2024-11-03)

### What's Changes
- Revert to using `axios` instead of `undici`
- Housekeeping and updated dependencies.

**Full Changelog**: v2.1.6...v2.1.7
  • Loading branch information
donavanbecker committed Nov 4, 2024
1 parent 18961ea commit 9a4deb9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 28 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/)

## [2.1.7](https://github.com/homebridge-plugins/homebridge-resideo/releases/tag/v2.1.7) (2024-XX-XX)
## [2.1.7](https://github.com/homebridge-plugins/homebridge-resideo/releases/tag/v2.1.7) (2024-11-03)

### What's Changes
- Revert to using `axios` instead of `undici`
Expand Down
29 changes: 6 additions & 23 deletions package-lock.json

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

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@homebridge-plugins/homebridge-resideo",
"name": "homebridge-resideo",
"displayName": "Resideo",
"type": "module",
"version": "2.1.7",
Expand Down Expand Up @@ -58,7 +58,6 @@
},
"scripts": {
"check": "npm install && npm outdated",
"update": "ncu -u && npm update && npm install",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix",
"watch": "npm run build && npm run plugin-ui && npm link && nodemon",
Expand All @@ -83,7 +82,7 @@
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.14",
"@types/mdast": "^4.0.4",
"@types/node": "^22.8.6",
"@types/node": "^22.8.7",
"@types/semver": "^7.5.8",
"@types/source-map-support": "^0.5.10",
"@vitest/coverage-v8": "^2.1.4",
Expand All @@ -93,7 +92,6 @@
"homebridge-config-ui-x": "4.62.0",
"jest": "^29.7.0",
"nodemon": "^3.1.7",
"npm-check-updates": "^17.1.9",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typedoc": "^0.26.11",
Expand Down

0 comments on commit 9a4deb9

Please sign in to comment.