@tanstack/cli 0.69.1 → 0.69.2

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.
@@ -33,8 +33,7 @@ export async function selectInstall() {
33
33
  }
34
34
  export async function getProjectName() {
35
35
  const value = await text({
36
- message: 'What would you like to name your project?',
37
- placeholder: 'Leave empty to initialize in the current directory',
36
+ message: 'Project name (leave empty to use current directory)',
38
37
  validate(value) {
39
38
  if (isCurrentDirectoryProjectNameInput(value)) {
40
39
  return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/cli",
3
- "version": "0.69.1",
3
+ "version": "0.69.2",
4
4
  "description": "TanStack CLI",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",