@homebridge-plugins/homebridge-ecovacs 8.0.2 → 8.0.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
CHANGED
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"displayName": "Homebridge Ecovacs",
|
|
4
4
|
"alias": "Deebot",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"version": "8.0.
|
|
6
|
+
"version": "8.0.3",
|
|
7
7
|
"description": "Homebridge plugin to integrate Ecovacs Deebot/Yeedi devices into HomeKit.",
|
|
8
8
|
"author": {
|
|
9
9
|
"name": "bwp91",
|
|
@@ -68,19 +68,42 @@
|
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@homebridge/plugin-ui-utils": "^2.2.5",
|
|
71
|
-
"ecovacs-deebot": "^
|
|
71
|
+
"ecovacs-deebot": "^0.9.6-beta.12",
|
|
72
72
|
"patch-package": "^8.0.1"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@antfu/eslint-config": "^9.1.0",
|
|
76
76
|
"@types/node": "^26.1.1",
|
|
77
|
-
"homebridge": "^2.2.
|
|
77
|
+
"homebridge": "^2.2.1",
|
|
78
78
|
"nodemon": "^3.1.14",
|
|
79
79
|
"rimraf": "^6.1.3",
|
|
80
80
|
"ts-node": "^10.9.2",
|
|
81
81
|
"typescript": "^6.0.3"
|
|
82
82
|
},
|
|
83
|
+
"overrides": {
|
|
84
|
+
"ecovacs-deebot": {
|
|
85
|
+
"@xmldom/xmldom": "^0.9.10",
|
|
86
|
+
"axios": "^1.18.1",
|
|
87
|
+
"canvas": {
|
|
88
|
+
".": "^2.11.2",
|
|
89
|
+
"@mapbox/node-pre-gyp": {
|
|
90
|
+
"tar": "^7.5.20"
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
"simple-xmpp": {
|
|
94
|
+
"node-xmpp-client": {
|
|
95
|
+
".": "^3.1.11",
|
|
96
|
+
"request": {
|
|
97
|
+
"form-data": "^2.5.6",
|
|
98
|
+
"qs": "^6.15.3"
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
"reconnect-core": "0.0.1"
|
|
104
|
+
},
|
|
83
105
|
"allowScripts": {
|
|
106
|
+
"canvas@2.11.2": true,
|
|
84
107
|
"fsevents@2.3.3": true
|
|
85
108
|
}
|
|
86
109
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
diff --git a/node_modules/ecovacs-deebot/library/tools.js b/node_modules/ecovacs-deebot/library/tools.js
|
|
2
|
-
index
|
|
2
|
+
index d484ba1..eb8e866 100644
|
|
3
3
|
--- a/node_modules/ecovacs-deebot/library/tools.js
|
|
4
4
|
+++ b/node_modules/ecovacs-deebot/library/tools.js
|
|
5
|
-
@@ -
|
|
5
|
+
@@ -369,11 +369,13 @@ function envLogRaw(message) {
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
function logEvent(event, value) {
|