matterbridge 2.1.0 → 2.1.1-dev.1

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
@@ -31,6 +31,15 @@ matterbridge-zigbee2mqtt v. 2.4.4
31
31
  matterbridge-somfy-tahoma v. 1.2.3
32
32
  matterbridge-hass v. 0.0.8
33
33
 
34
+ ## [2.1.1-dev.1] - 2025-02-02
35
+
36
+ ### Fixed
37
+
38
+ - [matter.js]: Fix
39
+ <a href="https://www.buymeacoffee.com/luligugithub">
40
+ <img src="./yellow-button.png" alt="Buy me a coffee" width="120">
41
+ </a>
42
+
34
43
  ## [2.1.0] - 2025-02-02
35
44
 
36
45
  ### Added
@@ -1484,7 +1484,9 @@ export class Matterbridge extends EventEmitter {
1484
1484
  return;
1485
1485
  this.log.notice(`Closing ${matterServerNode.id} server node`);
1486
1486
  await matterServerNode.close();
1487
+ this.log.info(`Closed ${matterServerNode.id} server node`);
1487
1488
  await matterServerNode.env.get(MdnsService)[Symbol.asyncDispose]();
1489
+ this.log.info(`Closed ${matterServerNode.id} MdnsService`);
1488
1490
  }
1489
1491
  async advertiseServerNode(matterServerNode) {
1490
1492
  if (matterServerNode && matterServerNode.lifecycle.isCommissioned) {
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "matterbridge",
3
- "version": "2.1.0",
3
+ "version": "2.1.1-dev.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "matterbridge",
9
- "version": "2.1.0",
9
+ "version": "2.1.1-dev.1",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@matter/main": "0.12.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge",
3
- "version": "2.1.0",
3
+ "version": "2.1.1-dev.1",
4
4
  "description": "Matterbridge plugin manager for Matter",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",