@loaders.gl/zip 4.3.0-alpha.2 → 4.3.0-alpha.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
@@ -7620,7 +7620,7 @@ var __exports__ = (() => {
7620
7620
  }
7621
7621
  };
7622
7622
 
7623
- // ../loader-utils/src/lib/file-provider/file-provider.ts
7623
+ // ../loader-utils/src/lib/file-provider/file-provider-interface.ts
7624
7624
  var isFileProvider = (fileProvider) => {
7625
7625
  return fileProvider?.getUint8 && fileProvider?.slice && fileProvider?.length;
7626
7626
  };