create-better-t-stack 2.18.4 → 2.18.6
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 +4 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -54,8 +54,8 @@ const dependencyVersionMap = {
|
|
|
54
54
|
pg: "^8.14.1",
|
|
55
55
|
"@types/pg": "^8.11.11",
|
|
56
56
|
mysql2: "^3.14.0",
|
|
57
|
-
"@prisma/client": "^6.
|
|
58
|
-
prisma: "^6.
|
|
57
|
+
"@prisma/client": "^6.9.0",
|
|
58
|
+
prisma: "^6.9.0",
|
|
59
59
|
mongoose: "^8.14.0",
|
|
60
60
|
"vite-plugin-pwa": "^0.21.2",
|
|
61
61
|
"@vite-pwa/assets-generator": "^0.2.6",
|
|
@@ -539,7 +539,8 @@ async function setupAuth(config) {
|
|
|
539
539
|
"tanstack-start",
|
|
540
540
|
"next",
|
|
541
541
|
"nuxt",
|
|
542
|
-
"svelte"
|
|
542
|
+
"svelte",
|
|
543
|
+
"solid"
|
|
543
544
|
].includes(f));
|
|
544
545
|
if (hasWebFrontend && clientDirExists) await addPackageDependency({
|
|
545
546
|
dependencies: ["better-auth"],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-better-t-stack",
|
|
3
|
-
"version": "2.18.
|
|
3
|
+
"version": "2.18.6",
|
|
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",
|