create-better-t-stack 2.35.2 → 2.35.3

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-BytnIoY2.js";
2
+ import { createBtsCli } from "./src-dID--AYy.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-BytnIoY2.js";
2
+ import { builder, createBtsCli, docs, init, router, sponsors } from "./src-dID--AYy.js";
3
3
 
4
4
  export { builder, createBtsCli, docs, init, router, sponsors };
@@ -2626,7 +2626,7 @@ async function setupUltracite(config, hasHusky) {
2626
2626
  label: editor.label,
2627
2627
  hint: editor.hint
2628
2628
  })),
2629
- required: false
2629
+ required: true
2630
2630
  });
2631
2631
  if (isCancel(editors)) return exitCancelled("Operation cancelled");
2632
2632
  const rules = await multiselect({
@@ -2636,7 +2636,7 @@ async function setupUltracite(config, hasHusky) {
2636
2636
  label: rule.label,
2637
2637
  hint: rule.hint
2638
2638
  })),
2639
- required: false
2639
+ required: true
2640
2640
  });
2641
2641
  if (isCancel(rules)) return exitCancelled("Operation cancelled");
2642
2642
  const ultraciteArgs = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-better-t-stack",
3
- "version": "2.35.2",
3
+ "version": "2.35.3",
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",