@base44-preview/cli 0.0.4-pr.53.744d374 → 0.0.4-pr.53.87c3b5f

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
@@ -24401,7 +24401,7 @@ async function create() {
24401
24401
  template
24402
24402
  });
24403
24403
  }, {
24404
- successMessage: `${orange("✓")} ${source_default.bold("Project created successfully!")}`,
24404
+ successMessage: source_default.bold("Project created successfully!"),
24405
24405
  errorMessage: "Failed to create project"
24406
24406
  });
24407
24407
  const dashboardUrl = `${getBase44ApiUrl()}/apps/${projectId}/editor/preview`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base44-preview/cli",
3
- "version": "0.0.4-pr.53.744d374",
3
+ "version": "0.0.4-pr.53.87c3b5f",
4
4
  "description": "Base44 CLI - Unified interface for managing Base44 applications",
5
5
  "type": "module",
6
6
  "main": "./dist/cli/index.js",