Recently, the deprecation of
"noUiSlider": {
"libraryName": "noUiSlider",
"asOfVersion": "15.0.0"
}
broke publishing because @types/nouislider needed to be deprecated in favour of nouislider. However, the case mismatch was not caught by CI and the publisher failed when requesting the uppercase versions from npm.
Recently, the deprecation of
broke publishing because
@types/nouisliderneeded to be deprecated in favour ofnouislider. However, the case mismatch was not caught by CI and the publisher failed when requesting the uppercase versions from npm.