@mapbox/mapbox-gl-style-spec 14.9.0 → 14.9.1
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.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/expression/definitions/image.ts +1 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -12769,7 +12769,7 @@ class FormatExpression {
|
|
|
12769
12769
|
}
|
|
12770
12770
|
|
|
12771
12771
|
function isImageOptions(value) {
|
|
12772
|
-
if (
|
|
12772
|
+
if (value !== null && typeof value === 'object') {
|
|
12773
12773
|
return true;
|
|
12774
12774
|
}
|
|
12775
12775
|
return false;
|