mobbdev 1.0.117 → 1.0.118

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
@@ -11585,7 +11585,7 @@ var McpAuthService = class {
11585
11585
  throw new CliLoginError("Error: createCliLogin failed");
11586
11586
  }
11587
11587
  logDebug(`cli login created ${loginId}`);
11588
- const webLoginUrl2 = `${WEB_APP_URL}/cli-login`;
11588
+ const webLoginUrl2 = `${WEB_APP_URL}/mvs-login`;
11589
11589
  const browserUrl = `${webLoginUrl2}/${loginId}?hostname=${os2.hostname()}`;
11590
11590
  await this.openBrowser(browserUrl, isBackgoundCall);
11591
11591
  logDebug(`waiting for login to complete`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobbdev",
3
- "version": "1.0.117",
3
+ "version": "1.0.118",
4
4
  "description": "Automated secure code remediation tool",
5
5
  "repository": "git+https://github.com/mobb-dev/bugsy.git",
6
6
  "main": "dist/index.js",