@trpc/server 9.27.0 → 9.27.1
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trpc/server",
|
|
3
|
-
"version": "9.27.
|
|
3
|
+
"version": "9.27.1",
|
|
4
4
|
"description": "tRPC Server",
|
|
5
5
|
"author": "KATT",
|
|
6
6
|
"license": "MIT",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"yup": "^0.32.8",
|
|
71
71
|
"zod": "^3.0.0"
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "82ee39e711fa6d8e10569fdb8d765b410e700984"
|
|
74
74
|
}
|
|
@@ -8,6 +8,7 @@ export function mergeRoutersGeneric<
|
|
|
8
8
|
): Router<{
|
|
9
9
|
router: true;
|
|
10
10
|
_ctx: RP0['_ctx'];
|
|
11
|
+
legacy: RP0['legacy'];
|
|
11
12
|
_errorShape: RP0['_errorShape'];
|
|
12
13
|
_meta: RP0['_meta'];
|
|
13
14
|
transformer: RP0['transformer'];
|
|
@@ -27,6 +28,7 @@ export function mergeRoutersGeneric<
|
|
|
27
28
|
): Router<{
|
|
28
29
|
router: true;
|
|
29
30
|
_ctx: RP0['_ctx'];
|
|
31
|
+
legacy: RP0['legacy'] & RP1['legacy'];
|
|
30
32
|
_errorShape: RP0['_errorShape'];
|
|
31
33
|
_meta: RP0['_meta'];
|
|
32
34
|
transformer: RP0['transformer'];
|
|
@@ -46,6 +48,7 @@ export function mergeRoutersGeneric<
|
|
|
46
48
|
): Router<{
|
|
47
49
|
router: true;
|
|
48
50
|
_ctx: RP0['_ctx'];
|
|
51
|
+
legacy: RP0['legacy'] & RP1['legacy'] & RP2['legacy'];
|
|
49
52
|
_errorShape: RP0['_errorShape'];
|
|
50
53
|
_meta: RP0['_meta'];
|
|
51
54
|
transformer: RP0['transformer'];
|
|
@@ -65,6 +68,7 @@ export function mergeRoutersGeneric<
|
|
|
65
68
|
): Router<{
|
|
66
69
|
router: true;
|
|
67
70
|
_ctx: RP0['_ctx'];
|
|
71
|
+
legacy: RP0['legacy'] & RP1['legacy'] & RP2['legacy'] & RP3['legacy'];
|
|
68
72
|
_errorShape: RP0['_errorShape'];
|
|
69
73
|
_meta: RP0['_meta'];
|
|
70
74
|
transformer: RP0['transformer'];
|
|
@@ -84,6 +88,7 @@ export function mergeRoutersGeneric<
|
|
|
84
88
|
): Router<{
|
|
85
89
|
router: true;
|
|
86
90
|
_ctx: RP0['_ctx'];
|
|
91
|
+
legacy: RP0['legacy'] & RP1['legacy'] & RP2['legacy'] & RP3['legacy'] & RP4['legacy'];
|
|
87
92
|
_errorShape: RP0['_errorShape'];
|
|
88
93
|
_meta: RP0['_meta'];
|
|
89
94
|
transformer: RP0['transformer'];
|
|
@@ -103,6 +108,7 @@ export function mergeRoutersGeneric<
|
|
|
103
108
|
): Router<{
|
|
104
109
|
router: true;
|
|
105
110
|
_ctx: RP0['_ctx'];
|
|
111
|
+
legacy: RP0['legacy'] & RP1['legacy'] & RP2['legacy'] & RP3['legacy'] & RP4['legacy'] & RP5['legacy'];
|
|
106
112
|
_errorShape: RP0['_errorShape'];
|
|
107
113
|
_meta: RP0['_meta'];
|
|
108
114
|
transformer: RP0['transformer'];
|
|
@@ -122,6 +128,7 @@ export function mergeRoutersGeneric<
|
|
|
122
128
|
): Router<{
|
|
123
129
|
router: true;
|
|
124
130
|
_ctx: RP0['_ctx'];
|
|
131
|
+
legacy: RP0['legacy'] & RP1['legacy'] & RP2['legacy'] & RP3['legacy'] & RP4['legacy'] & RP5['legacy'] & RP6['legacy'];
|
|
125
132
|
_errorShape: RP0['_errorShape'];
|
|
126
133
|
_meta: RP0['_meta'];
|
|
127
134
|
transformer: RP0['transformer'];
|
|
@@ -141,6 +148,7 @@ export function mergeRoutersGeneric<
|
|
|
141
148
|
): Router<{
|
|
142
149
|
router: true;
|
|
143
150
|
_ctx: RP0['_ctx'];
|
|
151
|
+
legacy: RP0['legacy'] & RP1['legacy'] & RP2['legacy'] & RP3['legacy'] & RP4['legacy'] & RP5['legacy'] & RP6['legacy'] & RP7['legacy'];
|
|
144
152
|
_errorShape: RP0['_errorShape'];
|
|
145
153
|
_meta: RP0['_meta'];
|
|
146
154
|
transformer: RP0['transformer'];
|
|
@@ -160,6 +168,7 @@ export function mergeRoutersGeneric<
|
|
|
160
168
|
): Router<{
|
|
161
169
|
router: true;
|
|
162
170
|
_ctx: RP0['_ctx'];
|
|
171
|
+
legacy: RP0['legacy'] & RP1['legacy'] & RP2['legacy'] & RP3['legacy'] & RP4['legacy'] & RP5['legacy'] & RP6['legacy'] & RP7['legacy'] & RP8['legacy'];
|
|
163
172
|
_errorShape: RP0['_errorShape'];
|
|
164
173
|
_meta: RP0['_meta'];
|
|
165
174
|
transformer: RP0['transformer'];
|
|
@@ -179,6 +188,7 @@ export function mergeRoutersGeneric<
|
|
|
179
188
|
): Router<{
|
|
180
189
|
router: true;
|
|
181
190
|
_ctx: RP0['_ctx'];
|
|
191
|
+
legacy: RP0['legacy'] & RP1['legacy'] & RP2['legacy'] & RP3['legacy'] & RP4['legacy'] & RP5['legacy'] & RP6['legacy'] & RP7['legacy'] & RP8['legacy'] & RP9['legacy'];
|
|
182
192
|
_errorShape: RP0['_errorShape'];
|
|
183
193
|
_meta: RP0['_meta'];
|
|
184
194
|
transformer: RP0['transformer'];
|
|
@@ -198,6 +208,7 @@ export function mergeRoutersGeneric<
|
|
|
198
208
|
): Router<{
|
|
199
209
|
router: true;
|
|
200
210
|
_ctx: RP0['_ctx'];
|
|
211
|
+
legacy: RP0['legacy'] & RP1['legacy'] & RP2['legacy'] & RP3['legacy'] & RP4['legacy'] & RP5['legacy'] & RP6['legacy'] & RP7['legacy'] & RP8['legacy'] & RP9['legacy'] & RP10['legacy'];
|
|
201
212
|
_errorShape: RP0['_errorShape'];
|
|
202
213
|
_meta: RP0['_meta'];
|
|
203
214
|
transformer: RP0['transformer'];
|
|
@@ -217,6 +228,7 @@ export function mergeRoutersGeneric<
|
|
|
217
228
|
): Router<{
|
|
218
229
|
router: true;
|
|
219
230
|
_ctx: RP0['_ctx'];
|
|
231
|
+
legacy: RP0['legacy'] & RP1['legacy'] & RP2['legacy'] & RP3['legacy'] & RP4['legacy'] & RP5['legacy'] & RP6['legacy'] & RP7['legacy'] & RP8['legacy'] & RP9['legacy'] & RP10['legacy'] & RP11['legacy'];
|
|
220
232
|
_errorShape: RP0['_errorShape'];
|
|
221
233
|
_meta: RP0['_meta'];
|
|
222
234
|
transformer: RP0['transformer'];
|
|
@@ -236,6 +248,7 @@ export function mergeRoutersGeneric<
|
|
|
236
248
|
): Router<{
|
|
237
249
|
router: true;
|
|
238
250
|
_ctx: RP0['_ctx'];
|
|
251
|
+
legacy: RP0['legacy'] & RP1['legacy'] & RP2['legacy'] & RP3['legacy'] & RP4['legacy'] & RP5['legacy'] & RP6['legacy'] & RP7['legacy'] & RP8['legacy'] & RP9['legacy'] & RP10['legacy'] & RP11['legacy'] & RP12['legacy'];
|
|
239
252
|
_errorShape: RP0['_errorShape'];
|
|
240
253
|
_meta: RP0['_meta'];
|
|
241
254
|
transformer: RP0['transformer'];
|
|
@@ -255,6 +268,7 @@ export function mergeRoutersGeneric<
|
|
|
255
268
|
): Router<{
|
|
256
269
|
router: true;
|
|
257
270
|
_ctx: RP0['_ctx'];
|
|
271
|
+
legacy: RP0['legacy'] & RP1['legacy'] & RP2['legacy'] & RP3['legacy'] & RP4['legacy'] & RP5['legacy'] & RP6['legacy'] & RP7['legacy'] & RP8['legacy'] & RP9['legacy'] & RP10['legacy'] & RP11['legacy'] & RP12['legacy'] & RP13['legacy'];
|
|
258
272
|
_errorShape: RP0['_errorShape'];
|
|
259
273
|
_meta: RP0['_meta'];
|
|
260
274
|
transformer: RP0['transformer'];
|
|
@@ -274,6 +288,7 @@ export function mergeRoutersGeneric<
|
|
|
274
288
|
): Router<{
|
|
275
289
|
router: true;
|
|
276
290
|
_ctx: RP0['_ctx'];
|
|
291
|
+
legacy: RP0['legacy'] & RP1['legacy'] & RP2['legacy'] & RP3['legacy'] & RP4['legacy'] & RP5['legacy'] & RP6['legacy'] & RP7['legacy'] & RP8['legacy'] & RP9['legacy'] & RP10['legacy'] & RP11['legacy'] & RP12['legacy'] & RP13['legacy'] & RP14['legacy'];
|
|
277
292
|
_errorShape: RP0['_errorShape'];
|
|
278
293
|
_meta: RP0['_meta'];
|
|
279
294
|
transformer: RP0['transformer'];
|
|
@@ -293,6 +308,7 @@ export function mergeRoutersGeneric<
|
|
|
293
308
|
): Router<{
|
|
294
309
|
router: true;
|
|
295
310
|
_ctx: RP0['_ctx'];
|
|
311
|
+
legacy: RP0['legacy'] & RP1['legacy'] & RP2['legacy'] & RP3['legacy'] & RP4['legacy'] & RP5['legacy'] & RP6['legacy'] & RP7['legacy'] & RP8['legacy'] & RP9['legacy'] & RP10['legacy'] & RP11['legacy'] & RP12['legacy'] & RP13['legacy'] & RP14['legacy'] & RP15['legacy'];
|
|
296
312
|
_errorShape: RP0['_errorShape'];
|
|
297
313
|
_meta: RP0['_meta'];
|
|
298
314
|
transformer: RP0['transformer'];
|
|
@@ -312,6 +328,7 @@ export function mergeRoutersGeneric<
|
|
|
312
328
|
): Router<{
|
|
313
329
|
router: true;
|
|
314
330
|
_ctx: RP0['_ctx'];
|
|
331
|
+
legacy: RP0['legacy'] & RP1['legacy'] & RP2['legacy'] & RP3['legacy'] & RP4['legacy'] & RP5['legacy'] & RP6['legacy'] & RP7['legacy'] & RP8['legacy'] & RP9['legacy'] & RP10['legacy'] & RP11['legacy'] & RP12['legacy'] & RP13['legacy'] & RP14['legacy'] & RP15['legacy'] & RP16['legacy'];
|
|
315
332
|
_errorShape: RP0['_errorShape'];
|
|
316
333
|
_meta: RP0['_meta'];
|
|
317
334
|
transformer: RP0['transformer'];
|
|
@@ -331,6 +348,7 @@ export function mergeRoutersGeneric<
|
|
|
331
348
|
): Router<{
|
|
332
349
|
router: true;
|
|
333
350
|
_ctx: RP0['_ctx'];
|
|
351
|
+
legacy: RP0['legacy'] & RP1['legacy'] & RP2['legacy'] & RP3['legacy'] & RP4['legacy'] & RP5['legacy'] & RP6['legacy'] & RP7['legacy'] & RP8['legacy'] & RP9['legacy'] & RP10['legacy'] & RP11['legacy'] & RP12['legacy'] & RP13['legacy'] & RP14['legacy'] & RP15['legacy'] & RP16['legacy'] & RP17['legacy'];
|
|
334
352
|
_errorShape: RP0['_errorShape'];
|
|
335
353
|
_meta: RP0['_meta'];
|
|
336
354
|
transformer: RP0['transformer'];
|
|
@@ -350,6 +368,7 @@ export function mergeRoutersGeneric<
|
|
|
350
368
|
): Router<{
|
|
351
369
|
router: true;
|
|
352
370
|
_ctx: RP0['_ctx'];
|
|
371
|
+
legacy: RP0['legacy'] & RP1['legacy'] & RP2['legacy'] & RP3['legacy'] & RP4['legacy'] & RP5['legacy'] & RP6['legacy'] & RP7['legacy'] & RP8['legacy'] & RP9['legacy'] & RP10['legacy'] & RP11['legacy'] & RP12['legacy'] & RP13['legacy'] & RP14['legacy'] & RP15['legacy'] & RP16['legacy'] & RP17['legacy'] & RP18['legacy'];
|
|
353
372
|
_errorShape: RP0['_errorShape'];
|
|
354
373
|
_meta: RP0['_meta'];
|
|
355
374
|
transformer: RP0['transformer'];
|
|
@@ -369,6 +388,7 @@ export function mergeRoutersGeneric<
|
|
|
369
388
|
): Router<{
|
|
370
389
|
router: true;
|
|
371
390
|
_ctx: RP0['_ctx'];
|
|
391
|
+
legacy: RP0['legacy'] & RP1['legacy'] & RP2['legacy'] & RP3['legacy'] & RP4['legacy'] & RP5['legacy'] & RP6['legacy'] & RP7['legacy'] & RP8['legacy'] & RP9['legacy'] & RP10['legacy'] & RP11['legacy'] & RP12['legacy'] & RP13['legacy'] & RP14['legacy'] & RP15['legacy'] & RP16['legacy'] & RP17['legacy'] & RP18['legacy'] & RP19['legacy'];
|
|
372
392
|
_errorShape: RP0['_errorShape'];
|
|
373
393
|
_meta: RP0['_meta'];
|
|
374
394
|
transformer: RP0['transformer'];
|