@loaders.gl/zip 4.3.2 → 4.3.3

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/dist.dev.js CHANGED
@@ -7555,7 +7555,7 @@ var __exports__ = (() => {
7555
7555
  throw new Error("Can't instantiate NodeFile. Make sure to import @loaders.gl/polyfills first.");
7556
7556
  }
7557
7557
  /** Read data */
7558
- async read(start, end) {
7558
+ async read(start, length) {
7559
7559
  throw NOT_IMPLEMENTED;
7560
7560
  }
7561
7561
  /** Write to file. The number of bytes written will be returned */