create-better-t-stack 3.21.3 → 3.21.5

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 { l as createBtsCli } from "./src-BDjiIkCi.mjs";
2
+ import { l as createBtsCli } from "./src-DS7GWAzq.mjs";
3
3
 
4
4
  //#region src/cli.ts
5
5
  createBtsCli().run();
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
1
  #!/usr/bin/env node
2
- import { _ as DatabaseSetupError, a as VirtualFileSystem, b as UserCancelledError, c as create, d as docs, f as generate, g as CompatibilityError, h as CLIError, i as TEMPLATE_COUNT, l as createBtsCli, m as sponsors, n as GeneratorError, o as add, p as router, r as Result, s as builder, t as EMBEDDED_TEMPLATES, u as createVirtual, v as DirectoryConflictError, x as ValidationError, y as ProjectCreationError } from "./src-BDjiIkCi.mjs";
2
+ import { _ as DatabaseSetupError, a as VirtualFileSystem, b as UserCancelledError, c as create, d as docs, f as generate, g as CompatibilityError, h as CLIError, i as TEMPLATE_COUNT, l as createBtsCli, m as sponsors, n as GeneratorError, o as add, p as router, r as Result, s as builder, t as EMBEDDED_TEMPLATES, u as createVirtual, v as DirectoryConflictError, x as ValidationError, y as ProjectCreationError } from "./src-DS7GWAzq.mjs";
3
3
 
4
4
  export { CLIError, CompatibilityError, DatabaseSetupError, DirectoryConflictError, EMBEDDED_TEMPLATES, GeneratorError, ProjectCreationError, Result, TEMPLATE_COUNT, UserCancelledError, ValidationError, VirtualFileSystem, add, builder, create, createBtsCli, createVirtual, docs, generate, router, sponsors };
@@ -1811,7 +1811,8 @@ const SKILL_SOURCES = {
1811
1811
  "prisma/skills": { label: "Prisma" },
1812
1812
  "elysiajs/skills": { label: "ElysiaJS" },
1813
1813
  "waynesutton/convexskills": { label: "Convex" },
1814
- "msmps/opentui-skill": { label: "OpenTUI Platform" }
1814
+ "msmps/opentui-skill": { label: "OpenTUI Platform" },
1815
+ "haydenbleasel/ultracite": { label: "Ultracite" }
1815
1816
  };
1816
1817
  const AVAILABLE_AGENTS = [
1817
1818
  {
@@ -1940,6 +1941,7 @@ function getRecommendedSourceKeys(config) {
1940
1941
  if (backend === "elysia") sources.push("elysiajs/skills");
1941
1942
  if (backend === "convex") sources.push("waynesutton/convexskills");
1942
1943
  if (addons.includes("opentui")) sources.push("msmps/opentui-skill");
1944
+ if (addons.includes("ultracite")) sources.push("haydenbleasel/ultracite");
1943
1945
  return sources;
1944
1946
  }
1945
1947
  const CURATED_SKILLS_BY_SOURCE = {
@@ -1997,7 +1999,8 @@ const CURATED_SKILLS_BY_SOURCE = {
1997
1999
  "convex-migrations",
1998
2000
  "convex-security-check"
1999
2001
  ],
2000
- "msmps/opentui-skill": () => ["opentui"]
2002
+ "msmps/opentui-skill": () => ["opentui"],
2003
+ "haydenbleasel/ultracite": () => ["ultracite"]
2001
2004
  };
2002
2005
  function getCuratedSkillNamesForSourceKey(sourceKey, config) {
2003
2006
  return CURATED_SKILLS_BY_SOURCE[sourceKey](config);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-better-t-stack",
3
- "version": "3.21.3",
3
+ "version": "3.21.5",
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.21.3",
74
- "@better-t-stack/types": "^3.21.3",
73
+ "@better-t-stack/template-generator": "^3.21.5",
74
+ "@better-t-stack/types": "^3.21.5",
75
75
  "@clack/core": "^1.0.0",
76
76
  "@clack/prompts": "^1.0.0",
77
77
  "@orpc/server": "^1.13.4",