jspm / project

Roadmap and management repo for the jspm project
159 stars 8 forks source link

Missing https://ga.jspm.io/npm:chart.js@4.3.1/dist/chart.js #284

Closed morgoth closed 11 months ago

morgoth commented 1 year ago

Hi.

The chart.js new version was released recently https://github.com/chartjs/Chart.js/releases/tag/v4.3.1 but it's missing on the jspm.

BTW Is there somewhere described the process of releasing new version of packages to jspm and why they are not available immediately after release?

guybedford commented 1 year ago

Did you try the build request API for this package - https://jspm.org/cdn/api#build-queue-request.

It usually takes a few hours for packages to update on JSPM. Sometimes there are dependency build order issues so things take a bit longer to trigger. I've just triggered the build queue bump on this one, it should be working now. Improving the build queue time is the top active development item right now.

morgoth commented 1 year ago

I didn't request the build as I didn't know about such workflow. Thanks, now it works. I guess some guidance about it on the main page would be helpful.

morgoth commented 12 months ago

@guybedford Looks like the same issue again with version 4.3.3. This time I tried to rebuild it but with no success

guybedford commented 11 months ago

@morgoth thanks, should be working now.