matterbridge-zigbee2mqtt 3.0.2 → 3.0.3-dev-20251211-d87d63c

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
@@ -2,10 +2,18 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
- If you like this project and find it useful, please consider giving it a star on GitHub at https://github.com/Luligu/matterbridge-zigbee2mqtt and sponsoring it.
5
+ If you like this project and find it useful, please consider giving it a star on [GitHub](https://github.com/Luligu/matterbridge-zigbee2mqtt) and sponsoring it.
6
6
 
7
7
  <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="120"></a>
8
8
 
9
+ ## [3.0.3] - 2025-12-12
10
+
11
+ ### Changed
12
+
13
+ - [package]: Updated dependencies.
14
+
15
+ <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
16
+
9
17
  ## [3.0.2] - 2025-12-01
10
18
 
11
19
  ### Added
package/README.md CHANGED
@@ -304,16 +304,4 @@ If one of your devices is not supported out of the box, open an issue and we wil
304
304
 
305
305
  For general controller issues check the Matterbridge Known issues section
306
306
 
307
- [See the known issues here](https://github.com/Luligu/matterbridge?tab=readme-ov-file#known-issues)
308
-
309
- ## Apple Home
310
-
311
- ## Home Assistant
312
-
313
- ## Google Home
314
-
315
- ## Alexa
316
-
317
- In the plugin config add each switch device to the lightList or outletList. Matterbridge uses a switch device type without client cluster that Alexa doesn't recognize.
318
-
319
- ## SmartThings
307
+ [See the known issues here](https://github.com/Luligu/matterbridge?tab=readme-ov-file#known-general-issues)
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "matterbridge-zigbee2mqtt",
3
- "version": "3.0.2",
3
+ "version": "3.0.3-dev-20251211-d87d63c",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "matterbridge-zigbee2mqtt",
9
- "version": "3.0.2",
9
+ "version": "3.0.3-dev-20251211-d87d63c",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "moment": "2.30.1",
@@ -32,18 +32,18 @@
32
32
  }
33
33
  },
34
34
  "node_modules/@types/node": {
35
- "version": "24.10.1",
36
- "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.1.tgz",
37
- "integrity": "sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==",
35
+ "version": "25.0.0",
36
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.0.tgz",
37
+ "integrity": "sha512-rl78HwuZlaDIUSeUKkmogkhebA+8K1Hy7tddZuJ3D0xV8pZSfsYGTsliGUol1JPzu9EKnTxPC4L1fiWouStRew==",
38
38
  "license": "MIT",
39
39
  "dependencies": {
40
40
  "undici-types": "~7.16.0"
41
41
  }
42
42
  },
43
43
  "node_modules/@types/readable-stream": {
44
- "version": "4.0.22",
45
- "resolved": "https://registry.npmjs.org/@types/readable-stream/-/readable-stream-4.0.22.tgz",
46
- "integrity": "sha512-/FFhJpfCLAPwAcN3mFycNUa77ddnr8jTgF5VmSNetaemWB2cIlfCA9t0YTM3JAT0wOcv8D4tjPo7pkDhK3EJIg==",
44
+ "version": "4.0.23",
45
+ "resolved": "https://registry.npmjs.org/@types/readable-stream/-/readable-stream-4.0.23.tgz",
46
+ "integrity": "sha512-wwXrtQvbMHxCbBgjHaMGEmImFTQxxpfMOR/ZoQnXxB1woqkUbdLGFDgauo00Py9IudiaqSeiBiulSV9i6XIPig==",
47
47
  "license": "MIT",
48
48
  "dependencies": {
49
49
  "@types/node": "*"
@@ -91,9 +91,9 @@
91
91
  "license": "MIT"
92
92
  },
93
93
  "node_modules/bl": {
94
- "version": "6.1.5",
95
- "resolved": "https://registry.npmjs.org/bl/-/bl-6.1.5.tgz",
96
- "integrity": "sha512-XylDt2P3JBttAwLpORq/hOEX9eJzP0r6Voa46C/WVvad8D1J0jW5876txB8FnzKtbdnU6X4Y1vOEvC6PllJrDg==",
94
+ "version": "6.1.6",
95
+ "resolved": "https://registry.npmjs.org/bl/-/bl-6.1.6.tgz",
96
+ "integrity": "sha512-jLsPgN/YSvPUg9UX0Kd73CXpm2Psg9FxMeCSXnk3WBO3CMT10JMwijubhGfHCnFu6TPn1ei3b975dxv7K2pWVg==",
97
97
  "license": "MIT",
98
98
  "dependencies": {
99
99
  "@types/readable-stream": "^4.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge-zigbee2mqtt",
3
- "version": "3.0.2",
3
+ "version": "3.0.3-dev-20251211-d87d63c",
4
4
  "description": "Matterbridge zigbee2mqtt plugin",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",