matterbridge 3.7.2-dev-20260330-bb55c39 → 3.7.2-dev-20260331-ac050d8
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 +6 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -59,6 +59,8 @@ These classes will run as threads in the next releases:
|
|
|
59
59
|
|
|
60
60
|
- [triggerEvent]: The overloads of `triggerEvent()` method that take Behavior.Type or ClusterType are now typed.
|
|
61
61
|
- [behaviors]: The matterbridge behaviors are exported from matterbridge/behaviors.
|
|
62
|
+
- [endpoint]: Remove createPinDoorLockClusterServer() endpoint helper because of the doorLock device type requirements (8.1.6).
|
|
63
|
+
- [endpoint]: Refactor MatterbridgeDoorLockServer beahavior with autoRelockTime attribute and unlockWithTimeout command.
|
|
62
64
|
|
|
63
65
|
### Dev news
|
|
64
66
|
|
|
@@ -70,6 +72,10 @@ These classes will run as threads in the next releases:
|
|
|
70
72
|
- [frontend]: Bump `frontend` version to v.3.4.10.
|
|
71
73
|
- [frontend]: Remove `matterbridge-security` from ignore list. It has been published.
|
|
72
74
|
|
|
75
|
+
### Fixed
|
|
76
|
+
|
|
77
|
+
- [ansi]: Fix --no-ansi and NO_COLOR=1 for threads and matter logger.
|
|
78
|
+
|
|
73
79
|
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
74
80
|
|
|
75
81
|
## [3.7.1] - 2026-03-27
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge",
|
|
3
|
-
"version": "3.7.2-dev-
|
|
3
|
+
"version": "3.7.2-dev-20260331-ac050d8",
|
|
4
4
|
"description": "Matterbridge plugin manager for Matter",
|
|
5
5
|
"author": "https://github.com/Luligu",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -130,13 +130,13 @@
|
|
|
130
130
|
"README-SERVICE.md"
|
|
131
131
|
],
|
|
132
132
|
"dependencies": {
|
|
133
|
-
"@matterbridge/core": "3.7.2-dev-
|
|
134
|
-
"@matterbridge/dgram": "3.7.2-dev-
|
|
135
|
-
"@matterbridge/jest-utils": "3.7.2-dev-
|
|
136
|
-
"@matterbridge/thread": "3.7.2-dev-
|
|
137
|
-
"@matterbridge/types": "3.7.2-dev-
|
|
138
|
-
"@matterbridge/utils": "3.7.2-dev-
|
|
139
|
-
"@matterbridge/vitest-utils": "3.7.2-dev-
|
|
133
|
+
"@matterbridge/core": "3.7.2-dev-20260331-ac050d8",
|
|
134
|
+
"@matterbridge/dgram": "3.7.2-dev-20260331-ac050d8",
|
|
135
|
+
"@matterbridge/jest-utils": "3.7.2-dev-20260331-ac050d8",
|
|
136
|
+
"@matterbridge/thread": "3.7.2-dev-20260331-ac050d8",
|
|
137
|
+
"@matterbridge/types": "3.7.2-dev-20260331-ac050d8",
|
|
138
|
+
"@matterbridge/utils": "3.7.2-dev-20260331-ac050d8",
|
|
139
|
+
"@matterbridge/vitest-utils": "3.7.2-dev-20260331-ac050d8"
|
|
140
140
|
},
|
|
141
141
|
"overrides": {
|
|
142
142
|
"eslint": "10.1.0",
|