create-better-t-stack 2.33.8 → 2.33.9

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-jDxvJPRx.js";
2
+ import { createBtsCli } from "./src-BSUXyw1T.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-jDxvJPRx.js";
2
+ import { builder, createBtsCli, docs, init, router, sponsors } from "./src-BSUXyw1T.js";
3
3
 
4
4
  export { builder, createBtsCli, docs, init, router, sponsors };
@@ -2346,7 +2346,7 @@ async function setupUltracite(config, hasHusky) {
2346
2346
  ];
2347
2347
  if (editors.length > 0) ultraciteArgs.push("--editors", ...editors);
2348
2348
  if (rules.length > 0) ultraciteArgs.push("--rules", ...rules);
2349
- if (hasHusky) ultraciteArgs.push("--features", "husky", "lint-staged");
2349
+ if (hasHusky) ultraciteArgs.push("--integrations", "husky", "lint-staged");
2350
2350
  const ultraciteArgsString = ultraciteArgs.join(" ");
2351
2351
  const commandWithArgs = `ultracite@latest ${ultraciteArgsString} --skip-install`;
2352
2352
  const ultraciteInitCommand = getPackageExecutionCommand(packageManager, commandWithArgs);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-better-t-stack",
3
- "version": "2.33.8",
3
+ "version": "2.33.9",
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",