@matterbridge/core 3.9.2-dev-20260625-69add38 → 3.9.2-dev-20260625-e1c152e

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.
@@ -1076,6 +1076,9 @@ export class Matterbridge extends EventEmitter {
1076
1076
  }
1077
1077
  this.systemInformation.nodeVersion = process.versions.node;
1078
1078
  const [versionMajor, versionMinor, versionPatch] = this.systemInformation.nodeVersion.split('.').map(Number);
1079
+ if (process.versions.bun) {
1080
+ this.systemInformation.bunVersion = process.versions.bun;
1081
+ }
1079
1082
  this.systemInformation.hostname = os.hostname();
1080
1083
  this.systemInformation.user = os.userInfo().username;
1081
1084
  this.systemInformation.osType = os.type();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matterbridge/core",
3
- "version": "3.9.2-dev-20260625-69add38",
3
+ "version": "3.9.2-dev-20260625-e1c152e",
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.4-alpha.0-20260624-ef5aefa3b",
133
- "@matterbridge/dgram": "3.9.2-dev-20260625-69add38",
134
- "@matterbridge/thread": "3.9.2-dev-20260625-69add38",
135
- "@matterbridge/types": "3.9.2-dev-20260625-69add38",
136
- "@matterbridge/utils": "3.9.2-dev-20260625-69add38",
133
+ "@matterbridge/dgram": "3.9.2-dev-20260625-e1c152e",
134
+ "@matterbridge/thread": "3.9.2-dev-20260625-e1c152e",
135
+ "@matterbridge/types": "3.9.2-dev-20260625-e1c152e",
136
+ "@matterbridge/utils": "3.9.2-dev-20260625-e1c152e",
137
137
  "escape-html": "1.0.3",
138
138
  "express": "5.2.1",
139
139
  "express-rate-limit": "8.5.2",