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.
- package/dist/index.mjs +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://
|
|
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 = `#  ${issueType} fix
|
|
2645
|
+
const title = `#  ${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}
|