create-better-t-stack 3.7.2 → 3.7.3-canary.53fc0031
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/cli.js +1 -1
- package/dist/index.d.ts +108 -250
- package/dist/index.js +1 -1
- package/dist/{src-BNPik1LZ.js → src-B1ogWZqk.js} +180 -336
- package/package.json +3 -2
- package/templates/api/orpc/server/package.json.hbs +0 -3
- package/templates/api/trpc/server/package.json.hbs +1 -4
- package/templates/auth/better-auth/convex/native/base/lib/auth-client.ts.hbs +0 -2
- package/templates/auth/better-auth/server/base/package.json.hbs +1 -4
- package/templates/backend/convex/packages/backend/package.json.hbs +1 -2
- package/templates/backend/server/base/package.json.hbs +1 -3
- package/templates/db/base/package.json.hbs +1 -4
- package/templates/frontend/native/bare/package.json.hbs +1 -2
- package/templates/frontend/native/unistyles/package.json.hbs +1 -2
- package/templates/frontend/native/uniwind/package.json.hbs +1 -2
- package/templates/frontend/nuxt/package.json.hbs +1 -3
- package/templates/frontend/react/next/package.json.hbs +1 -3
- package/templates/frontend/react/react-router/package.json.hbs +1 -3
- package/templates/frontend/react/tanstack-router/package.json.hbs +1 -3
- package/templates/frontend/react/tanstack-start/package.json.hbs +1 -3
- package/templates/frontend/solid/package.json.hbs +1 -3
- package/templates/frontend/svelte/package.json.hbs +1 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-better-t-stack",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.3-canary.53fc0031",
|
|
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",
|
|
@@ -65,6 +65,7 @@
|
|
|
65
65
|
}
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
+
"@create-better-t-stack/types": "1.0.0",
|
|
68
69
|
"@biomejs/js-api": "^3.0.0",
|
|
69
70
|
"@biomejs/wasm-nodejs": "^2.2.6",
|
|
70
71
|
"@clack/prompts": "^1.0.0-alpha.6",
|
|
@@ -80,7 +81,7 @@
|
|
|
80
81
|
"trpc-cli": "^0.12.0",
|
|
81
82
|
"ts-morph": "^27.0.2",
|
|
82
83
|
"yaml": "^2.8.1",
|
|
83
|
-
"zod": "^4.1.
|
|
84
|
+
"zod": "^4.1.13"
|
|
84
85
|
},
|
|
85
86
|
"devDependencies": {
|
|
86
87
|
"@types/fs-extra": "^11.0.4",
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { createAuthClient } from "better-auth/react";
|
|
2
|
-
import { anonymousClient } from "better-auth/client/plugins";
|
|
3
2
|
import { convexClient } from "@convex-dev/better-auth/client/plugins";
|
|
4
3
|
import { expoClient } from "@better-auth/expo/client";
|
|
5
4
|
import Constants from "expo-constants";
|
|
@@ -8,7 +7,6 @@ import * as SecureStore from "expo-secure-store";
|
|
|
8
7
|
export const authClient = createAuthClient({
|
|
9
8
|
baseURL: process.env.EXPO_PUBLIC_CONVEX_SITE_URL,
|
|
10
9
|
plugins: [
|
|
11
|
-
anonymousClient(),
|
|
12
10
|
expoClient({
|
|
13
11
|
scheme: Constants.expoConfig?.scheme as string,
|
|
14
12
|
storagePrefix: Constants.expoConfig?.scheme as string,
|
|
@@ -14,10 +14,8 @@
|
|
|
14
14
|
"@nuxt/content": "^3.7.1",
|
|
15
15
|
"@nuxtjs/mdc": "^0.17.4",
|
|
16
16
|
"nuxt": "^4.1.2",
|
|
17
|
-
"typescript": "^5.9.2",
|
|
18
17
|
"vue": "^3.5.21",
|
|
19
|
-
"vue-router": "^4.5.1"
|
|
20
|
-
"zod": "^4.1.5"
|
|
18
|
+
"vue-router": "^4.5.1"
|
|
21
19
|
},
|
|
22
20
|
"devDependencies": {
|
|
23
21
|
"tailwindcss": "^4.1.13",
|
|
@@ -20,7 +20,6 @@
|
|
|
20
20
|
"sonner": "^2.0.5",
|
|
21
21
|
"tailwind-merge": "^3.3.1",
|
|
22
22
|
"tw-animate-css": "^1.3.4",
|
|
23
|
-
"zod": "^4.1.12",
|
|
24
23
|
"babel-plugin-react-compiler": "^1.0.0"
|
|
25
24
|
},
|
|
26
25
|
"devDependencies": {
|
|
@@ -28,7 +27,6 @@
|
|
|
28
27
|
"@types/node": "^20",
|
|
29
28
|
"@types/react": "19.2.2",
|
|
30
29
|
"@types/react-dom": "19.2.2",
|
|
31
|
-
"tailwindcss": "^4.1.10"
|
|
32
|
-
"typescript": "^5"
|
|
30
|
+
"tailwindcss": "^4.1.10"
|
|
33
31
|
}
|
|
34
32
|
}
|
|
@@ -24,8 +24,7 @@
|
|
|
24
24
|
"react-router": "^7.6.1",
|
|
25
25
|
"sonner": "^2.0.3",
|
|
26
26
|
"tailwind-merge": "^3.3.0",
|
|
27
|
-
"tw-animate-css": "^1.3.2"
|
|
28
|
-
"zod": "^4.0.2"
|
|
27
|
+
"tw-animate-css": "^1.3.2"
|
|
29
28
|
},
|
|
30
29
|
"devDependencies": {
|
|
31
30
|
"@react-router/dev": "^7.6.1",
|
|
@@ -35,7 +34,6 @@
|
|
|
35
34
|
"@types/react-dom": "^19.0.4",
|
|
36
35
|
"react-router-devtools": "^1.1.0",
|
|
37
36
|
"tailwindcss": "^4.1.8",
|
|
38
|
-
"typescript": "^5.8.3",
|
|
39
37
|
"vite": "^6.3.5",
|
|
40
38
|
"vite-tsconfig-paths": "^5.1.4"
|
|
41
39
|
}
|
|
@@ -24,8 +24,7 @@
|
|
|
24
24
|
"react-dom": "19.1.2",
|
|
25
25
|
"sonner": "^2.0.5",
|
|
26
26
|
"tailwind-merge": "^3.3.1",
|
|
27
|
-
"tw-animate-css": "^1.2.5"
|
|
28
|
-
"zod": "^4.0.2"
|
|
27
|
+
"tw-animate-css": "^1.2.5"
|
|
29
28
|
},
|
|
30
29
|
"devDependencies": {
|
|
31
30
|
"@tanstack/react-router-devtools": "^1.114.27",
|
|
@@ -35,7 +34,6 @@
|
|
|
35
34
|
"@types/react-dom": "^19.0.4",
|
|
36
35
|
"@vitejs/plugin-react": "^4.3.4",
|
|
37
36
|
"postcss": "^8.5.3",
|
|
38
|
-
"typescript": "^5.8.3",
|
|
39
37
|
"tailwindcss": "^4.0.15",
|
|
40
38
|
"vite": "^6.2.2"
|
|
41
39
|
}
|
|
@@ -26,8 +26,7 @@
|
|
|
26
26
|
"tailwindcss": "^4.1.3",
|
|
27
27
|
"tailwind-merge": "^3.3.1",
|
|
28
28
|
"tw-animate-css": "^1.2.5",
|
|
29
|
-
"vite-tsconfig-paths": "^5.1.4"
|
|
30
|
-
"zod": "^4.0.2"
|
|
29
|
+
"vite-tsconfig-paths": "^5.1.4"
|
|
31
30
|
},
|
|
32
31
|
"devDependencies": {
|
|
33
32
|
"@tanstack/react-router-devtools": {{#if (eq auth "clerk")}}"1.134.4"{{else}}"^1.132.31"{{/if}},
|
|
@@ -37,7 +36,6 @@
|
|
|
37
36
|
"@types/react-dom": "^19.0.4",
|
|
38
37
|
"@vitejs/plugin-react": "^5.0.4",
|
|
39
38
|
"jsdom": "^26.0.0",
|
|
40
|
-
"typescript": "^5.7.2",
|
|
41
39
|
"vite": "^7.0.2",
|
|
42
40
|
"web-vitals": "^5.0.3"
|
|
43
41
|
}
|
|
@@ -15,11 +15,9 @@
|
|
|
15
15
|
"@tanstack/solid-router": "^1.131.44",
|
|
16
16
|
"lucide-solid": "^0.544.0",
|
|
17
17
|
"solid-js": "^1.9.9",
|
|
18
|
-
"tailwindcss": "^4.1.13"
|
|
19
|
-
"zod": "^4.0.2"
|
|
18
|
+
"tailwindcss": "^4.1.13"
|
|
20
19
|
},
|
|
21
20
|
"devDependencies": {
|
|
22
|
-
"typescript": "^5.9.2",
|
|
23
21
|
"vite": "^7.1.5",
|
|
24
22
|
"vite-plugin-solid": "^2.11.8"
|
|
25
23
|
}
|
|
@@ -19,11 +19,9 @@
|
|
|
19
19
|
"svelte": "^5.38.1",
|
|
20
20
|
"svelte-check": "^4.3.1",
|
|
21
21
|
"tailwindcss": "^4.1.12",
|
|
22
|
-
"typescript": "^5.9.2",
|
|
23
22
|
"vite": "^7.1.2"
|
|
24
23
|
},
|
|
25
24
|
"dependencies": {
|
|
26
|
-
"@tanstack/svelte-form": "^1.19.2"
|
|
27
|
-
"zod": "^4.0.17"
|
|
25
|
+
"@tanstack/svelte-form": "^1.19.2"
|
|
28
26
|
}
|
|
29
27
|
}
|