matterbridge-zigbee2mqtt 3.0.1 → 3.0.2-dev-20251201-2f4acd5

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
@@ -8,6 +8,19 @@ If you like this project and find it useful, please consider giving it a star on
8
8
  <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
9
9
  </a>
10
10
 
11
+ ## [3.0.2] - 2025-11-30
12
+
13
+ ### Changed
14
+
15
+ - [package]: Updated dependencies.
16
+ - [package]: Updated to the current Matterbridge signatures.
17
+ - [package]: Requires Matterbridge v.3.4.0.
18
+ - [package]: Updated to the Matterbridge Jest module.
19
+
20
+ <a href="https://www.buymeacoffee.com/luligugithub">
21
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
22
+ </a>
23
+
11
24
  ## [3.0.1] - 2025-11-14
12
25
 
13
26
  ### Changed
package/dist/module.js CHANGED
@@ -43,8 +43,8 @@ export class ZigbeePlatform extends MatterbridgeDynamicPlatform {
43
43
  constructor(matterbridge, log, config) {
44
44
  super(matterbridge, log, config);
45
45
  this.config = config;
46
- if (this.verifyMatterbridgeVersion === undefined || typeof this.verifyMatterbridgeVersion !== 'function' || !this.verifyMatterbridgeVersion('3.3.0')) {
47
- throw new Error(`This plugin requires Matterbridge version >= "3.3.0". Please update Matterbridge from ${this.matterbridge.matterbridgeVersion} to the latest version in the frontend."`);
46
+ if (this.verifyMatterbridgeVersion === undefined || typeof this.verifyMatterbridgeVersion !== 'function' || !this.verifyMatterbridgeVersion('3.4.0')) {
47
+ throw new Error(`This plugin requires Matterbridge version >= "3.4.0". Please update Matterbridge from ${this.matterbridge.matterbridgeVersion} to the latest version in the frontend."`);
48
48
  }
49
49
  this.shouldStart = false;
50
50
  this.shouldConfigure = false;
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "matterbridge-zigbee2mqtt",
3
- "version": "3.0.1",
3
+ "version": "3.0.2-dev-20251201-2f4acd5",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "matterbridge-zigbee2mqtt",
9
- "version": "3.0.1",
9
+ "version": "3.0.2-dev-20251201-2f4acd5",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "moment": "2.30.1",
@@ -91,9 +91,9 @@
91
91
  "license": "MIT"
92
92
  },
93
93
  "node_modules/bl": {
94
- "version": "6.1.4",
95
- "resolved": "https://registry.npmjs.org/bl/-/bl-6.1.4.tgz",
96
- "integrity": "sha512-ZV/9asSuknOExbM/zPPA8z00lc1ihPKWaStHkkQrxHNeYx+yY+TmF+v80dpv2G0mv3HVXBu7ryoAsxbFFhf4eg==",
94
+ "version": "6.1.5",
95
+ "resolved": "https://registry.npmjs.org/bl/-/bl-6.1.5.tgz",
96
+ "integrity": "sha512-XylDt2P3JBttAwLpORq/hOEX9eJzP0r6Voa46C/WVvad8D1J0jW5876txB8FnzKtbdnU6X4Y1vOEvC6PllJrDg==",
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.1",
3
+ "version": "3.0.2-dev-20251201-2f4acd5",
4
4
  "description": "Matterbridge zigbee2mqtt plugin",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",