@vexcms/better-auth 0.0.2 → 0.0.4
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 +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @vexcms/better-auth
|
|
2
2
|
|
|
3
|
-
[Better Auth](https://www.better-auth.com/) adapter for [VEX CMS](https://github.com/
|
|
3
|
+
[Better Auth](https://www.better-auth.com/) adapter for [VEX CMS](https://github.com/ianyimi/vex). Automatically extracts Better Auth's authentication tables and converts them into VEX collection definitions, enabling admin panel management of auth data.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vexcms/better-auth",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
],
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"better-auth": ">=1.4.9 <1.5.0",
|
|
18
|
-
"@vexcms/core": "0.0.
|
|
18
|
+
"@vexcms/core": "0.0.4"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@vitest/coverage-v8": "^4.0.18",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"tsup": "^8.5.1",
|
|
24
24
|
"typescript": "^5.9.3",
|
|
25
25
|
"vitest": "^4.0.0",
|
|
26
|
-
"@vexcms/core": "0.0.
|
|
26
|
+
"@vexcms/core": "0.0.4",
|
|
27
27
|
"@vexcms/tsconfig": "0.0.0"
|
|
28
28
|
},
|
|
29
29
|
"publishConfig": {
|