@travetto/config
Advanced tools
Comparing version 4.1.1 to 4.1.2
{ | ||
"name": "@travetto/config", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "Configuration support", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -67,3 +67,3 @@ import util from 'node:util'; | ||
.flat() | ||
.filter((x): x is Exclude<typeof x, undefined> => !!x) | ||
.filter(x => !!x) | ||
.sort((a, b) => a.priority - b.priority); | ||
@@ -70,0 +70,0 @@ |
28659