@homebridge-plugins/homebridge-meross 10.10.1 → 10.10.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 +15 -1
- package/README.md +3 -5
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,20 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
All notable changes to homebridge-meross will be documented in this file.
|
|
3
|
+
All notable changes to `@homebridge-plugins/homebridge-meross` will be documented in this file.
|
|
4
|
+
|
|
5
|
+
## v10.10.3 (2025-12-05)
|
|
6
|
+
|
|
7
|
+
### Changes
|
|
8
|
+
|
|
9
|
+
- update readme badges (use `shields.io`)
|
|
10
|
+
- update workflows and npm publish via oidc
|
|
11
|
+
- dependency updates
|
|
12
|
+
|
|
13
|
+
## v10.10.2 (2025-07-24)
|
|
14
|
+
|
|
15
|
+
### Other Changes
|
|
16
|
+
|
|
17
|
+
- dependency updates
|
|
4
18
|
|
|
5
19
|
## v10.10.1 (2025-07-18)
|
|
6
20
|
|
package/README.md
CHANGED
|
@@ -8,11 +8,9 @@
|
|
|
8
8
|
Homebridge plugin to integrate Meross devices into HomeKit
|
|
9
9
|
|
|
10
10
|
[](https://www.npmjs.com/package/@homebridge-plugins/homebridge-meross)
|
|
11
|
-
[](https://github.com/homebridge-plugins/homebridge-meross/wiki/Beta-Version)
|
|
12
|
-
|
|
13
|
-
[](https://plugins.hoobs.org/plugin/homebridge-meross)
|
|
15
|
-
|
|
11
|
+
[](https://github.com/homebridge-plugins/homebridge-meross/wiki/Beta-Version)<br>
|
|
12
|
+
[](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)
|
|
13
|
+
[](https://plugins.hoobs.org/plugin/homebridge-meross)<br>
|
|
16
14
|
[](https://www.npmjs.com/package/@homebridge-plugins/homebridge-meross)
|
|
17
15
|
[](https://discord.com/channels/432663330281226270/742733745743855627)
|
|
18
16
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@homebridge-plugins/homebridge-meross",
|
|
3
3
|
"alias": "Meross",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"version": "10.10.
|
|
5
|
+
"version": "10.10.3",
|
|
6
6
|
"description": "Homebridge plugin to integrate Meross devices into HomeKit.",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "bwp91",
|
|
@@ -56,14 +56,14 @@
|
|
|
56
56
|
"lint:fix": "npm run lint -- --fix"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@homebridge/plugin-ui-utils": "^2.1.
|
|
60
|
-
"axios": "^1.
|
|
61
|
-
"mqtt": "^5.
|
|
59
|
+
"@homebridge/plugin-ui-utils": "^2.1.2",
|
|
60
|
+
"axios": "^1.13.2",
|
|
61
|
+
"mqtt": "^5.14.1",
|
|
62
62
|
"node-persist": "^4.0.4",
|
|
63
|
-
"p-queue": "^
|
|
64
|
-
"p-timeout": "^
|
|
63
|
+
"p-queue": "^9.0.1",
|
|
64
|
+
"p-timeout": "^7.0.1"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@antfu/eslint-config": "^4.
|
|
67
|
+
"@antfu/eslint-config": "^6.4.2"
|
|
68
68
|
}
|
|
69
69
|
}
|