@stryke/prisma-trpc-generator 0.13.97 → 0.13.98
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 +5 -133
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stryke/prisma-trpc-generator",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.98",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A fork of the prisma-trpc-generator code to work in ESM with Prisma v6.",
|
|
6
6
|
"keywords": [
|
|
@@ -48,139 +48,11 @@
|
|
|
48
48
|
"type": "module",
|
|
49
49
|
"exports": {
|
|
50
50
|
".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" },
|
|
51
|
-
"./config": {
|
|
52
|
-
"import": "./dist/config.mjs",
|
|
53
|
-
"require": "./dist/config.cjs"
|
|
54
|
-
},
|
|
55
|
-
"./env/src/get-env-paths": {
|
|
56
|
-
"import": "./dist/env/src/get-env-paths.mjs",
|
|
57
|
-
"require": "./dist/env/src/get-env-paths.cjs"
|
|
58
|
-
},
|
|
59
51
|
"./generator": {
|
|
60
52
|
"import": "./dist/generator.mjs",
|
|
61
53
|
"require": "./dist/generator.cjs"
|
|
62
54
|
},
|
|
63
|
-
"./
|
|
64
|
-
"import": "./dist/helpers.mjs",
|
|
65
|
-
"require": "./dist/helpers.cjs"
|
|
66
|
-
},
|
|
67
|
-
"./prisma-generator": {
|
|
68
|
-
"import": "./dist/prisma-generator.mjs",
|
|
69
|
-
"require": "./dist/prisma-generator.cjs"
|
|
70
|
-
},
|
|
71
|
-
"./project": {
|
|
72
|
-
"import": "./dist/project.mjs",
|
|
73
|
-
"require": "./dist/project.cjs"
|
|
74
|
-
},
|
|
75
|
-
"./string-format/src/acronyms": {
|
|
76
|
-
"import": "./dist/string-format/src/acronyms.mjs",
|
|
77
|
-
"require": "./dist/string-format/src/acronyms.cjs"
|
|
78
|
-
},
|
|
79
|
-
"./string-format/src/articles": {
|
|
80
|
-
"import": "./dist/string-format/src/articles.mjs",
|
|
81
|
-
"require": "./dist/string-format/src/articles.cjs"
|
|
82
|
-
},
|
|
83
|
-
"./string-format/src/combine": {
|
|
84
|
-
"import": "./dist/string-format/src/combine.mjs",
|
|
85
|
-
"require": "./dist/string-format/src/combine.cjs"
|
|
86
|
-
},
|
|
87
|
-
"./string-format/src/conjunctions": {
|
|
88
|
-
"import": "./dist/string-format/src/conjunctions.mjs",
|
|
89
|
-
"require": "./dist/string-format/src/conjunctions.cjs"
|
|
90
|
-
},
|
|
91
|
-
"./string-format/src/decamelize": {
|
|
92
|
-
"import": "./dist/string-format/src/decamelize.mjs",
|
|
93
|
-
"require": "./dist/string-format/src/decamelize.cjs"
|
|
94
|
-
},
|
|
95
|
-
"./string-format/src/format-special-cases": {
|
|
96
|
-
"import": "./dist/string-format/src/format-special-cases.mjs",
|
|
97
|
-
"require": "./dist/string-format/src/format-special-cases.cjs"
|
|
98
|
-
},
|
|
99
|
-
"./string-format/src/lower-case-first": {
|
|
100
|
-
"import": "./dist/string-format/src/lower-case-first.mjs",
|
|
101
|
-
"require": "./dist/string-format/src/lower-case-first.cjs"
|
|
102
|
-
},
|
|
103
|
-
"./string-format/src/prepositions": {
|
|
104
|
-
"import": "./dist/string-format/src/prepositions.mjs",
|
|
105
|
-
"require": "./dist/string-format/src/prepositions.cjs"
|
|
106
|
-
},
|
|
107
|
-
"./string-format/src/special-cases": {
|
|
108
|
-
"import": "./dist/string-format/src/special-cases.mjs",
|
|
109
|
-
"require": "./dist/string-format/src/special-cases.cjs"
|
|
110
|
-
},
|
|
111
|
-
"./string-format/src/title-case": {
|
|
112
|
-
"import": "./dist/string-format/src/title-case.mjs",
|
|
113
|
-
"require": "./dist/string-format/src/title-case.cjs"
|
|
114
|
-
},
|
|
115
|
-
"./string-format/src/upper-case-first": {
|
|
116
|
-
"import": "./dist/string-format/src/upper-case-first.mjs",
|
|
117
|
-
"require": "./dist/string-format/src/upper-case-first.cjs"
|
|
118
|
-
},
|
|
119
|
-
"./utils/format-file": {
|
|
120
|
-
"import": "./dist/utils/format-file.mjs",
|
|
121
|
-
"require": "./dist/utils/format-file.cjs"
|
|
122
|
-
},
|
|
123
|
-
"./utils/get-jiti": {
|
|
124
|
-
"import": "./dist/utils/get-jiti.mjs",
|
|
125
|
-
"require": "./dist/utils/get-jiti.cjs"
|
|
126
|
-
},
|
|
127
|
-
"./utils/get-prisma-internals": {
|
|
128
|
-
"import": "./dist/utils/get-prisma-internals.mjs",
|
|
129
|
-
"require": "./dist/utils/get-prisma-internals.cjs"
|
|
130
|
-
},
|
|
131
|
-
"./utils/write-file-safely": {
|
|
132
|
-
"import": "./dist/utils/write-file-safely.mjs",
|
|
133
|
-
"require": "./dist/utils/write-file-safely.cjs"
|
|
134
|
-
},
|
|
135
|
-
"./zod/aggregate-helpers": {
|
|
136
|
-
"import": "./dist/zod/aggregate-helpers.mjs",
|
|
137
|
-
"require": "./dist/zod/aggregate-helpers.cjs"
|
|
138
|
-
},
|
|
139
|
-
"./zod/comments-helpers": {
|
|
140
|
-
"import": "./dist/zod/comments-helpers.mjs",
|
|
141
|
-
"require": "./dist/zod/comments-helpers.cjs"
|
|
142
|
-
},
|
|
143
|
-
"./zod/docs-helpers": {
|
|
144
|
-
"import": "./dist/zod/docs-helpers.mjs",
|
|
145
|
-
"require": "./dist/zod/docs-helpers.cjs"
|
|
146
|
-
},
|
|
147
|
-
"./zod/generator-helpers": {
|
|
148
|
-
"import": "./dist/zod/generator-helpers.mjs",
|
|
149
|
-
"require": "./dist/zod/generator-helpers.cjs"
|
|
150
|
-
},
|
|
151
|
-
"./zod/helpers": {
|
|
152
|
-
"import": "./dist/zod/helpers.mjs",
|
|
153
|
-
"require": "./dist/zod/helpers.cjs"
|
|
154
|
-
},
|
|
155
|
-
"./zod/include-helpers": {
|
|
156
|
-
"import": "./dist/zod/include-helpers.mjs",
|
|
157
|
-
"require": "./dist/zod/include-helpers.cjs"
|
|
158
|
-
},
|
|
159
|
-
"./zod/model-helpers": {
|
|
160
|
-
"import": "./dist/zod/model-helpers.mjs",
|
|
161
|
-
"require": "./dist/zod/model-helpers.cjs"
|
|
162
|
-
},
|
|
163
|
-
"./zod/modelArgs-helpers": {
|
|
164
|
-
"import": "./dist/zod/modelArgs-helpers.mjs",
|
|
165
|
-
"require": "./dist/zod/modelArgs-helpers.cjs"
|
|
166
|
-
},
|
|
167
|
-
"./zod/mongodb-helpers": {
|
|
168
|
-
"import": "./dist/zod/mongodb-helpers.mjs",
|
|
169
|
-
"require": "./dist/zod/mongodb-helpers.cjs"
|
|
170
|
-
},
|
|
171
|
-
"./zod/select-helpers": {
|
|
172
|
-
"import": "./dist/zod/select-helpers.mjs",
|
|
173
|
-
"require": "./dist/zod/select-helpers.cjs"
|
|
174
|
-
},
|
|
175
|
-
"./zod/transformer": {
|
|
176
|
-
"import": "./dist/zod/transformer.mjs",
|
|
177
|
-
"require": "./dist/zod/transformer.cjs"
|
|
178
|
-
},
|
|
179
|
-
"./zod/whereUniqueInput-helpers": {
|
|
180
|
-
"import": "./dist/zod/whereUniqueInput-helpers.mjs",
|
|
181
|
-
"require": "./dist/zod/whereUniqueInput-helpers.cjs"
|
|
182
|
-
},
|
|
183
|
-
"./*": "./*"
|
|
55
|
+
"./package.json": "./package.json"
|
|
184
56
|
},
|
|
185
57
|
"main": "./dist/index.cjs",
|
|
186
58
|
"module": "./dist/index.mjs",
|
|
@@ -194,8 +66,8 @@
|
|
|
194
66
|
"dependencies": {
|
|
195
67
|
"@prisma/generator-helper": "^6.19.3",
|
|
196
68
|
"@prisma/internals": "^6.19.3",
|
|
197
|
-
"@stryke/fs": "^0.33.
|
|
198
|
-
"@stryke/path": "^0.29.
|
|
69
|
+
"@stryke/fs": "^0.33.81",
|
|
70
|
+
"@stryke/path": "^0.29.8",
|
|
199
71
|
"esbuild": "^0.25.12",
|
|
200
72
|
"jiti": "^2.7.0",
|
|
201
73
|
"parenthesis": "^3.1.8",
|
|
@@ -209,5 +81,5 @@
|
|
|
209
81
|
"tsdown": "^0.21.10"
|
|
210
82
|
},
|
|
211
83
|
"publishConfig": { "access": "public" },
|
|
212
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "166741e285a7112dfc6dd34206b43578dc4d19ec"
|
|
213
85
|
}
|