The CLI ships two zip libraries: archiver only creates zips (uploading Actor code in push) and adm-zip only extracts them (downloading sources in pull). archiver drags in ~5.5 MB — bare-fs/bare-url/bare-path (3.2 MB via tar-stream), async (0.8 MB), minimatch (0.5 MB). Consolidating on one library drops the other.
Identified in #1304. Part of #1305.
The CLI ships two zip libraries:
archiveronly creates zips (uploading Actor code inpush) andadm-ziponly extracts them (downloading sources inpull).archiverdrags in ~5.5 MB — bare-fs/bare-url/bare-path (3.2 MB via tar-stream), async (0.8 MB), minimatch (0.5 MB). Consolidating on one library drops the other.Identified in #1304. Part of #1305.