mobbdev 0.0.71 → 0.0.73

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 -2
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -905,7 +905,7 @@ import parseDiff from "parse-diff";
905
905
  import { z as z8 } from "zod";
906
906
 
907
907
  // src/features/analysis/scm/constants.ts
908
- var MOBB_ICON_IMG = "https://app.mobb.ai/mobb.png";
908
+ var MOBB_ICON_IMG = "https://svgshare.com/i/12DK.svg";
909
909
  var COMMIT_FIX_SVG = `https://app.mobb.ai/gh-action/commit-button.svg`;
910
910
 
911
911
  // src/features/analysis/scm/gitlab.ts
@@ -2642,7 +2642,7 @@ async function handleFinishedAnalysis({
2642
2642
  });
2643
2643
  const scanerString = scannerToFriendlyString(scanner);
2644
2644
  const issueType = getIssueType(fix_by_pk.issueType);
2645
- const title = `# ![image](${MOBB_ICON_IMG}) ${issueType} fix by Mobb is ready \u2705`;
2645
+ const title = `# ![image](${MOBB_ICON_IMG}) ${issueType} fix is ready`;
2646
2646
  const subTitle = `### Apply the following code change to fix ${issueType} issue detected by ${scanerString}:`;
2647
2647
  const diff2 = `\`\`\`diff
2648
2648
  ${patch}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobbdev",
3
- "version": "0.0.71",
3
+ "version": "0.0.73",
4
4
  "description": "Automated secure code remediation tool",
5
5
  "repository": "https://github.com/mobb-dev/bugsy",
6
6
  "main": "dist/index.js",