@base44-preview/cli 0.0.3-pr.20.36e35aa → 0.0.3-pr.20.51d122c

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
@@ -24355,7 +24355,7 @@ async function deployAction() {
24355
24355
  M.success(`Site deployed to: ${result.app_url}`);
24356
24356
  }
24357
24357
  const siteDeployCommand = new Command("site").description("Manage site deployments").addCommand(new Command("deploy").description("Deploy built site files to Base44 hosting").action(async () => {
24358
- await runCommand(deployAction, { requireAuth: true });
24358
+ await runCommand(deployAction);
24359
24359
  }));
24360
24360
 
24361
24361
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base44-preview/cli",
3
- "version": "0.0.3-pr.20.36e35aa",
3
+ "version": "0.0.3-pr.20.51d122c",
4
4
  "description": "Base44 CLI - Unified interface for managing Base44 applications",
5
5
  "type": "module",
6
6
  "main": "./dist/cli/index.js",