maplibre-gl 3.2.0-pre.2 → 3.2.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.
@@ -1,4 +1,4 @@
1
- /* MapLibre GL JS is licensed under the 3-Clause BSD License. Full text of license: https://github.com/maplibre/maplibre-gl-js/blob/v3.2.0-pre.2/LICENSE.txt */
1
+ /* MapLibre GL JS is licensed under the 3-Clause BSD License. Full text of license: https://github.com/maplibre/maplibre-gl-js/blob/v3.2.0/LICENSE.txt */
2
2
  (function (global, factory) {
3
3
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
4
4
  typeof define === 'function' && define.amd ? define(factory) :
@@ -33711,7 +33711,7 @@ define(['./shared'], (function (performance) { 'use strict';
33711
33711
 
33712
33712
  var name = "maplibre-gl";
33713
33713
  var description = "BSD licensed community fork of mapbox-gl, a WebGL interactive maps library";
33714
- var version$2 = "3.2.0-pre.2";
33714
+ var version$2 = "3.2.0";
33715
33715
  var main = "dist/maplibre-gl.js";
33716
33716
  var style = "dist/maplibre-gl.css";
33717
33717
  var license = "BSD-3-Clause";