@base44-preview/cli 0.0.22-pr.136.936d765 → 0.0.22-pr.136.af86bf3
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -38373,7 +38373,7 @@ async function createInteractive(options) {
|
|
|
38373
38373
|
}));
|
|
38374
38374
|
const result = await Ce({
|
|
38375
38375
|
template: () => ve({
|
|
38376
|
-
message: "Pick
|
|
38376
|
+
message: "Pick an option",
|
|
38377
38377
|
options: templateOptions
|
|
38378
38378
|
}),
|
|
38379
38379
|
name: () => {
|