You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: preserve mtime when zipping with the node zipper (#539)
This means it's possible for code to retrieve the correct mtime, for
example to return in a `Last-Modified` header.
Since we have a test which verifies a checksum of a zip file created by
this function, we can be sure the results are deterministic. To support
this, update the test inputs to have specified mtimes.
0 commit comments