matterbridge 3.9.2-dev-20260622-2bad6bf → 3.9.2-dev-20260624-82fe77f
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/apps/frontend/build/assets/index.js +6 -6
- package/apps/frontend/build/assets/rolldown-runtime.js +1 -1
- package/apps/frontend/build/assets/vendor_emotion.js +1 -1
- package/apps/frontend/build/assets/vendor_mui.js +27 -27
- package/apps/frontend/build/assets/vendor_node_modules.js +2 -2
- package/apps/frontend/build/assets/vendor_rjsf.js +3 -3
- package/apps/frontend/build/index.html +1 -1
- package/package.json +63 -10
package/CHANGELOG.md
CHANGED
|
@@ -70,6 +70,7 @@ These classes will run as threads in the next releases:
|
|
|
70
70
|
- [startup]: Improve workflow sending only the updated data to the frontend.
|
|
71
71
|
- [configure]: Improve workflow sending only the updated data to the frontend.
|
|
72
72
|
- [pack]: Add scripts\pack-monorepo.mjs to improve performance with monorepo pack.
|
|
73
|
+
- [thread]: Add check for thread path existence.
|
|
73
74
|
|
|
74
75
|
### Changed
|
|
75
76
|
|
|
@@ -77,7 +78,7 @@ These classes will run as threads in the next releases:
|
|
|
77
78
|
- [matterbridge]: Update dependencies.
|
|
78
79
|
- [matterbridge]: Bump `Oxlint configuration` to v.1.0.12.
|
|
79
80
|
- [matterbridge]: Bump `@types/node` to v.26.0.0.
|
|
80
|
-
- [matterbridge]: Bump `@matter/main` to v.0.17.4-alpha.0-
|
|
81
|
+
- [matterbridge]: Bump `@matter/main` to v.0.17.4-alpha.0-20260624-ef5aefa3b.
|
|
81
82
|
- [package]: Bump `node-ansi-logger` to v.3.3.0.
|
|
82
83
|
- [package]: Bump `node-persist-manager` to v.2.1.0.
|
|
83
84
|
- [frontend]: Bump `frontend` version to v.3.5.0.
|