@azure/storage-blob 12.12.1-alpha.20230110.1 → 12.12.1-alpha.20230111.2

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.js CHANGED
@@ -17573,6 +17573,7 @@ class AvroUnionType extends AvroType {
17573
17573
  this._types = types;
17574
17574
  }
17575
17575
  async read(stream, options = {}) {
17576
+ // eslint-disable-line @typescript-eslint/ban-types
17576
17577
  const typeIndex = await AvroParser.readInt(stream, options);
17577
17578
  return this._types[typeIndex].read(stream, options);
17578
17579
  }