matterbridge 3.5.6 → 3.5.7-dev-20260228-b472477
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 +8 -0
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -50,6 +50,14 @@ These threads already run as workers:
|
|
|
50
50
|
- npm install;
|
|
51
51
|
- ✅ check the global node_modules directory;
|
|
52
52
|
|
|
53
|
+
## [3.5.7] - Dev branch
|
|
54
|
+
|
|
55
|
+
### Changed
|
|
56
|
+
|
|
57
|
+
- [package]: Update dependencies.
|
|
58
|
+
|
|
59
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
60
|
+
|
|
53
61
|
## [3.5.6] - 2026-02-27
|
|
54
62
|
|
|
55
63
|
### Dev Breaking Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.7-dev-20260228-b472477",
|
|
4
4
|
"description": "Matterbridge plugin manager for Matter",
|
|
5
5
|
"author": "https://github.com/Luligu",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -125,13 +125,13 @@
|
|
|
125
125
|
"README-SERVICE.md"
|
|
126
126
|
],
|
|
127
127
|
"dependencies": {
|
|
128
|
-
"@matterbridge/core": "3.5.
|
|
129
|
-
"@matterbridge/dgram": "3.5.
|
|
130
|
-
"@matterbridge/jest-utils": "3.5.
|
|
131
|
-
"@matterbridge/thread": "3.5.
|
|
132
|
-
"@matterbridge/types": "3.5.
|
|
133
|
-
"@matterbridge/utils": "3.5.
|
|
134
|
-
"@matterbridge/vitest-utils": "3.5.
|
|
128
|
+
"@matterbridge/core": "3.5.7-dev-20260228-b472477",
|
|
129
|
+
"@matterbridge/dgram": "3.5.7-dev-20260228-b472477",
|
|
130
|
+
"@matterbridge/jest-utils": "3.5.7-dev-20260228-b472477",
|
|
131
|
+
"@matterbridge/thread": "3.5.7-dev-20260228-b472477",
|
|
132
|
+
"@matterbridge/types": "3.5.7-dev-20260228-b472477",
|
|
133
|
+
"@matterbridge/utils": "3.5.7-dev-20260228-b472477",
|
|
134
|
+
"@matterbridge/vitest-utils": "3.5.7-dev-20260228-b472477"
|
|
135
135
|
},
|
|
136
136
|
"overrides": {
|
|
137
137
|
"eslint": "10.0.2",
|
|
@@ -140,10 +140,10 @@
|
|
|
140
140
|
"build": {
|
|
141
141
|
"sha": "ac186afc26c5d9ab69abc3de345b26c6090de155",
|
|
142
142
|
"sha7": "ac186af",
|
|
143
|
-
"event": "
|
|
143
|
+
"event": "schedule",
|
|
144
144
|
"workflow": "Publish to npm and trigger docker builds",
|
|
145
|
-
"type": "
|
|
146
|
-
"name": "
|
|
147
|
-
"dev": "
|
|
145
|
+
"type": "branch",
|
|
146
|
+
"name": "main",
|
|
147
|
+
"dev": "true"
|
|
148
148
|
}
|
|
149
149
|
}
|