@platformatic/config
Advanced tools
Comparing version 1.13.1 to 1.13.2
@@ -293,3 +293,9 @@ 'use strict' | ||
`platformatic.${type}.toml`, | ||
`platformatic.${type}.tml` | ||
`platformatic.${type}.tml`, | ||
'platformatic.json', | ||
'platformatic.json5', | ||
'platformatic.yaml', | ||
'platformatic.yml', | ||
'platformatic.toml', | ||
'platformatic.tml' | ||
] | ||
@@ -300,3 +306,3 @@ } else { | ||
// aware of the different application types (but that should be small). | ||
return [ | ||
return [...new Set([ | ||
...this.listConfigFiles('service'), | ||
@@ -306,3 +312,3 @@ ...this.listConfigFiles('db'), | ||
...this.listConfigFiles('runtime') | ||
] | ||
])] | ||
} | ||
@@ -309,0 +315,0 @@ } |
{ | ||
"name": "@platformatic/config", | ||
"version": "1.13.1", | ||
"version": "1.13.2", | ||
"description": "Platformatic DB Config Manager", | ||
@@ -35,4 +35,4 @@ "main": "index.js", | ||
"undici": "^5.25.4", | ||
"@platformatic/metaconfig": "1.13.1", | ||
"@platformatic/utils": "1.13.1" | ||
"@platformatic/metaconfig": "1.13.2", | ||
"@platformatic/utils": "1.13.2" | ||
}, | ||
@@ -39,0 +39,0 @@ "scripts": { |
36083
668
+ Added@platformatic/metaconfig@1.13.2(transitive)
+ Added@platformatic/utils@1.13.2(transitive)
- Removed@platformatic/metaconfig@1.13.1(transitive)
- Removed@platformatic/utils@1.13.1(transitive)
Updated@platformatic/utils@1.13.2