@stryke/prisma-trpc-generator 0.12.4 → 0.12.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.
- package/dist/generator.cjs +1113 -13664
- package/dist/generator.js +1060 -13611
- package/dist/index.cjs +1113 -13664
- package/dist/index.js +1060 -13611
- package/package.json +8 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stryke/prisma-trpc-generator",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.6",
|
|
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": {
|
|
@@ -94,18 +94,20 @@
|
|
|
94
94
|
"dependencies": {
|
|
95
95
|
"@prisma/generator-helper": "^6.5.0",
|
|
96
96
|
"@prisma/internals": "^6.5.0",
|
|
97
|
+
"@stryke/fs": "^0.26.0",
|
|
98
|
+
"@stryke/path": "^0.13.0",
|
|
97
99
|
"esbuild": "^0.25.0",
|
|
98
|
-
"jiti": "^2.
|
|
100
|
+
"jiti": "^2.5.1",
|
|
99
101
|
"parenthesis": "^3.1.8",
|
|
100
102
|
"prettier": "^3.5.2",
|
|
101
|
-
"ts-morph": "^25.0.1"
|
|
103
|
+
"ts-morph": "^25.0.1",
|
|
104
|
+
"zod": "^4.0.15"
|
|
102
105
|
},
|
|
103
106
|
"devDependencies": {
|
|
104
107
|
"@types/pluralize": "^0.0.33",
|
|
105
108
|
"pluralize": "^8.0.0",
|
|
106
|
-
"tsup": "^8.3.5"
|
|
107
|
-
"zod": "^4.0.15"
|
|
109
|
+
"tsup": "^8.3.5"
|
|
108
110
|
},
|
|
109
111
|
"publishConfig": { "access": "public" },
|
|
110
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "dc317cbe47e06f3b3f7887b9176087c3de488853"
|
|
111
113
|
}
|