matterbridge 1.3.28 → 1.4.0
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 +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -11,8 +11,8 @@ If you like this project and find it useful, please consider giving it a star on
|
|
|
11
11
|
### Changed
|
|
12
12
|
|
|
13
13
|
- [package]: Update dependencies.
|
|
14
|
-
- [matterbridge]: Added PluginsManager.
|
|
15
|
-
- [matterbridge]: Removed timeout on cleanup
|
|
14
|
+
- [matterbridge]: Added PluginsManager.ts.
|
|
15
|
+
- [matterbridge]: Removed timeout on cleanup.
|
|
16
16
|
- [matterbridge]: Removed write cache and expired interval for node storage.
|
|
17
17
|
- [matterbridge]: Added matterbridgeTypes.ts
|
|
18
18
|
- [frontend]: The frontend reconnects to WebSocket when the connection is closed.
|