mobbdev 0.0.132 → 0.0.134
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/dist/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4579,7 +4579,8 @@ async function pack(srcDirPath, vulnFiles) {
|
|
|
4579
4579
|
gitignore: true,
|
|
4580
4580
|
onlyFiles: true,
|
|
4581
4581
|
cwd: srcDirPath,
|
|
4582
|
-
followSymbolicLinks: false
|
|
4582
|
+
followSymbolicLinks: false,
|
|
4583
|
+
dot: true
|
|
4583
4584
|
});
|
|
4584
4585
|
debug7("files found %d", filepaths.length);
|
|
4585
4586
|
const zip = new AdmZip();
|