@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.cjs
CHANGED
|
@@ -12775,7 +12775,7 @@
|
|
|
12775
12775
|
}
|
|
12776
12776
|
|
|
12777
12777
|
function isImageOptions(value) {
|
|
12778
|
-
if (
|
|
12778
|
+
if (value !== null && typeof value === 'object') {
|
|
12779
12779
|
return true;
|
|
12780
12780
|
}
|
|
12781
12781
|
return false;
|