Skip to content

Commit

Permalink
Merge branch no-zip64 (fix stream transfer)
Browse files Browse the repository at this point in the history
  • Loading branch information
Touffy committed Apr 19, 2024
2 parents 8e59d0c + 0b4a7b8 commit 3937d6b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.4.5:

* bugfix: the output stream can now be transferred without breaking the central repository.

## 2.4.4:

* *options* argument was missing in `makeZip` type declaration
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ In a different experiment using Deno to avoid storing very large output files, m

Now, comparing bundle size is clearly unfair because the others do a bunch of things that my library doesn't. Here you go anyway (sizes are shown in decimal kilobytes):

| | `client-zip`@2.4.3 | fflate@0.7.4 | zip.js@2.7.14 | conflux@4.0.3 | JSZip@3.10.1 |
| | `client-zip`@2.4.5 | fflate@0.7.4 | zip.js@2.7.14 | conflux@4.0.3 | JSZip@3.10.1 |
|--------------------|-------------------:|-------------:|--------------:|--------------:|--------------:|
| minified | 6.3kB | 29.8kB | 163.2kB | 198.8kB | 94.9kB |
| minified + gzipped | 2.6kB | 11kB | 58kB | 56.6kB | 27.6kB |
Expand Down
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "client-zip",
"version": "2.4.4",
"version": "2.4.5",
"description": "A tiny and fast client-side streaming ZIP generator",
"browser": "index.js",
"module": "index.js",
Expand Down

0 comments on commit 3937d6b

Please sign in to comment.