File tree Expand file tree Collapse file tree 3 files changed +74
-77
lines changed
Expand file tree Collapse file tree 3 files changed +74
-77
lines changed Original file line number Diff line number Diff line change @@ -142,11 +142,7 @@ class Logger {
142142 }
143143
144144 public getDebugNamespaceIgnore ( ) : string {
145- return (
146- this . debugNamespaceIgnoreRegex
147- ?. toString ( )
148- . slice ( 1 , - 1 ) /* remove slashes */ ?? ""
149- ) ;
145+ return this . debugNamespaceIgnoreRegex ?. toString ( ) . slice ( 1 , - 1 ) /* remove slashes */ ?? "" ;
150146 }
151147
152148 public setDebugNamespaceIgnore ( value : string ) : void {
Original file line number Diff line number Diff line change 5555 "mqtt" : " ^5.15.0" ,
5656 "object-assign-deep" : " ^0.4.0" ,
5757 "rimraf" : " ^6.1.2" ,
58- "semver" : " ^7.7.3 " ,
58+ "semver" : " ^7.7.4 " ,
5959 "source-map-support" : " ^0.5.21" ,
6060 "throttleit" : " ^2.1.0" ,
6161 "winston" : " ^3.19.0" ,
6868 "zigbee2mqtt-windfront" : " 2.8.1"
6969 },
7070 "devDependencies" : {
71- "@biomejs/biome" : " ^2.3.13 " ,
71+ "@biomejs/biome" : " ^2.3.14 " ,
7272 "@types/finalhandler" : " ^1.2.3" ,
7373 "@types/humanize-duration" : " ^3.27.4" ,
7474 "@types/js-yaml" : " ^4.0.9" ,
75- "@types/node" : " ^24.10.9 " ,
75+ "@types/node" : " ^24.10.12 " ,
7676 "@types/object-assign-deep" : " ^0.4.3" ,
7777 "@types/readable-stream" : " 4.0.23" ,
7878 "@types/serve-static" : " ^2.2.0" ,
You can’t perform that action at this time.
0 commit comments