@deck.gl/layers
Advanced tools
Comparing version 6.3.0 to 6.3.1
@@ -215,2 +215,3 @@ "use strict"; | ||
updateTriggers: { | ||
getPolygon: updateTriggers.getPolygon, | ||
getElevation: updateTriggers.getElevation, | ||
@@ -217,0 +218,0 @@ getFillColor: updateTriggers.getFillColor, |
@@ -155,2 +155,3 @@ // Copyright (c) 2015 - 2017 Uber Technologies, Inc. | ||
updateTriggers: { | ||
getPolygon: updateTriggers.getPolygon, | ||
getElevation: updateTriggers.getElevation, | ||
@@ -157,0 +158,0 @@ getFillColor: updateTriggers.getFillColor, |
@@ -219,2 +219,3 @@ function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
updateTriggers: { | ||
getPolygon: updateTriggers.getPolygon, | ||
getElevation: updateTriggers.getElevation, | ||
@@ -221,0 +222,0 @@ getFillColor: updateTriggers.getFillColor, |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "6.3.0", | ||
"version": "6.3.1", | ||
"publishConfig": { | ||
@@ -37,3 +37,3 @@ "access": "public" | ||
"dependencies": { | ||
"@deck.gl/core": "^6.3.0", | ||
"@deck.gl/core": "^6.3.1", | ||
"d3-hexbin": "^0.2.1", | ||
@@ -40,0 +40,0 @@ "earcut": "^2.0.6" |
@@ -141,2 +141,3 @@ // Copyright (c) 2015 - 2017 Uber Technologies, Inc. | ||
updateTriggers: { | ||
getPolygon: updateTriggers.getPolygon, | ||
getElevation: updateTriggers.getElevation, | ||
@@ -143,0 +144,0 @@ getFillColor: updateTriggers.getFillColor, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2506810
28013
Updated@deck.gl/core@^6.3.1