matterbridge 3.4.6-dev-20260101-3309fe1 → 3.4.6-dev-20260101-968b4ce
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 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -36,10 +36,11 @@ Advantages:
|
|
|
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
38
|
- [package]: Moved to monorepo and workspaces.
|
|
39
|
-
- [
|
|
39
|
+
- [package]: Refactored scripts for jest with cross-env.
|
|
40
40
|
- [jest]: Typed jest config.
|
|
41
41
|
- [vitest]: Refactored configuration.
|
|
42
42
|
- [eslint]: Refactored configuration.
|
|
43
|
+
- [docker]: Prepare to release also alpine and ubuntu images on Docker Hub. Both only for amd64 arm64 and based on node 24.
|
|
43
44
|
|
|
44
45
|
### Changed
|
|
45
46
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge",
|
|
3
|
-
"version": "3.4.6-dev-20260101-
|
|
3
|
+
"version": "3.4.6-dev-20260101-968b4ce",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "matterbridge",
|
|
9
|
-
"version": "3.4.6-dev-20260101-
|
|
9
|
+
"version": "3.4.6-dev-20260101-968b4ce",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"workspaces": [
|
|
12
12
|
"packages/*"
|
package/package.json
CHANGED