matterbridge 3.4.6-dev-20260101-3731546 → 3.4.6-dev-20260101-3309fe1
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 -0
- package/npm-shrinkwrap.json +10711 -1437
- package/package.json +4 -1
- package/packages/mb-lib-test/LICENSE +202 -0
- package/packages/mb-lib-test/bmc-button.svg +22 -0
- package/packages/mb-lib-test/matterbridge.svg +50 -0
- package/packages/mb-lib-test/package.json +105 -0
package/CHANGELOG.md
CHANGED
|
@@ -35,8 +35,10 @@ Advantages:
|
|
|
35
35
|
- [MdnsReflectorClient]: Added already seen cache.
|
|
36
36
|
- [MdnsReflectorServer]: Added --share-with-clients to share mDNS between all reflector clients.
|
|
37
37
|
- [reflector]: [Full guide](https://github.com/Luligu/matterbridge/blob/dev/docker-reflector/Docker%20reflector.md).
|
|
38
|
+
- [package]: Moved to monorepo and workspaces.
|
|
38
39
|
- [jest]: Refactored configuration with cross-env.
|
|
39
40
|
- [jest]: Typed jest config.
|
|
41
|
+
- [vitest]: Refactored configuration.
|
|
40
42
|
- [eslint]: Refactored configuration.
|
|
41
43
|
|
|
42
44
|
### Changed
|