@stryke/prisma-trpc-generator 0.2.12 → 0.2.13
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/dist/generator.cjs +53 -1615
- package/dist/generator.js +16 -1572
- package/dist/index.cjs +53 -1615
- package/dist/index.js +16 -1572
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stryke/prisma-trpc-generator",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.13",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A fork of the prisma-trpc-generator code to work in ESM with Prisma v6.",
|
|
6
6
|
"repository": {
|
|
@@ -92,12 +92,14 @@
|
|
|
92
92
|
"monorepo"
|
|
93
93
|
],
|
|
94
94
|
"dependencies": {
|
|
95
|
+
"@prisma/client": "^6.5.0",
|
|
95
96
|
"@prisma/generator-helper": "^6.5.0",
|
|
96
97
|
"@prisma/internals": "^6.5.0",
|
|
97
98
|
"@prisma/prisma-schema-wasm": "^6.6.0-41.9061db3b0058e3d3731c6fe68a1b77061bed4861",
|
|
98
99
|
"esbuild": "^0.25.0",
|
|
99
100
|
"jiti": "^2.4.2",
|
|
100
101
|
"prettier": "^3.5.2",
|
|
102
|
+
"prisma-zod-generator": "^0.8.13",
|
|
101
103
|
"ts-morph": "^25.0.1"
|
|
102
104
|
},
|
|
103
105
|
"devDependencies": {
|
|
@@ -105,7 +107,6 @@
|
|
|
105
107
|
"@stryke/path": "workspace:*",
|
|
106
108
|
"@types/pluralize": "^0.0.33",
|
|
107
109
|
"pluralize": "^8.0.0",
|
|
108
|
-
"prisma-zod-generator": "^0.8.13",
|
|
109
110
|
"tsup": "^8.3.5",
|
|
110
111
|
"zod": "^3.24.2"
|
|
111
112
|
},
|