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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bdy",
3
3
  "preferGlobal": false,
4
- "version": "1.17.23-dev",
4
+ "version": "1.17.24-dev",
5
5
  "type": "commonjs",
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -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.AsyncZipDeflate(name, {
165
- level: 9,
164
+ const file = new fflate_1.default.ZipDeflate(name, {
165
+ level: 3,
166
166
  });
167
167
  zip.add(file);
168
168
  if (isDir) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bdy",
3
3
  "preferGlobal": false,
4
- "version": "1.17.23-dev",
4
+ "version": "1.17.24-dev",
5
5
  "type": "commonjs",
6
6
  "license": "MIT",
7
7
  "scripts": {