File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @secjs/utils" ,
3
- "version" : " 1.9.2 " ,
3
+ "version" : " 1.9.3 " ,
4
4
"description" : " Utils functions and classes for Node.js" ,
5
5
"license" : " MIT" ,
6
6
"author" : " João Lenon <lenon@athenna.io>" ,
Original file line number Diff line number Diff line change @@ -99,6 +99,6 @@ export class Config {
99
99
}
100
100
101
101
Debug . log ( `Loading ${ path } configuration file` , 'api:configurations' )
102
- Config . configs . set ( name , ( await import ( file . path ) ) . default )
102
+ Config . configs . set ( name , ( await import ( file . href ) ) . default )
103
103
}
104
104
}
Original file line number Diff line number Diff line change @@ -693,5 +693,6 @@ export class File {
693
693
this . name = this . originalName
694
694
this . base = this . originalBase
695
695
this . path = this . originalPath
696
+ this . href = pathToFileURL ( this . path ) . href
696
697
}
697
698
}
You can’t perform that action at this time.
0 commit comments