@stryke/prisma-better-auth-generator 0.13.3 → 0.13.5
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stryke/prisma-better-auth-generator",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Prisma v6 generator for Better-Auth authentication.",
|
|
6
6
|
"repository": {
|
|
@@ -111,13 +111,13 @@
|
|
|
111
111
|
"esbuild": "^0.25.0",
|
|
112
112
|
"jiti": "^2.4.2",
|
|
113
113
|
"prettier": "^3.5.2",
|
|
114
|
-
"ts-morph": "^25.0.1"
|
|
114
|
+
"ts-morph": "^25.0.1",
|
|
115
|
+
"zod": "^4.0.15"
|
|
115
116
|
},
|
|
116
117
|
"devDependencies": {
|
|
117
118
|
"@types/pluralize": "^0.0.33",
|
|
118
119
|
"pluralize": "^8.0.0",
|
|
119
|
-
"tsup": "^8.3.5"
|
|
120
|
-
"zod": "^4.0.14"
|
|
120
|
+
"tsup": "^8.3.5"
|
|
121
121
|
},
|
|
122
122
|
"publishConfig": {
|
|
123
123
|
"access": "public"
|