@homebridge-plugins/homebridge-ecovacs 8.0.0-beta.3 → 8.0.0-beta.4
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/package.json +7 -7
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.0-beta.
|
|
6
|
+
"version": "8.0.0-beta.4",
|
|
7
7
|
"description": "Homebridge plugin to integrate Ecovacs Deebot/Yeedi devices into HomeKit.",
|
|
8
8
|
"author": {
|
|
9
9
|
"name": "bwp91",
|
|
@@ -72,9 +72,9 @@
|
|
|
72
72
|
"patch-package": "^8.0.1"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
|
-
"@antfu/eslint-config": "^8.1.
|
|
76
|
-
"@types/node": "^25.
|
|
77
|
-
"homebridge": "^2.0.0-beta.
|
|
75
|
+
"@antfu/eslint-config": "^8.1.1",
|
|
76
|
+
"@types/node": "^25.6.0",
|
|
77
|
+
"homebridge": "^2.0.0-beta.87",
|
|
78
78
|
"nodemon": "^3.1.14",
|
|
79
79
|
"rimraf": "^6.1.3",
|
|
80
80
|
"ts-node": "^10.9.2",
|
|
@@ -83,9 +83,9 @@
|
|
|
83
83
|
"overrides": {
|
|
84
84
|
"ecovacs-deebot": {
|
|
85
85
|
"@xmldom/xmldom": "^0.9.9",
|
|
86
|
-
"axios": "^1.
|
|
86
|
+
"axios": "^1.15.0",
|
|
87
87
|
"canvas": {
|
|
88
|
-
".": "^2.11.
|
|
88
|
+
".": "^2.11.2",
|
|
89
89
|
"@mapbox/node-pre-gyp": {
|
|
90
90
|
"tar": "^7.5.13"
|
|
91
91
|
}
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
".": "^3.1.11",
|
|
96
96
|
"request": {
|
|
97
97
|
"form-data": "^2.5.5",
|
|
98
|
-
"qs": "^6.15.
|
|
98
|
+
"qs": "^6.15.1"
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
101
|
}
|