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