This commit is contained in:
github-actions[bot]
2025-03-23 12:06:49 +05:30
committed by GitHub
parent 7d3e1e3ef7
commit a2f71761ba
3 changed files with 11 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
---
"create-better-t-stack": patch
---
Redirect unauthenticated users to login page instead of home

View File

@@ -1,5 +1,11 @@
# create-better-t-stack
## 0.17.1
### Patch Changes
- 9574230: Redirect unauthenticated users to login page instead of home
## 0.17.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "create-better-t-stack",
"version": "0.17.0",
"version": "0.17.1",
"description": "CLI tool to scaffold Better-T Stack projects",
"type": "module",
"license": "MIT",
@@ -22,7 +22,10 @@
"test": "vitest run",
"prepublishOnly": "npm run build"
},
"files": ["dist", "template"],
"files": [
"dist",
"template"
],
"dependencies": {
"@clack/prompts": "^0.10.0",
"commander": "^13.1.0",