create-better-fullstack 2.1.2 → 2.1.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/index.d.mts +7 -7
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -37,10 +37,10 @@ declare const router: {
|
|
|
37
37
|
create: _orpc_server0.Procedure<_orpc_server0.MergedInitialContext<Record<never, never>, Record<never, never>, Record<never, never>>, Record<never, never>, z.ZodTuple<[z.ZodOptional<z.ZodString>, z.ZodObject<{
|
|
38
38
|
template: z.ZodOptional<z.ZodEnum<{
|
|
39
39
|
none: "none";
|
|
40
|
-
uniwind: "uniwind";
|
|
41
40
|
mern: "mern";
|
|
42
41
|
pern: "pern";
|
|
43
42
|
t3: "t3";
|
|
43
|
+
uniwind: "uniwind";
|
|
44
44
|
}>>;
|
|
45
45
|
fromHistory: z.ZodOptional<z.ZodNumber>;
|
|
46
46
|
config: z.ZodOptional<z.ZodString>;
|
|
@@ -118,8 +118,8 @@ declare const router: {
|
|
|
118
118
|
uppy: "uppy";
|
|
119
119
|
}>>;
|
|
120
120
|
effect: z.ZodOptional<z.ZodEnum<{
|
|
121
|
-
effect: "effect";
|
|
122
121
|
none: "none";
|
|
122
|
+
effect: "effect";
|
|
123
123
|
"effect-full": "effect-full";
|
|
124
124
|
}>>;
|
|
125
125
|
stateManagement: z.ZodOptional<z.ZodEnum<{
|
|
@@ -279,9 +279,9 @@ declare const router: {
|
|
|
279
279
|
}>>;
|
|
280
280
|
mobileUI: z.ZodOptional<z.ZodEnum<{
|
|
281
281
|
none: "none";
|
|
282
|
+
uniwind: "uniwind";
|
|
282
283
|
tamagui: "tamagui";
|
|
283
284
|
"gluestack-ui": "gluestack-ui";
|
|
284
|
-
uniwind: "uniwind";
|
|
285
285
|
unistyles: "unistyles";
|
|
286
286
|
}>>;
|
|
287
287
|
mobileStorage: z.ZodOptional<z.ZodEnum<{
|
|
@@ -366,8 +366,8 @@ declare const router: {
|
|
|
366
366
|
"github-actions": "github-actions";
|
|
367
367
|
}>>>;
|
|
368
368
|
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
369
|
-
ai: "ai";
|
|
370
369
|
none: "none";
|
|
370
|
+
ai: "ai";
|
|
371
371
|
"chat-sdk": "chat-sdk";
|
|
372
372
|
"tanstack-showcase": "tanstack-showcase";
|
|
373
373
|
}>>>;
|
|
@@ -516,8 +516,8 @@ declare const router: {
|
|
|
516
516
|
"geist-mono": "geist-mono";
|
|
517
517
|
}>>;
|
|
518
518
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
519
|
-
default: "default";
|
|
520
519
|
none: "none";
|
|
520
|
+
default: "default";
|
|
521
521
|
small: "small";
|
|
522
522
|
medium: "medium";
|
|
523
523
|
large: "large";
|
|
@@ -545,10 +545,10 @@ declare const router: {
|
|
|
545
545
|
vercel: "vercel";
|
|
546
546
|
}>>;
|
|
547
547
|
directoryConflict: z.ZodOptional<z.ZodEnum<{
|
|
548
|
-
error: "error";
|
|
549
548
|
merge: "merge";
|
|
550
549
|
overwrite: "overwrite";
|
|
551
550
|
increment: "increment";
|
|
551
|
+
error: "error";
|
|
552
552
|
}>>;
|
|
553
553
|
renderTitle: z.ZodOptional<z.ZodBoolean>;
|
|
554
554
|
disableAnalytics: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
@@ -581,12 +581,12 @@ declare const router: {
|
|
|
581
581
|
ratatui: "ratatui";
|
|
582
582
|
}>>;
|
|
583
583
|
rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
584
|
-
config: "config";
|
|
585
584
|
none: "none";
|
|
586
585
|
serde: "serde";
|
|
587
586
|
uuid: "uuid";
|
|
588
587
|
chrono: "chrono";
|
|
589
588
|
reqwest: "reqwest";
|
|
589
|
+
config: "config";
|
|
590
590
|
dashmap: "dashmap";
|
|
591
591
|
"parking-lot": "parking-lot";
|
|
592
592
|
secrecy: "secrecy";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-better-fullstack",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.3",
|
|
4
4
|
"description": "Scaffold production-ready fullstack apps in seconds. Pick your stack from 425 options — the CLI wires everything together.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"algolia",
|
|
@@ -128,8 +128,8 @@
|
|
|
128
128
|
"prepublishOnly": "npm run build"
|
|
129
129
|
},
|
|
130
130
|
"dependencies": {
|
|
131
|
-
"@better-fullstack/template-generator": "^2.1.
|
|
132
|
-
"@better-fullstack/types": "^2.1.
|
|
131
|
+
"@better-fullstack/template-generator": "^2.1.3",
|
|
132
|
+
"@better-fullstack/types": "^2.1.3",
|
|
133
133
|
"@clack/core": "^0.5.0",
|
|
134
134
|
"@clack/prompts": "^1.6.0",
|
|
135
135
|
"@orpc/server": "^1.14.6",
|