@base44-preview/cli 0.0.4-pr.53.87c3b5f → 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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base44-preview/cli",
3
- "version": "0.0.4-pr.53.87c3b5f",
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",