mapbox-gl 2.8.0-alpha.3 → 2.8.0-alpha.4

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.
@@ -1291,7 +1291,7 @@ var objectKeys = Object.keys || function (obj) {
1291
1291
 
1292
1292
  var name = "mapbox-gl";
1293
1293
  var description = "A WebGL interactive maps library";
1294
- var version = "2.8.0-alpha.3";
1294
+ var version = "2.8.0-alpha.4";
1295
1295
  var main = "dist/mapbox-gl.js";
1296
1296
  var style = "dist/mapbox-gl.css";
1297
1297
  var license = "SEE LICENSE IN LICENSE.txt";
@@ -30,7 +30,7 @@ if (!shared) {
30
30
 
31
31
  define(['exports'], function (exports) { 'use strict';
32
32
 
33
- var version = "2.8.0-alpha.3";
33
+ var version = "2.8.0-alpha.4";
34
34
 
35
35
  var unitbezier = UnitBezier;
36
36
  function UnitBezier(p1x, p1y, p2x, p2y) {