@homebridge-plugins/homebridge-ecovacs 7.2.2 → 7.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"displayName": "Homebridge Ecovacs",
|
|
4
4
|
"alias": "Deebot",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"version": "7.2.
|
|
6
|
+
"version": "7.2.3",
|
|
7
7
|
"description": "Homebridge plugin to integrate Ecovacs Deebot devices into HomeKit.",
|
|
8
8
|
"author": {
|
|
9
9
|
"name": "bwp91",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"patch-package": "^8.0.0"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@antfu/eslint-config": "^4.
|
|
70
|
+
"@antfu/eslint-config": "^4.19.0"
|
|
71
71
|
},
|
|
72
72
|
"overrides": {
|
|
73
73
|
"ecovacs-deebot": {
|