@base44-preview/cli 0.0.11-pr.82.5adefb8 → 0.0.11-pr.82.893c777

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/cli/index.js CHANGED
@@ -38892,7 +38892,7 @@ async function openDashboard() {
38892
38892
  return { outroMessage: `Dashboard opened at ${dashboardUrl}` };
38893
38893
  }
38894
38894
  const dashboardCommand = new Command("dashboard").description("Open the app dashboard in your browser").action(async () => {
38895
- await runCommand(openDashboard, { requireAuth: true });
38895
+ await runCommand(openDashboard);
38896
38896
  });
38897
38897
 
38898
38898
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base44-preview/cli",
3
- "version": "0.0.11-pr.82.5adefb8",
3
+ "version": "0.0.11-pr.82.893c777",
4
4
  "description": "Base44 CLI - Unified interface for managing Base44 applications",
5
5
  "type": "module",
6
6
  "main": "./dist/cli/index.js",