authverse 1.1.8 → 1.1.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/README.md +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ Next.js and Tanstack State project.
|
|
|
19
19
|
It automatically integrates:
|
|
20
20
|
|
|
21
21
|
- **Better Auth** modern auth framework
|
|
22
|
-
- **ShadCN
|
|
22
|
+
- **ShadCN/UI auth screens**
|
|
23
23
|
- **Prisma or Drizzle database setup**
|
|
24
24
|
- **OAuth providers**
|
|
25
25
|
- **API routes + folder structure**
|
|
@@ -49,7 +49,7 @@ With just **one single run command**, you get:
|
|
|
49
49
|
- **Google OAuth**
|
|
50
50
|
- **GitHub OAuth**
|
|
51
51
|
- **Integrated Better Auth**
|
|
52
|
-
- **
|
|
52
|
+
- **Shadcn/ui auth screens**
|
|
53
53
|
- **Prisma or Drizzle database support**
|
|
54
54
|
- **Modern folder structure**
|
|
55
55
|
- **TypeScript support**
|
|
@@ -73,7 +73,7 @@ Authverse will guide you step-by-step to choose:
|
|
|
73
73
|
- And automatically generate everything for you
|
|
74
74
|
|
|
75
75
|
After running the CLI, your project will be fully ready with
|
|
76
|
-
**Better Auth**, **
|
|
76
|
+
**Better Auth**, **Shadcn/ui components**, and **database integration**.
|
|
77
77
|
|
|
78
78
|
---
|
|
79
79
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "authverse",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.9",
|
|
4
4
|
"description": "Authverse Fast modern CLI to generate full auth systems with OAuth Prisma Drizzle better auth and ready-to-use ShadCN UI screens",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "git+https://github.com/abdirahmanmahamoud/authverse.git",
|
|
@@ -47,12 +47,12 @@
|
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"chalk": "^5.6.2",
|
|
49
49
|
"commander": "^14.0.2",
|
|
50
|
-
"inquirer": "^
|
|
50
|
+
"inquirer": "^12.10.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@commitlint/cli": "^20.5.0",
|
|
54
54
|
"@commitlint/config-conventional": "^20.4.2",
|
|
55
|
-
"@types/node": "^25.5.
|
|
55
|
+
"@types/node": "^25.5.2",
|
|
56
56
|
"changelogithub": "^14.0.0",
|
|
57
57
|
"tsup": "^8.5.0",
|
|
58
58
|
"typescript": "^5.9.3",
|