create-better-fullstack 1.4.14 → 1.4.15

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 CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { s as createBtsCli } from "./src-DkmebgOw.mjs";
2
+ import { s as createBtsCli } from "./src-D-YGZXlq.mjs";
3
3
 
4
4
  //#region src/cli.ts
5
5
  createBtsCli().run();
package/dist/index.d.mts CHANGED
@@ -196,6 +196,7 @@ declare const router: {
196
196
  payload: "payload";
197
197
  sanity: "sanity";
198
198
  strapi: "strapi";
199
+ tinacms: "tinacms";
199
200
  }>>;
200
201
  caching: z.ZodOptional<z.ZodEnum<{
201
202
  none: "none";
@@ -564,7 +565,7 @@ declare const router: {
564
565
  observability: "none" | "opentelemetry" | "sentry" | "grafana";
565
566
  featureFlags: "none" | "growthbook" | "posthog";
566
567
  analytics: "none" | "plausible" | "umami";
567
- cms: "none" | "payload" | "sanity" | "strapi";
568
+ cms: "none" | "payload" | "sanity" | "strapi" | "tinacms";
568
569
  caching: "none" | "upstash-redis";
569
570
  search: "none" | "meilisearch" | "typesense";
570
571
  fileStorage: "none" | "s3" | "r2";
@@ -650,7 +651,7 @@ declare const router: {
650
651
  observability: "none" | "opentelemetry" | "sentry" | "grafana";
651
652
  featureFlags: "none" | "growthbook" | "posthog";
652
653
  analytics: "none" | "plausible" | "umami";
653
- cms: "none" | "payload" | "sanity" | "strapi";
654
+ cms: "none" | "payload" | "sanity" | "strapi" | "tinacms";
654
655
  caching: "none" | "upstash-redis";
655
656
  search: "none" | "meilisearch" | "typesense";
656
657
  fileStorage: "none" | "s3" | "r2";
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
1
  #!/usr/bin/env node
2
- import { a as builder, c as createVirtual, d as history, f as router, i as add, l as docs, n as TEMPLATE_COUNT, o as create, p as sponsors, r as VirtualFileSystem, s as createBtsCli, t as EMBEDDED_TEMPLATES, u as generateVirtualProject } from "./src-DkmebgOw.mjs";
2
+ import { a as builder, c as createVirtual, d as history, f as router, i as add, l as docs, n as TEMPLATE_COUNT, o as create, p as sponsors, r as VirtualFileSystem, s as createBtsCli, t as EMBEDDED_TEMPLATES, u as generateVirtualProject } from "./src-D-YGZXlq.mjs";
3
3
 
4
4
  export { EMBEDDED_TEMPLATES, TEMPLATE_COUNT, VirtualFileSystem, add, builder, create, createBtsCli, createVirtual, docs, generateVirtualProject, history, router, sponsors };
@@ -3385,6 +3385,11 @@ async function getCMSChoice(cms, backend) {
3385
3385
  label: "Strapi",
3386
3386
  hint: "Open-source headless CMS with admin panel"
3387
3387
  },
3388
+ {
3389
+ value: "tinacms",
3390
+ label: "TinaCMS",
3391
+ hint: "Git-backed headless CMS with visual editing"
3392
+ },
3388
3393
  {
3389
3394
  value: "none",
3390
3395
  label: "None",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-better-fullstack",
3
- "version": "1.4.14",
3
+ "version": "1.4.15",
4
4
  "description": "Scaffold production-ready fullstack apps in seconds. Pick your stack from 270+ options — the CLI wires everything together.",
5
5
  "keywords": [
6
6
  "better-auth",
@@ -83,15 +83,15 @@
83
83
  "prepublishOnly": "npm run build"
84
84
  },
85
85
  "dependencies": {
86
- "@better-fullstack/template-generator": "^1.4.14",
87
- "@better-fullstack/types": "^1.4.14",
86
+ "@better-fullstack/template-generator": "^1.4.15",
87
+ "@better-fullstack/types": "^1.4.15",
88
88
  "@clack/core": "^0.5.0",
89
- "@clack/prompts": "^1.0.0-alpha.8",
90
- "@orpc/server": "^1.13.0",
89
+ "@clack/prompts": "^1.1.0",
90
+ "@orpc/server": "^1.13.7",
91
91
  "consola": "^3.4.2",
92
92
  "env-paths": "^4.0.0",
93
93
  "execa": "^9.6.1",
94
- "fs-extra": "^11.3.3",
94
+ "fs-extra": "^11.3.4",
95
95
  "gradient-string": "^3.0.0",
96
96
  "handlebars": "^4.7.8",
97
97
  "jsonc-parser": "^3.3.1",
@@ -101,13 +101,13 @@
101
101
  "trpc-cli": "^0.12.1",
102
102
  "ts-morph": "^27.0.2",
103
103
  "yaml": "^2.8.2",
104
- "zod": "^4.2.1"
104
+ "zod": "^4.3.6"
105
105
  },
106
106
  "devDependencies": {
107
- "@types/bun": "^1.3.5",
107
+ "@types/bun": "^1.3.10",
108
108
  "@types/fs-extra": "^11.0.4",
109
- "@types/node": "^25.0.3",
110
- "publint": "^0.3.16",
109
+ "@types/node": "^25.5.0",
110
+ "publint": "^0.3.18",
111
111
  "tsdown": "^0.18.2",
112
112
  "typescript": "^5.9.3"
113
113
  }