Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gildas-lormeau committed Mar 22, 2021
1 parent 63d511b commit d112d89
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dist/zip-fs-full.js
Original file line number Diff line number Diff line change
Expand Up @@ -7720,7 +7720,7 @@
await writer.init();
}
const signal = getOptionValue$1(zipEntry, options, "signal");
await processData(codec, reader, writer, dataOffset, compressedSize, config, { onprogress, signal });
await processData(codec, reader, writer, dataOffset, compressedSize, config, { onprogress: options.onprogress, signal });
return writer.getData();
}
}
Expand Down
2 changes: 1 addition & 1 deletion dist/zip-fs-full.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/zip-fs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2554,7 +2554,7 @@
await writer.init();
}
const signal = getOptionValue$1(zipEntry, options, "signal");
await processData(codec, reader, writer, dataOffset, compressedSize, config, { onprogress, signal });
await processData(codec, reader, writer, dataOffset, compressedSize, config, { onprogress: options.onprogress, signal });
return writer.getData();
}
}
Expand Down
2 changes: 1 addition & 1 deletion dist/zip-fs.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/zip-full.js
Original file line number Diff line number Diff line change
Expand Up @@ -6750,7 +6750,7 @@
await writer.init();
}
const signal = getOptionValue$1(zipEntry, options, "signal");
await processData(codec, reader, writer, dataOffset, compressedSize, config, { onprogress, signal });
await processData(codec, reader, writer, dataOffset, compressedSize, config, { onprogress: options.onprogress, signal });
return writer.getData();
}
}
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-inflate.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.

2 changes: 1 addition & 1 deletion dist/zip.js
Original file line number Diff line number Diff line change
Expand Up @@ -2554,7 +2554,7 @@
await writer.init();
}
const signal = getOptionValue$1(zipEntry, options, "signal");
await processData(codec, reader, writer, dataOffset, compressedSize, config, { onprogress, signal });
await processData(codec, reader, writer, dataOffset, compressedSize, config, { onprogress: options.onprogress, signal });
return writer.getData();
}
}
Expand Down
2 changes: 1 addition & 1 deletion dist/zip.min.js

Large diffs are not rendered by default.

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",
"author": "Gildas Lormeau",
"license": "BSD-3-Clause",
"version": "2.2.23",
"version": "2.2.24",
"type": "module",
"keywords": [
"zip",
Expand Down

0 comments on commit d112d89

Please sign in to comment.