matterbridge 3.0.5-dev-20250529-e6be25a → 3.0.5-dev-20250529-f277de1
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 +3 -0
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -17,6 +17,9 @@ If you like this project and find it useful, please consider giving it a star on
|
|
|
17
17
|
|
|
18
18
|
### Changed
|
|
19
19
|
|
|
20
|
+
- [package]: Updated dependencies.
|
|
21
|
+
- [matter.js]: Update to 0.14.0-alpha.0-20250528-d6d12ae65.
|
|
22
|
+
|
|
20
23
|
### Fixed
|
|
21
24
|
|
|
22
25
|
- [selectAreas]: Fixed MatterbridgeServiceAreaServer.selectAreas.
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge",
|
|
3
|
-
"version": "3.0.5-dev-20250529-
|
|
3
|
+
"version": "3.0.5-dev-20250529-f277de1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "matterbridge",
|
|
9
|
-
"version": "3.0.5-dev-20250529-
|
|
9
|
+
"version": "3.0.5-dev-20250529-f277de1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@matter/main": "0.14.0-alpha.0-20250528-d6d12ae65",
|
package/package.json
CHANGED