mobbdev 0.0.79 → 0.0.80

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -1996,7 +1996,7 @@ var SCMLib = class {
1996
1996
  }) {
1997
1997
  let trimmedUrl = void 0;
1998
1998
  if (url) {
1999
- trimmedUrl = url.trim().replace(/\/$/, "");
1999
+ trimmedUrl = url.trim().replace(/\/$/, "").replace(/.git$/i, "");
2000
2000
  }
2001
2001
  try {
2002
2002
  if ("GITHUB" /* GITHUB */ === scmType) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobbdev",
3
- "version": "0.0.79",
3
+ "version": "0.0.80",
4
4
  "description": "Automated secure code remediation tool",
5
5
  "repository": "https://github.com/mobb-dev/bugsy",
6
6
  "main": "dist/index.js",