@trpc/server 11.0.0-rc.345 → 11.0.0-rc.346
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/adapters/node-http/content-type/form-data/index.d.ts +0 -7
- package/dist/adapters/node-http/content-type/form-data/index.d.ts.map +1 -1
- package/dist/adapters/node-http/content-type/form-data/index.js +14 -92
- package/dist/adapters/node-http/content-type/form-data/index.mjs +15 -73
- package/dist/bundle-analysis.json +77 -142
- package/package.json +2 -3
- package/src/adapters/node-http/content-type/form-data/index.ts +13 -114
- package/dist/adapters/node-http/content-type/form-data/fileUploadHandler.d.ts +0 -73
- package/dist/adapters/node-http/content-type/form-data/fileUploadHandler.d.ts.map +0 -1
- package/dist/adapters/node-http/content-type/form-data/fileUploadHandler.js +0 -89
- package/dist/adapters/node-http/content-type/form-data/fileUploadHandler.mjs +0 -86
- package/dist/adapters/node-http/content-type/form-data/memoryUploadHandler.d.ts +0 -31
- package/dist/adapters/node-http/content-type/form-data/memoryUploadHandler.d.ts.map +0 -1
- package/dist/adapters/node-http/content-type/form-data/memoryUploadHandler.js +0 -29
- package/dist/adapters/node-http/content-type/form-data/memoryUploadHandler.mjs +0 -27
- package/dist/adapters/node-http/content-type/form-data/streamSlice.d.ts +0 -16
- package/dist/adapters/node-http/content-type/form-data/streamSlice.d.ts.map +0 -1
- package/dist/adapters/node-http/content-type/form-data/streamSlice.js +0 -46
- package/dist/adapters/node-http/content-type/form-data/streamSlice.mjs +0 -44
- package/dist/adapters/node-http/content-type/form-data/uploadHandler.d.ts +0 -45
- package/dist/adapters/node-http/content-type/form-data/uploadHandler.d.ts.map +0 -1
- package/dist/adapters/node-http/content-type/form-data/uploadHandler.js +0 -18
- package/dist/adapters/node-http/content-type/form-data/uploadHandler.mjs +0 -15
- package/src/adapters/node-http/content-type/form-data/fileUploadHandler.ts +0 -277
- package/src/adapters/node-http/content-type/form-data/memoryUploadHandler.ts +0 -56
- package/src/adapters/node-http/content-type/form-data/streamSlice.ts +0 -56
- package/src/adapters/node-http/content-type/form-data/uploadHandler.ts +0 -89
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"bundleSize":
|
|
3
|
-
"bundleOrigSize":
|
|
4
|
-
"bundleReduction":
|
|
2
|
+
"bundleSize": 97464,
|
|
3
|
+
"bundleOrigSize": 148201,
|
|
4
|
+
"bundleReduction": 34.24,
|
|
5
5
|
"modules": [
|
|
6
6
|
{
|
|
7
7
|
"id": "/src/adapters/ws.ts",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"dependents": [
|
|
16
16
|
"/src/adapters/fastify/fastifyTRPCPlugin.ts"
|
|
17
17
|
],
|
|
18
|
-
"percent":
|
|
18
|
+
"percent": 10.43,
|
|
19
19
|
"reduction": 0
|
|
20
20
|
},
|
|
21
21
|
{
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
],
|
|
28
28
|
"removedExports": [],
|
|
29
29
|
"dependents": [],
|
|
30
|
-
"percent":
|
|
30
|
+
"percent": 10.04,
|
|
31
31
|
"reduction": 19.08
|
|
32
32
|
},
|
|
33
33
|
{
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"/src/unstable-core-do-not-import.ts",
|
|
44
44
|
"/src/unstable-core-do-not-import/initTRPC.ts"
|
|
45
45
|
],
|
|
46
|
-
"percent": 6.
|
|
46
|
+
"percent": 6.55,
|
|
47
47
|
"reduction": 59.29
|
|
48
48
|
},
|
|
49
49
|
{
|
|
@@ -59,26 +59,12 @@
|
|
|
59
59
|
"removedExports": [],
|
|
60
60
|
"dependents": [
|
|
61
61
|
"/src/unstable-core-do-not-import.ts",
|
|
62
|
-
"/src/unstable-core-do-not-import/
|
|
63
|
-
"/src/unstable-core-do-not-import/
|
|
62
|
+
"/src/unstable-core-do-not-import/initTRPC.ts",
|
|
63
|
+
"/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts"
|
|
64
64
|
],
|
|
65
|
-
"percent":
|
|
65
|
+
"percent": 6.14,
|
|
66
66
|
"reduction": 41.05
|
|
67
67
|
},
|
|
68
|
-
{
|
|
69
|
-
"id": "/src/adapters/node-http/content-type/form-data/index.ts",
|
|
70
|
-
"size": 3927,
|
|
71
|
-
"origSize": 5856,
|
|
72
|
-
"renderedExports": [
|
|
73
|
-
"getFormDataContentTypeHandler"
|
|
74
|
-
],
|
|
75
|
-
"removedExports": [],
|
|
76
|
-
"dependents": [
|
|
77
|
-
"/src/adapters/node-http/nodeHTTPRequestHandler.ts"
|
|
78
|
-
],
|
|
79
|
-
"percent": 3.73,
|
|
80
|
-
"reduction": 32.94
|
|
81
|
-
},
|
|
82
68
|
{
|
|
83
69
|
"id": "/src/adapters/fetch/fetchRequestHandler.ts",
|
|
84
70
|
"size": 3809,
|
|
@@ -90,7 +76,7 @@
|
|
|
90
76
|
"dependents": [
|
|
91
77
|
"/src/adapters/fetch/index.ts"
|
|
92
78
|
],
|
|
93
|
-
"percent": 3.
|
|
79
|
+
"percent": 3.91,
|
|
94
80
|
"reduction": 9.03
|
|
95
81
|
},
|
|
96
82
|
{
|
|
@@ -104,7 +90,7 @@
|
|
|
104
90
|
"dependents": [
|
|
105
91
|
"/src/adapters/node-http/index.ts"
|
|
106
92
|
],
|
|
107
|
-
"percent": 3.
|
|
93
|
+
"percent": 3.7,
|
|
108
94
|
"reduction": 16.83
|
|
109
95
|
},
|
|
110
96
|
{
|
|
@@ -125,7 +111,7 @@
|
|
|
125
111
|
"/src/adapters/aws-lambda/index.ts",
|
|
126
112
|
"/src/adapters/aws-lambda/content-type/json/index.ts"
|
|
127
113
|
],
|
|
128
|
-
"percent": 3.
|
|
114
|
+
"percent": 3.66,
|
|
129
115
|
"reduction": 30.57
|
|
130
116
|
},
|
|
131
117
|
{
|
|
@@ -142,7 +128,7 @@
|
|
|
142
128
|
"/src/observable/index.ts",
|
|
143
129
|
"/src/observable/operators.ts"
|
|
144
130
|
],
|
|
145
|
-
"percent":
|
|
131
|
+
"percent": 3.21,
|
|
146
132
|
"reduction": 0.67
|
|
147
133
|
},
|
|
148
134
|
{
|
|
@@ -156,7 +142,7 @@
|
|
|
156
142
|
"dependents": [
|
|
157
143
|
"/src/adapters/next-app-dir.ts"
|
|
158
144
|
],
|
|
159
|
-
"percent":
|
|
145
|
+
"percent": 3.13,
|
|
160
146
|
"reduction": 20.12
|
|
161
147
|
},
|
|
162
148
|
{
|
|
@@ -171,7 +157,7 @@
|
|
|
171
157
|
"/src/adapters/fastify/index.ts",
|
|
172
158
|
"/src/adapters/fastify/fastifyTRPCPlugin.ts"
|
|
173
159
|
],
|
|
174
|
-
"percent": 2.
|
|
160
|
+
"percent": 2.88,
|
|
175
161
|
"reduction": 27.72
|
|
176
162
|
},
|
|
177
163
|
{
|
|
@@ -183,7 +169,7 @@
|
|
|
183
169
|
],
|
|
184
170
|
"removedExports": [],
|
|
185
171
|
"dependents": [],
|
|
186
|
-
"percent": 2.
|
|
172
|
+
"percent": 2.85,
|
|
187
173
|
"reduction": 32.14
|
|
188
174
|
},
|
|
189
175
|
{
|
|
@@ -199,7 +185,7 @@
|
|
|
199
185
|
"dependents": [
|
|
200
186
|
"/src/observable/index.ts"
|
|
201
187
|
],
|
|
202
|
-
"percent": 2.
|
|
188
|
+
"percent": 2.83,
|
|
203
189
|
"reduction": 0
|
|
204
190
|
},
|
|
205
191
|
{
|
|
@@ -215,11 +201,11 @@
|
|
|
215
201
|
"removedExports": [],
|
|
216
202
|
"dependents": [
|
|
217
203
|
"/src/unstable-core-do-not-import.ts",
|
|
218
|
-
"/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts",
|
|
219
204
|
"/src/unstable-core-do-not-import/router.ts",
|
|
220
|
-
"/src/unstable-core-do-not-import/initTRPC.ts"
|
|
205
|
+
"/src/unstable-core-do-not-import/initTRPC.ts",
|
|
206
|
+
"/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts"
|
|
221
207
|
],
|
|
222
|
-
"percent": 2.
|
|
208
|
+
"percent": 2.82,
|
|
223
209
|
"reduction": 45.94
|
|
224
210
|
},
|
|
225
211
|
{
|
|
@@ -233,7 +219,7 @@
|
|
|
233
219
|
"dependents": [
|
|
234
220
|
"/src/unstable-core-do-not-import.ts"
|
|
235
221
|
],
|
|
236
|
-
"percent": 2.
|
|
222
|
+
"percent": 2.72,
|
|
237
223
|
"reduction": 41.08
|
|
238
224
|
},
|
|
239
225
|
{
|
|
@@ -253,26 +239,9 @@
|
|
|
253
239
|
"/src/unstable-core-do-not-import/initTRPC.ts",
|
|
254
240
|
"/src/unstable-core-do-not-import/procedureBuilder.ts"
|
|
255
241
|
],
|
|
256
|
-
"percent": 2.
|
|
242
|
+
"percent": 2.7,
|
|
257
243
|
"reduction": 55.5
|
|
258
244
|
},
|
|
259
|
-
{
|
|
260
|
-
"id": "/src/adapters/node-http/content-type/form-data/fileUploadHandler.ts",
|
|
261
|
-
"size": 2540,
|
|
262
|
-
"origSize": 7992,
|
|
263
|
-
"renderedExports": [
|
|
264
|
-
"readableStreamToString",
|
|
265
|
-
"NodeOnDiskFile"
|
|
266
|
-
],
|
|
267
|
-
"removedExports": [
|
|
268
|
-
"createFileUploadHandler"
|
|
269
|
-
],
|
|
270
|
-
"dependents": [
|
|
271
|
-
"/src/adapters/node-http/content-type/form-data/index.ts"
|
|
272
|
-
],
|
|
273
|
-
"percent": 2.41,
|
|
274
|
-
"reduction": 68.22
|
|
275
|
-
},
|
|
276
245
|
{
|
|
277
246
|
"id": "/src/adapters/node-http/content-type/json/index.ts",
|
|
278
247
|
"size": 2464,
|
|
@@ -284,7 +253,7 @@
|
|
|
284
253
|
"dependents": [
|
|
285
254
|
"/src/adapters/node-http/nodeHTTPRequestHandler.ts"
|
|
286
255
|
],
|
|
287
|
-
"percent": 2.
|
|
256
|
+
"percent": 2.53,
|
|
288
257
|
"reduction": 1.32
|
|
289
258
|
},
|
|
290
259
|
{
|
|
@@ -298,7 +267,7 @@
|
|
|
298
267
|
"dependents": [
|
|
299
268
|
"/src/adapters/fastify/fastifyRequestHandler.ts"
|
|
300
269
|
],
|
|
301
|
-
"percent": 2.
|
|
270
|
+
"percent": 2.42,
|
|
302
271
|
"reduction": 14.36
|
|
303
272
|
},
|
|
304
273
|
{
|
|
@@ -312,7 +281,7 @@
|
|
|
312
281
|
"dependents": [
|
|
313
282
|
"/src/adapters/fetch/fetchRequestHandler.ts"
|
|
314
283
|
],
|
|
315
|
-
"percent": 2.
|
|
284
|
+
"percent": 2.36,
|
|
316
285
|
"reduction": 8.28
|
|
317
286
|
},
|
|
318
287
|
{
|
|
@@ -326,7 +295,7 @@
|
|
|
326
295
|
"dependents": [
|
|
327
296
|
"/src/adapters/aws-lambda/index.ts"
|
|
328
297
|
],
|
|
329
|
-
"percent": 2.
|
|
298
|
+
"percent": 2.29,
|
|
330
299
|
"reduction": 12.22
|
|
331
300
|
},
|
|
332
301
|
{
|
|
@@ -342,7 +311,7 @@
|
|
|
342
311
|
"/src/unstable-core-do-not-import.ts",
|
|
343
312
|
"/src/unstable-core-do-not-import/router.ts"
|
|
344
313
|
],
|
|
345
|
-
"percent":
|
|
314
|
+
"percent": 2.05,
|
|
346
315
|
"reduction": 0
|
|
347
316
|
},
|
|
348
317
|
{
|
|
@@ -357,13 +326,13 @@
|
|
|
357
326
|
"removedExports": [],
|
|
358
327
|
"dependents": [
|
|
359
328
|
"/src/unstable-core-do-not-import.ts",
|
|
360
|
-
"/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts",
|
|
361
329
|
"/src/unstable-core-do-not-import/router.ts",
|
|
362
330
|
"/src/unstable-core-do-not-import/middleware.ts",
|
|
363
331
|
"/src/unstable-core-do-not-import/contentTypeParsers.ts",
|
|
332
|
+
"/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts",
|
|
364
333
|
"/src/unstable-core-do-not-import/procedureBuilder.ts"
|
|
365
334
|
],
|
|
366
|
-
"percent": 1.
|
|
335
|
+
"percent": 1.78,
|
|
367
336
|
"reduction": 19.47
|
|
368
337
|
},
|
|
369
338
|
{
|
|
@@ -375,7 +344,7 @@
|
|
|
375
344
|
],
|
|
376
345
|
"removedExports": [],
|
|
377
346
|
"dependents": [],
|
|
378
|
-
"percent": 1.
|
|
347
|
+
"percent": 1.62,
|
|
379
348
|
"reduction": 21.04
|
|
380
349
|
},
|
|
381
350
|
{
|
|
@@ -387,7 +356,7 @@
|
|
|
387
356
|
],
|
|
388
357
|
"removedExports": [],
|
|
389
358
|
"dependents": [],
|
|
390
|
-
"percent": 1.
|
|
359
|
+
"percent": 1.58,
|
|
391
360
|
"reduction": 26.63
|
|
392
361
|
},
|
|
393
362
|
{
|
|
@@ -400,7 +369,7 @@
|
|
|
400
369
|
],
|
|
401
370
|
"removedExports": [],
|
|
402
371
|
"dependents": [],
|
|
403
|
-
"percent": 1.
|
|
372
|
+
"percent": 1.56,
|
|
404
373
|
"reduction": 27.6
|
|
405
374
|
},
|
|
406
375
|
{
|
|
@@ -414,23 +383,9 @@
|
|
|
414
383
|
"dependents": [
|
|
415
384
|
"/src/adapters/fastify/index.ts"
|
|
416
385
|
],
|
|
417
|
-
"percent": 1.
|
|
386
|
+
"percent": 1.52,
|
|
418
387
|
"reduction": 34.61
|
|
419
388
|
},
|
|
420
|
-
{
|
|
421
|
-
"id": "/src/adapters/node-http/content-type/form-data/streamSlice.ts",
|
|
422
|
-
"size": 1393,
|
|
423
|
-
"origSize": 1360,
|
|
424
|
-
"renderedExports": [
|
|
425
|
-
"streamSlice"
|
|
426
|
-
],
|
|
427
|
-
"removedExports": [],
|
|
428
|
-
"dependents": [
|
|
429
|
-
"/src/adapters/node-http/content-type/form-data/fileUploadHandler.ts"
|
|
430
|
-
],
|
|
431
|
-
"percent": 1.32,
|
|
432
|
-
"reduction": 0
|
|
433
|
-
},
|
|
434
389
|
{
|
|
435
390
|
"id": "/src/unstable-core-do-not-import/http/getHTTPStatusCode.ts",
|
|
436
391
|
"size": 1266,
|
|
@@ -441,10 +396,10 @@
|
|
|
441
396
|
],
|
|
442
397
|
"removedExports": [],
|
|
443
398
|
"dependents": [
|
|
444
|
-
"/src/unstable-core-do-not-import/
|
|
445
|
-
"/src/unstable-core-do-not-import/
|
|
399
|
+
"/src/unstable-core-do-not-import/error/getErrorShape.ts",
|
|
400
|
+
"/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts"
|
|
446
401
|
],
|
|
447
|
-
"percent": 1.
|
|
402
|
+
"percent": 1.3,
|
|
448
403
|
"reduction": 22.76
|
|
449
404
|
},
|
|
450
405
|
{
|
|
@@ -458,9 +413,23 @@
|
|
|
458
413
|
"dependents": [
|
|
459
414
|
"/src/adapters/node-http/content-type/json/index.ts"
|
|
460
415
|
],
|
|
461
|
-
"percent": 1.
|
|
416
|
+
"percent": 1.21,
|
|
462
417
|
"reduction": 2.48
|
|
463
418
|
},
|
|
419
|
+
{
|
|
420
|
+
"id": "/src/adapters/node-http/content-type/form-data/index.ts",
|
|
421
|
+
"size": 1050,
|
|
422
|
+
"origSize": 1278,
|
|
423
|
+
"renderedExports": [
|
|
424
|
+
"getFormDataContentTypeHandler"
|
|
425
|
+
],
|
|
426
|
+
"removedExports": [],
|
|
427
|
+
"dependents": [
|
|
428
|
+
"/src/adapters/node-http/nodeHTTPRequestHandler.ts"
|
|
429
|
+
],
|
|
430
|
+
"percent": 1.08,
|
|
431
|
+
"reduction": 17.84
|
|
432
|
+
},
|
|
464
433
|
{
|
|
465
434
|
"id": "/src/unstable-core-do-not-import/parser.ts",
|
|
466
435
|
"size": 992,
|
|
@@ -473,7 +442,7 @@
|
|
|
473
442
|
"/src/unstable-core-do-not-import.ts",
|
|
474
443
|
"/src/unstable-core-do-not-import/procedureBuilder.ts"
|
|
475
444
|
],
|
|
476
|
-
"percent":
|
|
445
|
+
"percent": 1.02,
|
|
477
446
|
"reduction": 56.22
|
|
478
447
|
},
|
|
479
448
|
{
|
|
@@ -490,7 +459,7 @@
|
|
|
490
459
|
"/src/adapters/next-app-dir/nextAppDirCaller.ts",
|
|
491
460
|
"/src/adapters/next-app-dir/rethrowNextErrors.ts"
|
|
492
461
|
],
|
|
493
|
-
"percent":
|
|
462
|
+
"percent": 1.01,
|
|
494
463
|
"reduction": 13.65
|
|
495
464
|
},
|
|
496
465
|
{
|
|
@@ -513,7 +482,7 @@
|
|
|
513
482
|
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
514
483
|
"/src/unstable-core-do-not-import/procedureBuilder.ts"
|
|
515
484
|
],
|
|
516
|
-
"percent": 0.
|
|
485
|
+
"percent": 0.9,
|
|
517
486
|
"reduction": 23.54
|
|
518
487
|
},
|
|
519
488
|
{
|
|
@@ -527,23 +496,9 @@
|
|
|
527
496
|
"dependents": [
|
|
528
497
|
"/src/adapters/next-app-dir/nextAppDirCaller.ts"
|
|
529
498
|
],
|
|
530
|
-
"percent": 0.
|
|
499
|
+
"percent": 0.84,
|
|
531
500
|
"reduction": 0.97
|
|
532
501
|
},
|
|
533
|
-
{
|
|
534
|
-
"id": "/src/adapters/node-http/content-type/form-data/memoryUploadHandler.ts",
|
|
535
|
-
"size": 699,
|
|
536
|
-
"origSize": 2428,
|
|
537
|
-
"renderedExports": [
|
|
538
|
-
"createMemoryUploadHandler"
|
|
539
|
-
],
|
|
540
|
-
"removedExports": [],
|
|
541
|
-
"dependents": [
|
|
542
|
-
"/src/adapters/node-http/content-type/form-data/index.ts"
|
|
543
|
-
],
|
|
544
|
-
"percent": 0.66,
|
|
545
|
-
"reduction": 71.21
|
|
546
|
-
},
|
|
547
502
|
{
|
|
548
503
|
"id": "/src/unstable-core-do-not-import/http/batchStreamFormatter.ts",
|
|
549
504
|
"size": 667,
|
|
@@ -553,7 +508,7 @@
|
|
|
553
508
|
],
|
|
554
509
|
"removedExports": [],
|
|
555
510
|
"dependents": [],
|
|
556
|
-
"percent": 0.
|
|
511
|
+
"percent": 0.68,
|
|
557
512
|
"reduction": 0.6
|
|
558
513
|
},
|
|
559
514
|
{
|
|
@@ -568,7 +523,7 @@
|
|
|
568
523
|
"/src/unstable-core-do-not-import.ts",
|
|
569
524
|
"/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts"
|
|
570
525
|
],
|
|
571
|
-
"percent": 0.
|
|
526
|
+
"percent": 0.64,
|
|
572
527
|
"reduction": 43.49
|
|
573
528
|
},
|
|
574
529
|
{
|
|
@@ -580,7 +535,7 @@
|
|
|
580
535
|
],
|
|
581
536
|
"removedExports": [],
|
|
582
537
|
"dependents": [],
|
|
583
|
-
"percent": 0.
|
|
538
|
+
"percent": 0.64,
|
|
584
539
|
"reduction": 48.73
|
|
585
540
|
},
|
|
586
541
|
{
|
|
@@ -593,7 +548,7 @@
|
|
|
593
548
|
],
|
|
594
549
|
"removedExports": [],
|
|
595
550
|
"dependents": [],
|
|
596
|
-
"percent": 0.
|
|
551
|
+
"percent": 0.53,
|
|
597
552
|
"reduction": 66.9
|
|
598
553
|
},
|
|
599
554
|
{
|
|
@@ -607,7 +562,7 @@
|
|
|
607
562
|
"dependents": [
|
|
608
563
|
"/src/adapters/node-http/nodeHTTPRequestHandler.ts"
|
|
609
564
|
],
|
|
610
|
-
"percent": 0.
|
|
565
|
+
"percent": 0.52,
|
|
611
566
|
"reduction": 41.18
|
|
612
567
|
},
|
|
613
568
|
{
|
|
@@ -624,7 +579,7 @@
|
|
|
624
579
|
"/src/adapters/fastify/fastifyRequestHandler.ts",
|
|
625
580
|
"/src/adapters/fetch/fetchRequestHandler.ts"
|
|
626
581
|
],
|
|
627
|
-
"percent": 0.
|
|
582
|
+
"percent": 0.51,
|
|
628
583
|
"reduction": 27.71
|
|
629
584
|
},
|
|
630
585
|
{
|
|
@@ -638,29 +593,9 @@
|
|
|
638
593
|
"dependents": [
|
|
639
594
|
"/src/adapters/next-app-dir/nextAppDirCaller.ts"
|
|
640
595
|
],
|
|
641
|
-
"percent": 0.
|
|
596
|
+
"percent": 0.43,
|
|
642
597
|
"reduction": 40.06
|
|
643
598
|
},
|
|
644
|
-
{
|
|
645
|
-
"id": "/src/adapters/node-http/content-type/form-data/uploadHandler.ts",
|
|
646
|
-
"size": 410,
|
|
647
|
-
"origSize": 2235,
|
|
648
|
-
"renderedExports": [
|
|
649
|
-
"MaxPartSizeExceededError",
|
|
650
|
-
"MaxBodySizeExceededError"
|
|
651
|
-
],
|
|
652
|
-
"removedExports": [
|
|
653
|
-
"composeUploadHandlers",
|
|
654
|
-
"createMemoryUploadHandler"
|
|
655
|
-
],
|
|
656
|
-
"dependents": [
|
|
657
|
-
"/src/adapters/node-http/content-type/form-data/index.ts",
|
|
658
|
-
"/src/adapters/node-http/content-type/form-data/fileUploadHandler.ts",
|
|
659
|
-
"/src/adapters/node-http/content-type/form-data/memoryUploadHandler.ts"
|
|
660
|
-
],
|
|
661
|
-
"percent": 0.39,
|
|
662
|
-
"reduction": 81.66
|
|
663
|
-
},
|
|
664
599
|
{
|
|
665
600
|
"id": "/src/unstable-core-do-not-import/rootConfig.ts",
|
|
666
601
|
"size": 343,
|
|
@@ -673,7 +608,7 @@
|
|
|
673
608
|
"/src/unstable-core-do-not-import.ts",
|
|
674
609
|
"/src/unstable-core-do-not-import/initTRPC.ts"
|
|
675
610
|
],
|
|
676
|
-
"percent": 0.
|
|
611
|
+
"percent": 0.35,
|
|
677
612
|
"reduction": 87.93
|
|
678
613
|
},
|
|
679
614
|
{
|
|
@@ -685,7 +620,7 @@
|
|
|
685
620
|
],
|
|
686
621
|
"removedExports": [],
|
|
687
622
|
"dependents": [],
|
|
688
|
-
"percent": 0.
|
|
623
|
+
"percent": 0.29,
|
|
689
624
|
"reduction": 72.68
|
|
690
625
|
},
|
|
691
626
|
{
|
|
@@ -699,7 +634,7 @@
|
|
|
699
634
|
"dependents": [
|
|
700
635
|
"/src/unstable-core-do-not-import.ts"
|
|
701
636
|
],
|
|
702
|
-
"percent": 0.
|
|
637
|
+
"percent": 0.23,
|
|
703
638
|
"reduction": 94.55
|
|
704
639
|
},
|
|
705
640
|
{
|
|
@@ -713,7 +648,7 @@
|
|
|
713
648
|
"dependents": [
|
|
714
649
|
"/src/adapters/next-app-dir.ts"
|
|
715
650
|
],
|
|
716
|
-
"percent": 0.
|
|
651
|
+
"percent": 0.22,
|
|
717
652
|
"reduction": 36.26
|
|
718
653
|
},
|
|
719
654
|
{
|
|
@@ -725,7 +660,7 @@
|
|
|
725
660
|
],
|
|
726
661
|
"removedExports": [],
|
|
727
662
|
"dependents": [],
|
|
728
|
-
"percent": 0.
|
|
663
|
+
"percent": 0.16,
|
|
729
664
|
"reduction": 14.13
|
|
730
665
|
},
|
|
731
666
|
{
|
|
@@ -740,7 +675,7 @@
|
|
|
740
675
|
"/src/unstable-core-do-not-import.ts",
|
|
741
676
|
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts"
|
|
742
677
|
],
|
|
743
|
-
"percent": 0.
|
|
678
|
+
"percent": 0.08,
|
|
744
679
|
"reduction": 96.87
|
|
745
680
|
},
|
|
746
681
|
{
|
|
@@ -760,9 +695,9 @@
|
|
|
760
695
|
"reduction": 93.8
|
|
761
696
|
},
|
|
762
697
|
{
|
|
763
|
-
"id": "/src/
|
|
698
|
+
"id": "/src/index.ts",
|
|
764
699
|
"size": 0,
|
|
765
|
-
"origSize":
|
|
700
|
+
"origSize": 32,
|
|
766
701
|
"renderedExports": [],
|
|
767
702
|
"removedExports": [],
|
|
768
703
|
"dependents": [],
|
|
@@ -770,9 +705,9 @@
|
|
|
770
705
|
"reduction": 100
|
|
771
706
|
},
|
|
772
707
|
{
|
|
773
|
-
"id": "/src/
|
|
708
|
+
"id": "/src/http.ts",
|
|
774
709
|
"size": 0,
|
|
775
|
-
"origSize":
|
|
710
|
+
"origSize": 37,
|
|
776
711
|
"renderedExports": [],
|
|
777
712
|
"removedExports": [],
|
|
778
713
|
"dependents": [],
|
|
@@ -790,9 +725,9 @@
|
|
|
790
725
|
"reduction": 100
|
|
791
726
|
},
|
|
792
727
|
{
|
|
793
|
-
"id": "/src/
|
|
728
|
+
"id": "/src/unstable-core-do-not-import.ts",
|
|
794
729
|
"size": 0,
|
|
795
|
-
"origSize":
|
|
730
|
+
"origSize": 1498,
|
|
796
731
|
"renderedExports": [],
|
|
797
732
|
"removedExports": [],
|
|
798
733
|
"dependents": [],
|
|
@@ -800,9 +735,9 @@
|
|
|
800
735
|
"reduction": 100
|
|
801
736
|
},
|
|
802
737
|
{
|
|
803
|
-
"id": "/src/
|
|
738
|
+
"id": "/src/shared.ts",
|
|
804
739
|
"size": 0,
|
|
805
|
-
"origSize":
|
|
740
|
+
"origSize": 653,
|
|
806
741
|
"renderedExports": [],
|
|
807
742
|
"removedExports": [],
|
|
808
743
|
"dependents": [],
|
|
@@ -866,5 +801,5 @@
|
|
|
866
801
|
"reduction": 100
|
|
867
802
|
}
|
|
868
803
|
],
|
|
869
|
-
"moduleCount":
|
|
804
|
+
"moduleCount": 56
|
|
870
805
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trpc/server",
|
|
3
|
-
"version": "11.0.0-rc.
|
|
3
|
+
"version": "11.0.0-rc.346+62b378ae6",
|
|
4
4
|
"description": "The tRPC server library",
|
|
5
5
|
"author": "KATT",
|
|
6
6
|
"license": "MIT",
|
|
@@ -135,7 +135,6 @@
|
|
|
135
135
|
"@types/react": "^18.2.33",
|
|
136
136
|
"@types/react-dom": "^18.2.14",
|
|
137
137
|
"@types/ws": "^8.2.0",
|
|
138
|
-
"@web3-storage/multipart-parser": "^1.0.0",
|
|
139
138
|
"devalue": "^5.0.0",
|
|
140
139
|
"eslint": "^8.56.0",
|
|
141
140
|
"express": "^4.17.1",
|
|
@@ -160,5 +159,5 @@
|
|
|
160
159
|
"funding": [
|
|
161
160
|
"https://trpc.io/sponsor"
|
|
162
161
|
],
|
|
163
|
-
"gitHead": "
|
|
162
|
+
"gitHead": "62b378ae69907db634f02d3b7be87440f062e4a5"
|
|
164
163
|
}
|