create-fesd-app 1.0.0-bate.21 → 1.0.0-bate.22

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.
@@ -162,7 +162,7 @@ program
162
162
  }, {
163
163
  type: "list",
164
164
  name: "active",
165
- message: `Creating fesd-framework in ${chalk.cyan(isInstall.projectName)} ?`,
165
+ message: (answers) => `Creating fesd-framework in ${chalk.cyan(answers.projectName)}?`,
166
166
  choices: ["Yes", "No"], // 選項列表
167
167
  default: "Yes", // 預設選項
168
168
  },]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-fesd-app",
3
- "version": "1.0.0-bate.21",
3
+ "version": "1.0.0-bate.22",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite",