aspnet / LibraryManager

MIT License
457 stars 83 forks source link

Adapt to Cdnjs API changes #687

Closed jimmylewis closed 2 years ago

jimmylewis commented 2 years ago

The Cdnjs API is changing to stop including the assets for all versions of a library in the /libraries/:library API. We were using this to determine both library versions and library files.

The changes are fairly straightforward:

Addresses #685 but this will also need to be backported for servicing VS2017 and VS2019.