@stryke/prisma-better-auth-generator 0.13.4 → 0.13.6

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.
Files changed (1) hide show
  1. package/package.json +7 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/prisma-better-auth-generator",
3
- "version": "0.13.4",
3
+ "version": "0.13.6",
4
4
  "type": "module",
5
5
  "description": "A package containing a Prisma v6 generator for Better-Auth authentication.",
6
6
  "repository": {
@@ -108,16 +108,18 @@
108
108
  "dependencies": {
109
109
  "@prisma/generator-helper": "^6.5.0",
110
110
  "@prisma/internals": "^6.5.0",
111
+ "@stryke/fs": "0.26.0",
112
+ "@stryke/path": "0.13.0",
111
113
  "esbuild": "^0.25.0",
112
- "jiti": "^2.4.2",
114
+ "jiti": "^2.5.1",
113
115
  "prettier": "^3.5.2",
114
- "ts-morph": "^25.0.1"
116
+ "ts-morph": "^25.0.1",
117
+ "zod": "^4.0.15"
115
118
  },
116
119
  "devDependencies": {
117
120
  "@types/pluralize": "^0.0.33",
118
121
  "pluralize": "^8.0.0",
119
- "tsup": "^8.3.5",
120
- "zod": "^4.0.15"
122
+ "tsup": "^8.3.5"
121
123
  },
122
124
  "publishConfig": {
123
125
  "access": "public"