package:extension_discovery v2.0.0 Latest
·
6179 commits
to main
since this release
- Use
extension/<package>/config.yaml
instead of
extension/<package>/config.json
for better consistency with other tooling. - Require that the top-level value in
extension/<package>/config.yaml
is
always aMap
, and that the structure can be converted to a JSON equivalent
structure.