util-helpers 5.7.0 → 5.7.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.
@@ -1731,7 +1731,7 @@
1731
1731
  };
1732
1732
 
1733
1733
  var config = {
1734
- image: 'image/*,.jpeg,.jpg,.gif,.bmp,.png,.webp,.svg,.apng,.avif,.ico,.tif,.tiff',
1734
+ image: 'image/*,.jpeg,.jpg,.gif,.bmp,.png,.webp,.svg,.apng,.avif,.ico,.cur,.tif,.tiff,.jfif,.pjpeg,.pjp',
1735
1735
  audio: 'audio/*,.mp3,.wav,.aac,.flac',
1736
1736
  video: 'video/*,.mp4,.webm,.ogg,.mov',
1737
1737
  pdf: 'application/pdf,.pdf',
@@ -2200,7 +2200,7 @@
2200
2200
  return internalFindTreeSelect(tree, predicate, childrenField);
2201
2201
  }
2202
2202
 
2203
- var VERSION = "5.7.0";
2203
+ var VERSION = "5.7.1";
2204
2204
 
2205
2205
  /**
2206
2206
  * 事件触发器,支持浏览器端和 node 端。