homebridge-midea-platform 1.2.4-beta.1 → 1.2.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/CHANGELOG.md +1 -0
- package/package.json +2 -2
- package/.zed/settings.json +0 -12
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
# v1.2.4
|
|
4
4
|
- feat: added support for `Humidifiers` (fixes #114)
|
|
5
5
|
- fix: mark accessories as 'Not responding' if the device is presumed offline
|
|
6
|
+
- chore: changed linter and formatter to biome.js and applied all the necessary changes
|
|
6
7
|
|
|
7
8
|
# v1.2.3
|
|
8
9
|
- fix: checking if cloud provider can be used for downloading Lua files in the discovery process
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"displayName": "Homebridge Midea Platform",
|
|
3
3
|
"name": "homebridge-midea-platform",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"version": "1.2.4
|
|
5
|
+
"version": "1.2.4",
|
|
6
6
|
"description": "Homebridge plugin for Midea devices",
|
|
7
7
|
"license": "Apache-2.0",
|
|
8
8
|
"repository": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"keywords": ["homebridge-plugin"],
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@homebridge/plugin-ui-utils": "^1.0.3",
|
|
40
|
-
"axios": "^1.
|
|
40
|
+
"axios": "^1.8.4",
|
|
41
41
|
"fast-xml-parser": "^4.5.0",
|
|
42
42
|
"lodash": "^4.17.21",
|
|
43
43
|
"luxon": "^3.5.0",
|