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.
Files changed (2) hide show
  1. package/dist/index.mjs +2 -1
  2. 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();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobbdev",
3
- "version": "0.0.132",
3
+ "version": "0.0.134",
4
4
  "description": "Automated secure code remediation tool",
5
5
  "repository": "https://github.com/mobb-dev/bugsy",
6
6
  "main": "dist/index.js",