Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gildas-lormeau committed Apr 13, 2023
1 parent 6d7e300 commit b340647
Show file tree
Hide file tree
Showing 13 changed files with 55 additions and 65 deletions.
18 changes: 8 additions & 10 deletions dist/zip-fs-full.js
Original file line number Diff line number Diff line change
Expand Up @@ -9564,16 +9564,14 @@
} else {
rawExtraFieldZip64 = new Uint8Array();
}
if (reader) {
setEntryInfo({
signature,
rawExtraFieldZip64,
compressedSize,
uncompressedSize,
headerInfo,
dataDescriptorInfo
}, options);
}
setEntryInfo({
signature,
rawExtraFieldZip64,
compressedSize,
uncompressedSize,
headerInfo,
dataDescriptorInfo
}, options);
if (dataDescriptor) {
await writeData(writable, dataDescriptorArray);
}
Expand Down
2 changes: 1 addition & 1 deletion dist/zip-fs-full.min.js

Large diffs are not rendered by default.

18 changes: 8 additions & 10 deletions dist/zip-fs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4340,16 +4340,14 @@
} else {
rawExtraFieldZip64 = new Uint8Array();
}
if (reader) {
setEntryInfo({
signature,
rawExtraFieldZip64,
compressedSize,
uncompressedSize,
headerInfo,
dataDescriptorInfo
}, options);
}
setEntryInfo({
signature,
rawExtraFieldZip64,
compressedSize,
uncompressedSize,
headerInfo,
dataDescriptorInfo
}, options);
if (dataDescriptor) {
await writeData(writable, dataDescriptorArray);
}
Expand Down
2 changes: 1 addition & 1 deletion dist/zip-fs.min.js

Large diffs are not rendered by default.

18 changes: 8 additions & 10 deletions dist/zip-full.js
Original file line number Diff line number Diff line change
Expand Up @@ -8563,16 +8563,14 @@
} else {
rawExtraFieldZip64 = new Uint8Array();
}
if (reader) {
setEntryInfo({
signature,
rawExtraFieldZip64,
compressedSize,
uncompressedSize,
headerInfo,
dataDescriptorInfo
}, options);
}
setEntryInfo({
signature,
rawExtraFieldZip64,
compressedSize,
uncompressedSize,
headerInfo,
dataDescriptorInfo
}, options);
if (dataDescriptor) {
await writeData(writable, dataDescriptorArray);
}
Expand Down
2 changes: 1 addition & 1 deletion dist/zip-full.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/zip-no-worker-deflate.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/zip-no-worker.min.js

Large diffs are not rendered by default.

18 changes: 8 additions & 10 deletions dist/zip.js
Original file line number Diff line number Diff line change
Expand Up @@ -4340,16 +4340,14 @@
} else {
rawExtraFieldZip64 = new Uint8Array();
}
if (reader) {
setEntryInfo({
signature,
rawExtraFieldZip64,
compressedSize,
uncompressedSize,
headerInfo,
dataDescriptorInfo
}, options);
}
setEntryInfo({
signature,
rawExtraFieldZip64,
compressedSize,
uncompressedSize,
headerInfo,
dataDescriptorInfo
}, options);
if (dataDescriptor) {
await writeData(writable, dataDescriptorArray);
}
Expand Down
2 changes: 1 addition & 1 deletion dist/zip.min.js

Large diffs are not rendered by default.

18 changes: 8 additions & 10 deletions index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9560,16 +9560,14 @@ async function createFileEntry(reader, writer, { diskNumberStart, lock }, entryI
} else {
rawExtraFieldZip64 = new Uint8Array();
}
if (reader) {
setEntryInfo({
signature,
rawExtraFieldZip64,
compressedSize,
uncompressedSize,
headerInfo,
dataDescriptorInfo
}, options);
}
setEntryInfo({
signature,
rawExtraFieldZip64,
compressedSize,
uncompressedSize,
headerInfo,
dataDescriptorInfo
}, options);
if (dataDescriptor) {
await writeData(writable, dataDescriptorArray);
}
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A JavaScript library to zip and unzip files in the browser, Deno and Node.js",
"author": "Gildas Lormeau",
"license": "BSD-3-Clause",
"version": "2.7.1",
"version": "2.7.2",
"type": "module",
"keywords": [
"zip",
Expand Down

0 comments on commit b340647

Please sign in to comment.