chore(release): 2.44.0

This commit is contained in:
Aman Varshney
2025-09-11 01:30:31 +05:30
parent ce97790e54
commit 97af79baa0
2 changed files with 89 additions and 90 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "create-better-t-stack", "name": "create-better-t-stack",
"version": "2.43.1", "version": "2.44.0",
"description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations", "description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations",
"type": "module", "type": "module",
"license": "MIT", "license": "MIT",

View File

@@ -15,7 +15,7 @@
}, },
"apps/cli": { "apps/cli": {
"name": "create-better-t-stack", "name": "create-better-t-stack",
"version": "2.43.1", "version": "2.44.0",
"bin": { "bin": {
"create-better-t-stack": "dist/cli.js", "create-better-t-stack": "dist/cli.js",
}, },
@@ -40,7 +40,6 @@
"@types/node": "^24.3.1", "@types/node": "^24.3.1",
"@vitest/ui": "^3.2.4", "@vitest/ui": "^3.2.4",
"tsdown": "^0.14.2", "tsdown": "^0.14.2",
"tsx": "^4.19.2",
"typescript": "^5.9.2", "typescript": "^5.9.2",
"vitest": "^3.2.4", "vitest": "^3.2.4",
}, },