bdy 1.17.23-dev → 1.17.24-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/distTs/package.json
CHANGED
|
@@ -161,8 +161,8 @@ const addEntryToZip = (dirPath, zip, entry) => {
|
|
|
161
161
|
name += '/';
|
|
162
162
|
else
|
|
163
163
|
name = name.replace(/^\//, '');
|
|
164
|
-
const file = new fflate_1.default.
|
|
165
|
-
level:
|
|
164
|
+
const file = new fflate_1.default.ZipDeflate(name, {
|
|
165
|
+
level: 3,
|
|
166
166
|
});
|
|
167
167
|
zip.add(file);
|
|
168
168
|
if (isDir) {
|