@homebridge-plugins/homebridge-ecovacs 7.0.1 → 7.0.2
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 +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,12 @@ This project tries to adhere to [Semantic Versioning](http://semver.org/). In pr
|
|
|
8
8
|
- `MINOR` version when a new device type is added, or when a new feature is added that is backwards-compatible
|
|
9
9
|
- `PATCH` version when backwards-compatible bug fixes are implemented
|
|
10
10
|
|
|
11
|
+
## v7.0.2 (2025-07-11)
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
|
|
15
|
+
- fix `patch-package` command not present
|
|
16
|
+
|
|
11
17
|
## v7.0.1 (2025-07-11)
|
|
12
18
|
|
|
13
19
|
### 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.0.
|
|
6
|
+
"version": "7.0.2",
|
|
7
7
|
"description": "Homebridge plugin to integrate ECOVACS Deebot devices into HomeKit.",
|
|
8
8
|
"author": {
|
|
9
9
|
"name": "bwp91",
|
|
@@ -63,11 +63,11 @@
|
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@homebridge/plugin-ui-utils": "^2.1.0",
|
|
66
|
-
"ecovacs-deebot": "^0.9.6-beta.8"
|
|
66
|
+
"ecovacs-deebot": "^0.9.6-beta.8",
|
|
67
|
+
"patch-package": "^8.0.0"
|
|
67
68
|
},
|
|
68
69
|
"devDependencies": {
|
|
69
|
-
"@antfu/eslint-config": "^4.16.2"
|
|
70
|
-
"patch-package": "^8.0.0"
|
|
70
|
+
"@antfu/eslint-config": "^4.16.2"
|
|
71
71
|
},
|
|
72
72
|
"overrides": {
|
|
73
73
|
"ecovacs-deebot": {
|