@matterbridge/types 3.9.2-dev-20260625-9f0a35e → 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.
@@ -111,6 +111,7 @@ export interface SystemInformation {
111
111
  ipv4Address: string;
112
112
  ipv6Address: string;
113
113
  nodeVersion: string;
114
+ bunVersion?: string;
114
115
  hostname: string;
115
116
  user: string;
116
117
  osType: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matterbridge/types",
3
- "version": "3.9.2-dev-20260625-9f0a35e",
3
+ "version": "3.9.2-dev-20260625-e1c152e",
4
4
  "description": "Matterbridge types library",
5
5
  "author": "https://github.com/Luligu",
6
6
  "homepage": "https://matterbridge.io/",