@matterbridge/core 3.10.0-dev-20260717-9c7463f → 3.10.1-dev-20260717-e55c1f5

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.
@@ -22,7 +22,7 @@ export class BackendExpress {
22
22
  server;
23
23
  fileLimiter = rateLimit({
24
24
  windowMs: 60 * 1000,
25
- max: 20,
25
+ limit: 20,
26
26
  });
27
27
  expressApp;
28
28
  serverFetchTimeout = 5000;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matterbridge/core",
3
- "version": "3.10.0-dev-20260717-9c7463f",
3
+ "version": "3.10.1-dev-20260717-e55c1f5",
4
4
  "description": "Matterbridge core library",
5
5
  "author": "https://github.com/Luligu",
6
6
  "homepage": "https://matterbridge.io/",
@@ -131,14 +131,14 @@
131
131
  "skipTsconfig": true
132
132
  },
133
133
  "dependencies": {
134
- "@matter/main": "0.17.5",
135
- "@matterbridge/dgram": "3.10.0-dev-20260717-9c7463f",
136
- "@matterbridge/thread": "3.10.0-dev-20260717-9c7463f",
137
- "@matterbridge/types": "3.10.0-dev-20260717-9c7463f",
138
- "@matterbridge/utils": "3.10.0-dev-20260717-9c7463f",
134
+ "@matter/main": "0.17.6",
135
+ "@matterbridge/dgram": "3.10.1-dev-20260717-e55c1f5",
136
+ "@matterbridge/thread": "3.10.1-dev-20260717-e55c1f5",
137
+ "@matterbridge/types": "3.10.1-dev-20260717-e55c1f5",
138
+ "@matterbridge/utils": "3.10.1-dev-20260717-e55c1f5",
139
139
  "escape-html": "1.0.3",
140
140
  "express": "5.2.1",
141
- "express-rate-limit": "8.5.2",
141
+ "express-rate-limit": "8.6.0",
142
142
  "multer": "2.2.0",
143
143
  "node-ansi-logger": "3.3.0",
144
144
  "node-persist-manager": "2.1.0",