pacote 12.0.1 → 12.0.2

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.
@@ -5,11 +5,11 @@ const tarCreateOptions = manifest => ({
5
5
  prefix: 'package/',
6
6
  portable: true,
7
7
  gzip: {
8
- // forcing the level to 9 and flush to 3 (Z_FULL_FLUSH) seems to avoid some
9
- // platform specific optimizations that cause integrity mismatch errors due
10
- // to differing end results after compression
11
- level: 9,
12
- flush: 3,
8
+ // forcing the level to 9 seems to avoid some
9
+ // platform specific optimizations that cause
10
+ // integrity mismatch errors due to differing
11
+ // end results after compression
12
+ level: 9
13
13
  },
14
14
 
15
15
  // ensure that package bins are always executable
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pacote",
3
- "version": "12.0.1",
3
+ "version": "12.0.2",
4
4
  "description": "JavaScript package downloader",
5
5
  "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
6
6
  "bin": {