@loaders.gl/zip 4.3.0-alpha.2 → 4.3.0-alpha.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/dist.dev.js +1 -1
- package/dist/dist.min.js +2 -2
- package/dist/filesystems/IndexedArchive.d.ts +3 -3
- package/dist/filesystems/IndexedArchive.d.ts.map +1 -1
- package/dist/filesystems/zip-filesystem.d.ts +3 -3
- package/dist/filesystems/zip-filesystem.d.ts.map +1 -1
- package/dist/hash-file-utility.d.ts +2 -2
- package/dist/hash-file-utility.d.ts.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/parse-zip/cd-file-header.d.ts +3 -3
- package/dist/parse-zip/cd-file-header.d.ts.map +1 -1
- package/dist/parse-zip/end-of-central-directory.d.ts +2 -2
- package/dist/parse-zip/end-of-central-directory.d.ts.map +1 -1
- package/dist/parse-zip/local-file-header.d.ts +2 -2
- package/dist/parse-zip/local-file-header.d.ts.map +1 -1
- package/dist/parse-zip/search-from-the-end.d.ts +2 -2
- package/dist/parse-zip/search-from-the-end.d.ts.map +1 -1
- package/dist/zip-loader.js +1 -1
- package/dist/zip-writer.js +1 -1
- package/package.json +5 -5
- package/src/filesystems/IndexedArchive.ts +7 -3
- package/src/filesystems/zip-filesystem.ts +3 -3
- package/src/hash-file-utility.ts +2 -2
- package/src/parse-zip/cd-file-header.ts +3 -3
- package/src/parse-zip/end-of-central-directory.ts +6 -2
- package/src/parse-zip/local-file-header.ts +6 -2
- package/src/parse-zip/search-from-the-end.ts +2 -2
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
|
};
|