Latest release not available at posted endpoint
See original GitHub issueIn Turf docs, under https://turfjs.org/getting-started, it indicates that one can require Turf from the following endpoint: https://npmcdn.com/@turf/turf@6.2.0-alpha.1/turf.min.js
At present, that endpoint returns: Cannot find "/turf.min.js" in @turf/turf@6.2.0-alpha.1
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Releases
The Releases API allows you to create, modify, and delete releases and release assets.
Read more >App Store not showing update butto…
Same problem with my app, the new version is released and is available on app store but no 'update' button (it says 'open')...
Read more >Update for Microsoft Endpoint Configuration Manager ...
Update information for Microsoft Endpoint Configuration Manager, version 2111. An update to resolve these issues is available in the Updates ...
Read more >Releases API - GitLab Docs
Get the latest release. Introduced in GitLab 15.4. Latest release information is accessible through a permanent API URL. The format of the URL...
Read more >REST API and Resource Versions
The new endpoints will call the same code that clicking the corresponding UI element calls, not always the case for classic APIs. URIs...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @kuanb & @vincentsarago
We’ve amended the npm package so that the latest points back to the older version but doesn’t change the dist directory so all old CDN links should now work again.
Hey @vincentsarago
Sorry about that, we’ve just gotten a new contributor on board and this was our first release in years!
Unfortunately with those cdn links if you don’t use a named release just picks out the most recent release, and because we changed the location of
turf.min.js
it has freaked.The old version you’ve would’ve been hitting is still available at https://unpkg.com/@turf/turf@5.1.6/turf.min.js
@mfedderly - we’ll need to have a think about this because this is breaking change. Perhaps even as a temporary measure we can put the compiled output back in the root dir as well.
Cheers Rowan