@base44-preview/cli 0.0.4-pr.53.744d374 → 0.0.4-pr.53.b54c6ed

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
@@ -18621,7 +18621,7 @@ async function shimmerPass(lines, duration$2) {
18621
18621
  /**
18622
18622
  * Animate the output with a smooth line-by-line reveal.
18623
18623
  * Each line fades in with a gradient sweep effect.
18624
- *
18624
+ *
18625
18625
  * Total duration: ~1.5 seconds for a magical but not slow feel.
18626
18626
  */
18627
18627
  async function printAnimatedLines(lines) {
@@ -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.b54c6ed",
4
4
  "description": "Base44 CLI - Unified interface for managing Base44 applications",
5
5
  "type": "module",
6
6
  "main": "./dist/cli/index.js",