create-better-t-stack 2.33.2 → 2.33.4

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 { createBtsCli } from "./src-T8rBM5gC.js";
2
+ import { createBtsCli } from "./src-BH7V4gQF.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 { builder, createBtsCli, docs, init, router, sponsors } from "./src-T8rBM5gC.js";
2
+ import { builder, createBtsCli, docs, init, router, sponsors } from "./src-BH7V4gQF.js";
3
3
 
4
4
  export { builder, createBtsCli, docs, init, router, sponsors };
@@ -66,9 +66,8 @@ const dependencyVersionMap = {
66
66
  "vite-plugin-pwa": "^1.0.1",
67
67
  "@vite-pwa/assets-generator": "^1.0.0",
68
68
  "@tauri-apps/cli": "^2.4.0",
69
- "@biomejs/biome": "^2.1.2",
69
+ "@biomejs/biome": "^2.2.0",
70
70
  oxlint: "^1.8.0",
71
- ultracite: "5.1.1",
72
71
  husky: "^9.1.7",
73
72
  "lint-staged": "^16.1.2",
74
73
  tsx: "^4.19.2",
@@ -136,7 +135,7 @@ const ADDON_COMPATIBILITY = {
136
135
  turborepo: [],
137
136
  starlight: [],
138
137
  ultracite: [],
139
- "ruler": [],
138
+ ruler: [],
140
139
  oxlint: [],
141
140
  fumadocs: [],
142
141
  none: []
@@ -1904,10 +1903,6 @@ async function setupUltracite(config, hasHusky) {
1904
1903
  devDependencies: ["husky", "lint-staged"],
1905
1904
  projectDir
1906
1905
  });
1907
- await addPackageDependency({
1908
- devDependencies: ["ultracite"],
1909
- projectDir
1910
- });
1911
1906
  log.success("Ultracite setup successfully!");
1912
1907
  } catch (error) {
1913
1908
  log.error(pc.red("Failed to set up Ultracite"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-better-t-stack",
3
- "version": "2.33.2",
3
+ "version": "2.33.4",
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",
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://biomejs.dev/schemas/2.1.2/schema.json",
2
+ "$schema": "https://biomejs.dev/schemas/2.2.0/schema.json",
3
3
  "vcs": {
4
4
  "enabled": false,
5
5
  "clientKind": "git",
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://biomejs.dev/schemas/2.1.2/schema.json",
2
+ "$schema": "https://biomejs.dev/schemas/2.2.0/schema.json",
3
3
  "files": {
4
4
  "ignoreUnknown": false,
5
5
  "includes": [