create-better-fullstack 2.1.1 → 2.1.2

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.
Files changed (2) hide show
  1. package/dist/index.d.mts +7 -7
  2. 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";
40
41
  mern: "mern";
41
42
  pern: "pern";
42
43
  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
- none: "none";
122
121
  effect: "effect";
122
+ none: "none";
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";
283
282
  tamagui: "tamagui";
284
283
  "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
- none: "none";
370
369
  ai: "ai";
370
+ none: "none";
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
- none: "none";
520
519
  default: "default";
520
+ none: "none";
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";
548
549
  merge: "merge";
549
550
  overwrite: "overwrite";
550
551
  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";
584
585
  none: "none";
585
586
  serde: "serde";
586
587
  uuid: "uuid";
587
588
  chrono: "chrono";
588
589
  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.1",
3
+ "version": "2.1.2",
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.1",
132
- "@better-fullstack/types": "^2.1.1",
131
+ "@better-fullstack/template-generator": "^2.1.2",
132
+ "@better-fullstack/types": "^2.1.2",
133
133
  "@clack/core": "^0.5.0",
134
134
  "@clack/prompts": "^1.6.0",
135
135
  "@orpc/server": "^1.14.6",