create-better-t-stack 3.43.4 → 3.44.0
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.mjs +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +1 -1
- package/dist/{src-DgIDG3dg.mjs → src-DyelC0q-.mjs} +1 -1
- package/package.json +3 -3
package/dist/cli.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { D as setProcessMode, i as SchemaNameSchema, l as create, m as getSchemaResult, s as add, u as createBtsCli, v as types_exports, y as getLatestCLIVersion } from "./src-
|
|
2
|
+
import { D as setProcessMode, i as SchemaNameSchema, l as create, m as getSchemaResult, s as add, u as createBtsCli, v as types_exports, y as getLatestCLIVersion } from "./src-DyelC0q-.mjs";
|
|
3
3
|
import { lineByLineConsoleLogger } from "trpc-cli";
|
|
4
4
|
import z from "zod";
|
|
5
5
|
import { McpServer } from "@modelcontextprotocol/server";
|
package/dist/index.d.mts
CHANGED
|
@@ -606,6 +606,7 @@ export declare const router: {
|
|
|
606
606
|
oxlint: "oxlint";
|
|
607
607
|
}>>;
|
|
608
608
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
609
|
+
void: "void";
|
|
609
610
|
antigravity: "antigravity";
|
|
610
611
|
cursor: "cursor";
|
|
611
612
|
vscode: "vscode";
|
|
@@ -615,7 +616,6 @@ export declare const router: {
|
|
|
615
616
|
bob: "bob";
|
|
616
617
|
codebuddy: "codebuddy";
|
|
617
618
|
trae: "trae";
|
|
618
|
-
void: "void";
|
|
619
619
|
kiro: "kiro";
|
|
620
620
|
}>>>;
|
|
621
621
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -1121,6 +1121,7 @@ export declare const router: {
|
|
|
1121
1121
|
oxlint: "oxlint";
|
|
1122
1122
|
}>>;
|
|
1123
1123
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1124
|
+
void: "void";
|
|
1124
1125
|
antigravity: "antigravity";
|
|
1125
1126
|
cursor: "cursor";
|
|
1126
1127
|
vscode: "vscode";
|
|
@@ -1130,7 +1131,6 @@ export declare const router: {
|
|
|
1130
1131
|
bob: "bob";
|
|
1131
1132
|
codebuddy: "codebuddy";
|
|
1132
1133
|
trae: "trae";
|
|
1133
|
-
void: "void";
|
|
1134
1134
|
kiro: "kiro";
|
|
1135
1135
|
}>>>;
|
|
1136
1136
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
package/dist/index.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { C as DirectoryConflictError, E as ValidationError, S as DatabaseSetupError, T as UserCancelledError, _ as ProjectLauncherSchema, a as TEMPLATE_COUNT, b as CLIError, c as builder, d as createVirtual, f as docs, g as sponsors, h as router, i as SchemaNameSchema, l as create, m as getSchemaResult, n as GeneratorError, o as VirtualFileSystem, p as generate, r as Result, s as add, t as EMBEDDED_TEMPLATES, u as createBtsCli, w as ProjectCreationError, x as CompatibilityError } from "./src-
|
|
2
|
+
import { C as DirectoryConflictError, E as ValidationError, S as DatabaseSetupError, T as UserCancelledError, _ as ProjectLauncherSchema, a as TEMPLATE_COUNT, b as CLIError, c as builder, d as createVirtual, f as docs, g as sponsors, h as router, i as SchemaNameSchema, l as create, m as getSchemaResult, n as GeneratorError, o as VirtualFileSystem, p as generate, r as Result, s as add, t as EMBEDDED_TEMPLATES, u as createBtsCli, w as ProjectCreationError, x as CompatibilityError } from "./src-DyelC0q-.mjs";
|
|
3
3
|
export { CLIError, CompatibilityError, DatabaseSetupError, DirectoryConflictError, EMBEDDED_TEMPLATES, GeneratorError, ProjectCreationError, ProjectLauncherSchema, Result, SchemaNameSchema, TEMPLATE_COUNT, UserCancelledError, ValidationError, VirtualFileSystem, add, builder, create, createBtsCli, createVirtual, docs, generate, getSchemaResult, router, sponsors };
|
|
@@ -1119,7 +1119,7 @@ function validatePrismaServerDeploy(serverDeploy, backend, runtime) {
|
|
|
1119
1119
|
}
|
|
1120
1120
|
function validatePrismaWebDeploy(webDeploy, frontend) {
|
|
1121
1121
|
if (webDeploy !== "prisma" || !frontend) return Result.ok(void 0);
|
|
1122
|
-
if (!supportsPrismaWebDeploy(frontend)) return validationErr$1("'--web-deploy prisma' requires a supported
|
|
1122
|
+
if (!supportsPrismaWebDeploy(frontend)) return validationErr$1("'--web-deploy prisma' requires a supported web frontend. Choose TanStack Router, Next.js, Nuxt, Astro, React Router, TanStack Start, SvelteKit, or Solid.");
|
|
1123
1123
|
return Result.ok(void 0);
|
|
1124
1124
|
}
|
|
1125
1125
|
function validateCloudflareWebDeployKnownIssues(config) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-better-t-stack",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.44.0",
|
|
4
4
|
"description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"better-auth",
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
"prepublishOnly": "npm run build"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@better-t-stack/template-generator": "^3.
|
|
74
|
-
"@better-t-stack/types": "^3.
|
|
73
|
+
"@better-t-stack/template-generator": "^3.44.0",
|
|
74
|
+
"@better-t-stack/types": "^3.44.0",
|
|
75
75
|
"@clack/core": "^1.5.0",
|
|
76
76
|
"@clack/prompts": "^1.8.0",
|
|
77
77
|
"@modelcontextprotocol/server": "2.0.0",
|