Esri / arcgis-rest-js

compact, modular JavaScript wrappers for the ArcGIS REST API
https://developers.arcgis.com/arcgis-rest-js/
Apache License 2.0
347 stars 120 forks source link

NPM Current version for @esri/arcgis-rest-request #1126

Closed gavinr-maps closed 1 year ago

gavinr-maps commented 1 year ago

Describe the bug

Before the 3.x release last week (9/7), the "Current version" of https://www.npmjs.com/package/@esri/arcgis-rest-request?activeTab=versions was the 4.x version, so links like https://unpkg.com/@esri/arcgis-rest-request/dist/esm/request.js would properly redirect to the v4 version. But after the release on 9/7, https://unpkg.com/@esri/arcgis-rest-request/dist/esm/request.js redirects to the v3 version.

Reproduction

  1. Open https://unpkg.com/@esri/arcgis-rest-request/dist/esm/request.js

Logs

No response

System Info

v3.7.0

Additional Information

No response

tomwayson commented 1 year ago

This should be resolved now:

npm dist-tag add @esri/arcgis-rest-request@4.2.0 latest 
+latest: @esri/arcgis-rest-request@4.2.0
npm dist-tag add @esri/arcgis-rest-demographics@4.0.2 latest
+latest: @esri/arcgis-rest-demographics@4.0.2
npm dist-tag add @esri/arcgis-rest-geocoding@4.0.2 latest
+latest: @esri/arcgis-rest-geocoding@4.0.2
npm dist-tag add @esri/arcgis-rest-portal@4.4.0 latest
+latest: @esri/arcgis-rest-portal@4.4.0
npm dist-tag add @esri/arcgis-rest-routing@4.0.3 latest
+latest: @esri/arcgis-rest-routing@4.0.3
gavinr-maps commented 1 year ago

Looks great. Thanks!!