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 +1 -1
- package/dist/index.js +1 -1
- package/dist/{src-BytnIoY2.js → src-dID--AYy.js} +2 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -2626,7 +2626,7 @@ async function setupUltracite(config, hasHusky) {
|
|
|
2626
2626
|
label: editor.label,
|
|
2627
2627
|
hint: editor.hint
|
|
2628
2628
|
})),
|
|
2629
|
-
required:
|
|
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:
|
|
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.
|
|
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",
|