create-better-t-stack 2.15.0 → 2.15.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.
package/dist/index.js CHANGED
@@ -3047,7 +3047,7 @@ async function getFrontendChoice(frontendOptions, backend) {
3047
3047
  return true;
3048
3048
  });
3049
3049
  const webFramework = await select({
3050
- message: "Choose frontend",
3050
+ message: "Choose web",
3051
3051
  options: webOptions,
3052
3052
  initialValue: DEFAULT_CONFIG.frontend[0]
3053
3053
  });
@@ -3059,7 +3059,7 @@ async function getFrontendChoice(frontendOptions, backend) {
3059
3059
  }
3060
3060
  if (frontendTypes.includes("native")) {
3061
3061
  const nativeFramework = await select({
3062
- message: "Choose native framework",
3062
+ message: "Choose native",
3063
3063
  options: [{
3064
3064
  value: "native-nativewind",
3065
3065
  label: "NativeWind",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-better-t-stack",
3
- "version": "2.15.0",
3
+ "version": "2.15.2",
4
4
  "description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -9,7 +9,6 @@
9
9
  "web": "expo start --web"
10
10
  },
11
11
  "dependencies": {
12
- "@better-auth/expo": "^1.2.7",
13
12
  "@expo/vector-icons": "^14.0.0",
14
13
  "@react-navigation/bottom-tabs": "^7.0.5",
15
14
  "@react-navigation/drawer": "^7.0.0",