@matterbridge/core 3.10.8-dev-20260831-3e81235 → 3.10.8-dev-20260831-e73fc65
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/dist/matterbridge.js +1 -1
- package/package.json +5 -5
package/dist/matterbridge.js
CHANGED
|
@@ -1448,7 +1448,7 @@ export class Matterbridge extends EventEmitter {
|
|
|
1448
1448
|
await this.nodeContext?.set('runningDays', this.runningDays);
|
|
1449
1449
|
await this.nodeContext?.set('lastShutdownAt', this.shutdownAt);
|
|
1450
1450
|
this.log.info(`Matterbridge has run ${CYAN}${this.runningTimes}${nf} times for a total of ${CYAN}${this.runningDays}${nf} days`);
|
|
1451
|
-
this.log.info(`Matterbridge last started at
|
|
1451
|
+
this.log.info(`Matterbridge last started at ${CYAN}${new Date(this.startupAt).toLocaleString()}${nf} and shut down at ${CYAN}${new Date(this.shutdownAt).toLocaleString()}${nf}`);
|
|
1452
1452
|
}
|
|
1453
1453
|
await this.frontend.stop();
|
|
1454
1454
|
this.frontend.destroy();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@matterbridge/core",
|
|
3
|
-
"version": "3.10.8-dev-20260831-
|
|
3
|
+
"version": "3.10.8-dev-20260831-e73fc65",
|
|
4
4
|
"description": "Matterbridge core library",
|
|
5
5
|
"author": "https://github.com/Luligu",
|
|
6
6
|
"homepage": "https://matterbridge.io/",
|
|
@@ -132,10 +132,10 @@
|
|
|
132
132
|
},
|
|
133
133
|
"dependencies": {
|
|
134
134
|
"@matter/main": "0.17.9",
|
|
135
|
-
"@matterbridge/dgram": "3.10.8-dev-20260831-
|
|
136
|
-
"@matterbridge/thread": "3.10.8-dev-20260831-
|
|
137
|
-
"@matterbridge/types": "3.10.8-dev-20260831-
|
|
138
|
-
"@matterbridge/utils": "3.10.8-dev-20260831-
|
|
135
|
+
"@matterbridge/dgram": "3.10.8-dev-20260831-e73fc65",
|
|
136
|
+
"@matterbridge/thread": "3.10.8-dev-20260831-e73fc65",
|
|
137
|
+
"@matterbridge/types": "3.10.8-dev-20260831-e73fc65",
|
|
138
|
+
"@matterbridge/utils": "3.10.8-dev-20260831-e73fc65",
|
|
139
139
|
"escape-html": "1.0.3",
|
|
140
140
|
"express": "5.2.1",
|
|
141
141
|
"express-rate-limit": "8.7.0",
|