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
|
|
9
|
-
// platform specific optimizations that cause
|
|
10
|
-
//
|
|
11
|
-
|
|
12
|
-
|
|
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
|