@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.es.js CHANGED
@@ -12769,7 +12769,7 @@ class FormatExpression {
12769
12769
  }
12770
12770
 
12771
12771
  function isImageOptions(value) {
12772
- if (typeof value !== 'string' && !isExpression(value)) {
12772
+ if (value !== null && typeof value === 'object') {
12773
12773
  return true;
12774
12774
  }
12775
12775
  return false;