@matterbridge/core 3.10.1-dev-20260720-a3c94f3 → 3.10.1-dev-20260723-402f56c
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
|
@@ -463,7 +463,7 @@ export class Matterbridge extends EventEmitter {
|
|
|
463
463
|
const lastStartupAt = await this.nodeContext.get('lastStartupAt', 0);
|
|
464
464
|
const lastShutdownAt = await this.nodeContext.get('lastShutdownAt', 0);
|
|
465
465
|
if (lastStartupAt && lastShutdownAt && lastShutdownAt < lastStartupAt) {
|
|
466
|
-
this.log.warn(`Matterbridge was not shut down properly. Last started at ${CYAN}${new Date(lastStartupAt).toLocaleString()}${
|
|
466
|
+
this.log.warn(`Matterbridge was not shut down properly. Last started at ${CYAN}${new Date(lastStartupAt).toLocaleString()}${wr}, last shut down at ${CYAN}${new Date(lastShutdownAt).toLocaleString()}${wr}`);
|
|
467
467
|
}
|
|
468
468
|
this.startupAt = Date.now();
|
|
469
469
|
this.runningTimes = (await this.nodeContext.get('runningTimes', 0)) + 1;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@matterbridge/core",
|
|
3
|
-
"version": "3.10.1-dev-
|
|
3
|
+
"version": "3.10.1-dev-20260723-402f56c",
|
|
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.6",
|
|
135
|
-
"@matterbridge/dgram": "3.10.1-dev-
|
|
136
|
-
"@matterbridge/thread": "3.10.1-dev-
|
|
137
|
-
"@matterbridge/types": "3.10.1-dev-
|
|
138
|
-
"@matterbridge/utils": "3.10.1-dev-
|
|
135
|
+
"@matterbridge/dgram": "3.10.1-dev-20260723-402f56c",
|
|
136
|
+
"@matterbridge/thread": "3.10.1-dev-20260723-402f56c",
|
|
137
|
+
"@matterbridge/types": "3.10.1-dev-20260723-402f56c",
|
|
138
|
+
"@matterbridge/utils": "3.10.1-dev-20260723-402f56c",
|
|
139
139
|
"escape-html": "1.0.3",
|
|
140
140
|
"express": "5.2.1",
|
|
141
141
|
"express-rate-limit": "8.6.0",
|