aa91cd69ac
createOrMergeEntity was replacing capital letters with -. For example "@internal/pluginApi" would result in "internal-plugin-pi". Updated to correctly handle capital letters, prefixing them with - unless they are the first character. For example "@internal/pluginApi" would result in "internal-plugin-api". Signed-off-by: Brian Hudson <brian.r.hudson@gmail.com> m>
138 B
138 B
@backstage/repo-tools
| @backstage/repo-tools |
|---|
| patch |
Resolved an issue with generate-catalog-info where it was replacing upper case characters with -.