@base44-preview/cli 0.0.22-pr.139.8471c1e → 0.0.22-pr.139.d612098

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -31475,7 +31475,7 @@ async function runTask(startMessage, operation, options) {
31475
31475
  //#region src/cli/utils/prompts.ts
31476
31476
  /**
31477
31477
  * Standard onCancel handler for prompt groups.
31478
- gst * Throws CLIExitError(0) for graceful exit when the user cancels.
31478
+ g * Throws CLIExitError(0) for graceful exit when the user cancels.
31479
31479
  */
31480
31480
  const onPromptCancel = () => {
31481
31481
  xe("Operation cancelled.");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base44-preview/cli",
3
- "version": "0.0.22-pr.139.8471c1e",
3
+ "version": "0.0.22-pr.139.d612098",
4
4
  "description": "Base44 CLI - Unified interface for managing Base44 applications",
5
5
  "type": "module",
6
6
  "bin": {