@milaboratories/pl-middle-layer 1.41.2 → 1.41.4

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.mjs CHANGED
@@ -6248,8 +6248,13 @@ async function wl(s, e, t, r, n, i) {
6248
6248
  maxSpeed: 1
6249
6249
  }
6250
6250
  );
6251
- const u = await me(e, a.file), { content: d } = await n.downloadBlob(u);
6252
- return await fi(d);
6251
+ const u = await me(e, a.file);
6252
+ return await n.withBlobContent(
6253
+ u,
6254
+ {},
6255
+ {},
6256
+ async (d) => await fi(d)
6257
+ );
6253
6258
  } finally {
6254
6259
  await Ae(e, Object.values(a));
6255
6260
  }