You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Although it's already decently clear that the b64 content hashes created for cdn-ready content is going to be correct.
Solution:
There should be a postpublish node script which correctly validates the content hashes at @latest for umd content in the dist/ folder. Any CDN, not just jsdelivr, won't have propagated the new content yet, so querying the npm registry directly is preferred.
Issue:
Although it's already decently clear that the b64 content hashes created for cdn-ready content is going to be correct.
Solution:
There should be a
postpublishnode script which correctly validates the content hashes at@latestfor umd content in thedist/folder. Any CDN, not just jsdelivr, won't have propagated the new content yet, so querying the npm registry directly is preferred.