@matterbridge/core 3.8.0-dev-20260602-c7525fb → 3.8.0-dev-20260604-901f3fc

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.
@@ -195,6 +195,7 @@ export function addMatterbridgePlatform(platform, name) {
195
195
  description: 'Plugin ' + platform.config.name,
196
196
  author: 'Unknown',
197
197
  enabled: true,
198
+ registeredDevices: 0,
198
199
  });
199
200
  platform['name'] = platform.config.name;
200
201
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matterbridge/core",
3
- "version": "3.8.0-dev-20260602-c7525fb",
3
+ "version": "3.8.0-dev-20260604-901f3fc",
4
4
  "description": "Matterbridge core library",
5
5
  "author": "https://github.com/Luligu",
6
6
  "homepage": "https://matterbridge.io/",
@@ -130,10 +130,10 @@
130
130
  ],
131
131
  "dependencies": {
132
132
  "@matter/main": "0.17.0",
133
- "@matterbridge/dgram": "3.8.0-dev-20260602-c7525fb",
134
- "@matterbridge/thread": "3.8.0-dev-20260602-c7525fb",
135
- "@matterbridge/types": "3.8.0-dev-20260602-c7525fb",
136
- "@matterbridge/utils": "3.8.0-dev-20260602-c7525fb",
133
+ "@matterbridge/dgram": "3.8.0-dev-20260604-901f3fc",
134
+ "@matterbridge/thread": "3.8.0-dev-20260604-901f3fc",
135
+ "@matterbridge/types": "3.8.0-dev-20260604-901f3fc",
136
+ "@matterbridge/utils": "3.8.0-dev-20260604-901f3fc",
137
137
  "escape-html": "1.0.3",
138
138
  "express": "5.2.1",
139
139
  "express-rate-limit": "8.5.2",