We were running Proget 6 and publishing scoped npm packages to it.
We just upgraded to 2024.8 (build 4).
Previously, our scoped packages appeared in the feed without the @ symbol.
Now, we're seeing a new package with the @ symbol. Trying to run npm install results in an error because it can't find the packages previously published under the non-@ symbol name.
How do I make 2024.8 compatible with the previous behaviour, or how do I rename all of the existing packages.
To be clear, on the client end, the package is scoped and has the @ symbol. It is only in Proget that the @ symbol seems to be have been getting removed previously.