create-better-t-stack 3.2.13 → 3.2.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.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { n as createBtsCli } from "./src-DRbWVyGH.js";
2
+ import { n as createBtsCli } from "./src-_Zzj4V0r.js";
3
3
 
4
4
  //#region src/cli.ts
5
5
  createBtsCli().run();
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
1
  #!/usr/bin/env node
2
- import { a as router, i as init, n as createBtsCli, o as sponsors, r as docs, t as builder } from "./src-DRbWVyGH.js";
2
+ import { a as router, i as init, n as createBtsCli, o as sponsors, r as docs, t as builder } from "./src-_Zzj4V0r.js";
3
3
 
4
4
  export { builder, createBtsCli, docs, init, router, sponsors };
@@ -1812,6 +1812,7 @@ function validateFullConfig(config, providedFlags, options) {
1812
1812
  config.addons = [...new Set(config.addons)];
1813
1813
  }
1814
1814
  validateExamplesCompatibility(config.examples ?? [], config.backend, config.database, config.frontend ?? []);
1815
+ validatePaymentsCompatibility(config.payments, config.auth, config.backend, config.frontend ?? []);
1815
1816
  }
1816
1817
  function validateConfigForProgrammaticUse(config) {
1817
1818
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-better-t-stack",
3
- "version": "3.2.13",
3
+ "version": "3.2.15",
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",
@@ -2,7 +2,7 @@
2
2
  "$schema": "./node_modules/wrangler/config-schema.json",
3
3
  "name": "{{projectName}}",
4
4
  "main": "@tanstack/react-start/server-entry",
5
- "compatibility_date": "2025-07-05",
5
+ "compatibility_date": "2025-09-15",
6
6
  "compatibility_flags": ["nodejs_compat"],
7
7
  "assets": {
8
8
  "directory": ".output/public",
@@ -17,4 +17,4 @@
17
17
  // },
18
18
  // ],
19
19
  }
20
-
20
+