@truto/truto-jsonata 1.0.6 → 1.0.7

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/main.cjs CHANGED
@@ -1295,8 +1295,9 @@ function $61d34cb0b1d98121$var$firstNonEmpty(...args) {
1295
1295
  var $61d34cb0b1d98121$export$2e2bcd8739ae039 = $61d34cb0b1d98121$var$firstNonEmpty;
1296
1296
 
1297
1297
 
1298
+
1298
1299
  async function $5e0a134878b8be39$var$getArrayBuffer(file) {
1299
- return file ? await file.arrayBuffer() : undefined;
1300
+ return file && (0, $dxT2C$lodashes.isFunction)(file.arrayBuffer) ? await file.arrayBuffer() : undefined;
1300
1301
  }
1301
1302
  var $5e0a134878b8be39$export$2e2bcd8739ae039 = $5e0a134878b8be39$var$getArrayBuffer;
1302
1303