mapbox-gl 2.10.0-beta.1 → 2.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2548,7 +2548,7 @@ function getPerformanceMeasurement(request )
2548
2548
 
2549
2549
  var name = "mapbox-gl";
2550
2550
  var description = "A WebGL interactive maps library";
2551
- var version = "2.10.0-beta.1";
2551
+ var version = "2.10.0";
2552
2552
  var main = "dist/mapbox-gl.js";
2553
2553
  var style = "dist/mapbox-gl.css";
2554
2554
  var license = "SEE LICENSE IN LICENSE.txt";
@@ -573,7 +573,7 @@ function getPerformanceMeasurement(request) {
573
573
  return performance.getEntriesByName(url);
574
574
  }
575
575
 
576
- var version = "2.10.0-beta.1";
576
+ var version = "2.10.0";
577
577
 
578
578
  let linkEl;
579
579
  let reducedMotionQuery;