mobbdev 0.0.70 → 0.0.71

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
@@ -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`;
2645
+ const title = `# ![image](${MOBB_ICON_IMG}) ${issueType} fix by Mobb is ready \u2705`;
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.70",
3
+ "version": "0.0.71",
4
4
  "description": "Automated secure code remediation tool",
5
5
  "repository": "https://github.com/mobb-dev/bugsy",
6
6
  "main": "dist/index.js",