create-better-t-stack 2.33.3 → 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-Bkn3LM_8.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-Bkn3LM_8.js";
2
+ import { builder, createBtsCli, docs, init, router, sponsors } from "./src-BH7V4gQF.js";
3
3
 
4
4
  export { builder, createBtsCli, docs, init, router, sponsors };
@@ -68,7 +68,6 @@ const dependencyVersionMap = {
68
68
  "@tauri-apps/cli": "^2.4.0",
69
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",
@@ -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.3",
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",