create-better-t-stack 3.7.2 → 3.7.3

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 CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { n as createBtsCli } from "./src-BNPik1LZ.js";
2
+ import { n as createBtsCli } from "./src-b1TtTCMt.js";
3
3
 
4
4
  //#region src/cli.ts
5
5
  createBtsCli().run();
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
1
  #!/usr/bin/env node
2
- import { a as router, i as init, n as createBtsCli, o as sponsors, r as docs, t as builder } from "./src-BNPik1LZ.js";
2
+ import { a as router, i as init, n as createBtsCli, o as sponsors, r as docs, t as builder } from "./src-b1TtTCMt.js";
3
3
 
4
4
  export { builder, createBtsCli, docs, init, router, sponsors };
@@ -128,7 +128,7 @@ const dependencyVersionMap = {
128
128
  "@trpc/tanstack-react-query": "^11.5.0",
129
129
  "@trpc/server": "^11.5.0",
130
130
  "@trpc/client": "^11.5.0",
131
- next: "15.5.4",
131
+ next: "^16.0.7",
132
132
  convex: "^1.29.3",
133
133
  "@convex-dev/react-query": "^0.1.0",
134
134
  "convex-svelte": "^0.0.12",
@@ -153,7 +153,7 @@ const dependencyVersionMap = {
153
153
  alchemy: "^0.77.0",
154
154
  dotenv: "^17.2.2",
155
155
  tsdown: "^0.16.5",
156
- zod: "^4.1.11",
156
+ zod: "^4.1.13",
157
157
  srvx: "0.8.15",
158
158
  "@polar-sh/better-auth": "^1.1.3",
159
159
  "@polar-sh/sdk": "^0.34.16"
@@ -3975,7 +3975,7 @@ async function setupExamples(config) {
3975
3975
  const apiDir = path.join(projectDir, "packages/api");
3976
3976
  if (await fs.pathExists(apiDir) && backend !== "none") {
3977
3977
  if (orm === "drizzle") await addPackageDependency({
3978
- dependencies: ["drizzle-orm"],
3978
+ dependencies: ["drizzle-orm", "@types/pg"],
3979
3979
  projectDir: apiDir
3980
3980
  });
3981
3981
  else if (orm === "prisma") await addPackageDependency({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-better-t-stack",
3
- "version": "3.7.2",
3
+ "version": "3.7.3",
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",
@@ -80,7 +80,7 @@
80
80
  "trpc-cli": "^0.12.0",
81
81
  "ts-morph": "^27.0.2",
82
82
  "yaml": "^2.8.1",
83
- "zod": "^4.1.12"
83
+ "zod": "^4.1.13"
84
84
  },
85
85
  "devDependencies": {
86
86
  "@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,
@@ -16,8 +16,7 @@
16
16
  "nuxt": "^4.1.2",
17
17
  "typescript": "^5.9.2",
18
18
  "vue": "^3.5.21",
19
- "vue-router": "^4.5.1",
20
- "zod": "^4.1.5"
19
+ "vue-router": "^4.5.1"
21
20
  },
22
21
  "devDependencies": {
23
22
  "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": {
@@ -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",
@@ -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",
@@ -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}},
@@ -15,8 +15,7 @@
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
21
  "typescript": "^5.9.2",
@@ -23,7 +23,6 @@
23
23
  "vite": "^7.1.2"
24
24
  },
25
25
  "dependencies": {
26
- "@tanstack/svelte-form": "^1.19.2",
27
- "zod": "^4.0.17"
26
+ "@tanstack/svelte-form": "^1.19.2"
28
27
  }
29
28
  }