matterbridge 3.2.1-dev-20250804-be73ddb → 3.2.1-dev-20250805-a440a54

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
@@ -15,9 +15,10 @@ If you like this project and find it useful, please consider giving it a star on
15
15
  - [platform]: Added uniqueId validation in registerDevice method. It prevents to register a device if the implementation didn't call createDefaultBasicInformationClusterServer() or createDefaultBridgedDeviceBasicInformationClusterServer().
16
16
  - [platform]: Added deviceName validation in registerDevice method.
17
17
  - [platform]: Added serialNumber validation in registerDevice method.
18
- - [endpoint]: Removed static bridgedNode.
18
+ - [endpoint]: Removed static MatterbridgeEndpoint.bridgeMode.
19
19
  - [endpoint]: Removed BasicInformationServer remap to BridgedDeviceBasicInformationServer.
20
20
  - [platform]: Added BasicInformationServer remap to BridgedDeviceBasicInformationServer when needed.
21
+ - [frontend]: Bumped `frontend` version to 2.7.3.
21
22
 
22
23
  ### Changed
23
24
 
@@ -25,6 +26,10 @@ If you like this project and find it useful, please consider giving it a star on
25
26
  - [matter.js]: Bumped `matter.js` to 0.15.3. Thanks matter.js!
26
27
  - [matter.js]: Bumped `typescript` to 5.9.2.
27
28
 
29
+ ### Fixed
30
+
31
+ - [frontend]: Fixed pointer on Discord icon.
32
+
28
33
  <a href="https://www.buymeacoffee.com/luligugithub">
29
34
  <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
30
35
  </a>
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "files": {
3
3
  "main.css": "./static/css/main.944b63c3.css",
4
- "main.js": "./static/js/main.41269326.js",
4
+ "main.js": "./static/js/main.13aebafa.js",
5
5
  "static/js/453.d855a71b.chunk.js": "./static/js/453.d855a71b.chunk.js",
6
6
  "static/media/roboto-latin-700-normal.woff2": "./static/media/roboto-latin-700-normal.c4d6cab43bec89049809.woff2",
7
7
  "static/media/roboto-latin-500-normal.woff2": "./static/media/roboto-latin-500-normal.599f66a60bdf974e578e.woff2",
@@ -77,11 +77,11 @@
77
77
  "static/media/roboto-greek-ext-300-normal.woff": "./static/media/roboto-greek-ext-300-normal.60729cafbded24073dfb.woff",
78
78
  "index.html": "./index.html",
79
79
  "main.944b63c3.css.map": "./static/css/main.944b63c3.css.map",
80
- "main.41269326.js.map": "./static/js/main.41269326.js.map",
80
+ "main.13aebafa.js.map": "./static/js/main.13aebafa.js.map",
81
81
  "453.d855a71b.chunk.js.map": "./static/js/453.d855a71b.chunk.js.map"
82
82
  },
83
83
  "entrypoints": [
84
84
  "static/css/main.944b63c3.css",
85
- "static/js/main.41269326.js"
85
+ "static/js/main.13aebafa.js"
86
86
  ]
87
87
  }
@@ -1 +1 @@
1
- <!doctype html><html lang="en"><head><meta charset="utf-8"/><base href="./"><link rel="icon" href="./matterbridge 32x32.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><title>Matterbridge</title><link rel="manifest" href="./manifest.json"/><script defer="defer" src="./static/js/main.41269326.js"></script><link href="./static/css/main.944b63c3.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1
+ <!doctype html><html lang="en"><head><meta charset="utf-8"/><base href="./"><link rel="icon" href="./matterbridge 32x32.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><title>Matterbridge</title><link rel="manifest" href="./manifest.json"/><script defer="defer" src="./static/js/main.13aebafa.js"></script><link href="./static/css/main.944b63c3.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>