@stryke/prisma-better-auth-generator 0.14.4 → 0.14.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 +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/prisma-better-auth-generator",
3
- "version": "0.14.4",
3
+ "version": "0.14.6",
4
4
  "type": "module",
5
5
  "description": "A package containing a Prisma v6 generator for Better-Auth authentication.",
6
6
  "repository": {
@@ -106,20 +106,20 @@
106
106
  "monorepo"
107
107
  ],
108
108
  "dependencies": {
109
- "@prisma/generator-helper": "^6.5.0",
110
- "@prisma/internals": "^6.5.0",
111
- "@stryke/fs": "0.32.3",
112
- "esbuild": "^0.25.0",
113
- "jiti": "^2.5.1",
114
- "prettier": "^3.5.2",
109
+ "@prisma/generator-helper": "^6.18.0",
110
+ "@prisma/internals": "^6.18.0",
111
+ "@stryke/fs": "0.32.5",
112
+ "@stryke/path": "0.18.1",
113
+ "esbuild": "^0.25.11",
114
+ "jiti": "^2.6.1",
115
+ "prettier": "^3.6.2",
115
116
  "ts-morph": "^25.0.1",
116
- "zod": "^4.0.15",
117
- "@stryke/path": "0.17.0"
117
+ "zod": "^4.1.12"
118
118
  },
119
119
  "devDependencies": {
120
120
  "@types/pluralize": "^0.0.33",
121
121
  "pluralize": "^8.0.0",
122
- "tsup": "^8.3.5"
122
+ "tsup": "^8.5.0"
123
123
  },
124
124
  "publishConfig": {
125
125
  "access": "public"