matterbridge 3.0.1-dev-20250505-1dd1d7e → 3.0.1-dev-20250506-c77ed36

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
@@ -22,7 +22,7 @@ It is also available the official Matterbridge Home Assistant plugin https://git
22
22
  - [npm]: The dev of matterbridge is published with tag **dev** on **npm** each day at 00:00 UTC if there is a new commit. It is possible that the dev is outdated by a published latest.
23
23
  - [frontend]: Added closeSnackbarMessage() to remove the notification with timeout = 0.
24
24
  - [frontend]: Moved all plugin actions from express to web socket.
25
- - [frontend]: Moved all config from express to web socket.
25
+ - [frontend]: Moved all settings from express to web socket.
26
26
  - [endpoint]: Added OperationalState cluster helper and behavior.
27
27
  - [behaviors]: Added Jest test on MatterbridgeBehaviors.
28
28
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "matterbridge",
3
- "version": "3.0.1-dev-20250505-1dd1d7e",
3
+ "version": "3.0.1-dev-20250506-c77ed36",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "matterbridge",
9
- "version": "3.0.1-dev-20250505-1dd1d7e",
9
+ "version": "3.0.1-dev-20250506-c77ed36",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@matter/main": "0.13.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge",
3
- "version": "3.0.1-dev-20250505-1dd1d7e",
3
+ "version": "3.0.1-dev-20250506-c77ed36",
4
4
  "description": "Matterbridge plugin manager for Matter",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",