@trpc/server 11.2.1-canary.1 → 11.2.1-canary.5
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/bundle-analysis.json +36 -36
- package/package.json +3 -3
|
@@ -305,9 +305,9 @@
|
|
|
305
305
|
"removedExports": [],
|
|
306
306
|
"dependents": [
|
|
307
307
|
"/src/unstable-core-do-not-import.ts",
|
|
308
|
+
"/src/unstable-core-do-not-import/http/resolveResponse.ts",
|
|
308
309
|
"/src/unstable-core-do-not-import/router.ts",
|
|
309
|
-
"/src/unstable-core-do-not-import/initTRPC.ts"
|
|
310
|
-
"/src/unstable-core-do-not-import/http/resolveResponse.ts"
|
|
310
|
+
"/src/unstable-core-do-not-import/initTRPC.ts"
|
|
311
311
|
],
|
|
312
312
|
"percent": 1.34,
|
|
313
313
|
"reduction": 45.98
|
|
@@ -367,17 +367,17 @@
|
|
|
367
367
|
"removedExports": [],
|
|
368
368
|
"dependents": [
|
|
369
369
|
"/src/unstable-core-do-not-import.ts",
|
|
370
|
+
"/src/unstable-core-do-not-import/http/getHTTPStatusCode.ts",
|
|
371
|
+
"/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
|
|
372
|
+
"/src/unstable-core-do-not-import/http/resolveResponse.ts",
|
|
370
373
|
"/src/unstable-core-do-not-import/error/TRPCError.ts",
|
|
371
374
|
"/src/unstable-core-do-not-import/router.ts",
|
|
372
375
|
"/src/unstable-core-do-not-import/transformer.ts",
|
|
373
376
|
"/src/unstable-core-do-not-import/middleware.ts",
|
|
374
|
-
"/src/unstable-core-do-not-import/
|
|
375
|
-
"/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
|
|
376
|
-
"/src/unstable-core-do-not-import/http/resolveResponse.ts",
|
|
377
|
+
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
377
378
|
"/src/unstable-core-do-not-import/http/contentType.ts",
|
|
378
379
|
"/src/unstable-core-do-not-import/http/abortError.ts",
|
|
379
380
|
"/src/unstable-core-do-not-import/procedureBuilder.ts",
|
|
380
|
-
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
381
381
|
"/src/unstable-core-do-not-import/stream/jsonl.ts",
|
|
382
382
|
"/src/unstable-core-do-not-import/stream/sse.ts"
|
|
383
383
|
],
|
|
@@ -412,10 +412,10 @@
|
|
|
412
412
|
"removedExports": [],
|
|
413
413
|
"dependents": [
|
|
414
414
|
"/src/unstable-core-do-not-import.ts",
|
|
415
|
-
"/src/unstable-core-do-not-import/router.ts",
|
|
416
|
-
"/src/unstable-core-do-not-import/middleware.ts",
|
|
417
415
|
"/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
|
|
418
416
|
"/src/unstable-core-do-not-import/http/resolveResponse.ts",
|
|
417
|
+
"/src/unstable-core-do-not-import/router.ts",
|
|
418
|
+
"/src/unstable-core-do-not-import/middleware.ts",
|
|
419
419
|
"/src/unstable-core-do-not-import/http/contentType.ts",
|
|
420
420
|
"/src/unstable-core-do-not-import/procedureBuilder.ts",
|
|
421
421
|
"/src/unstable-core-do-not-import/stream/sse.ts"
|
|
@@ -452,8 +452,8 @@
|
|
|
452
452
|
"removedExports": [],
|
|
453
453
|
"dependents": [
|
|
454
454
|
"/src/unstable-core-do-not-import.ts",
|
|
455
|
-
"/src/unstable-core-do-not-import/
|
|
456
|
-
"/src/unstable-core-do-not-import/
|
|
455
|
+
"/src/unstable-core-do-not-import/http/resolveResponse.ts",
|
|
456
|
+
"/src/unstable-core-do-not-import/error/getErrorShape.ts"
|
|
457
457
|
],
|
|
458
458
|
"percent": 1.05,
|
|
459
459
|
"reduction": 18.02
|
|
@@ -876,6 +876,18 @@
|
|
|
876
876
|
"percent": 0.03,
|
|
877
877
|
"reduction": 93.9
|
|
878
878
|
},
|
|
879
|
+
{
|
|
880
|
+
"id": "/src/http.ts",
|
|
881
|
+
"size": 0,
|
|
882
|
+
"origSize": 37,
|
|
883
|
+
"renderedExports": [],
|
|
884
|
+
"removedExports": [],
|
|
885
|
+
"dependents": [
|
|
886
|
+
"/src/adapters/ws.ts"
|
|
887
|
+
],
|
|
888
|
+
"percent": 0,
|
|
889
|
+
"reduction": 100
|
|
890
|
+
},
|
|
879
891
|
{
|
|
880
892
|
"id": "/src/index.ts",
|
|
881
893
|
"size": 0,
|
|
@@ -887,14 +899,12 @@
|
|
|
887
899
|
"reduction": 100
|
|
888
900
|
},
|
|
889
901
|
{
|
|
890
|
-
"id": "/src/
|
|
902
|
+
"id": "/src/rpc.ts",
|
|
891
903
|
"size": 0,
|
|
892
|
-
"origSize":
|
|
904
|
+
"origSize": 36,
|
|
893
905
|
"renderedExports": [],
|
|
894
906
|
"removedExports": [],
|
|
895
|
-
"dependents": [
|
|
896
|
-
"/src/adapters/ws.ts"
|
|
897
|
-
],
|
|
907
|
+
"dependents": [],
|
|
898
908
|
"percent": 0,
|
|
899
909
|
"reduction": 100
|
|
900
910
|
},
|
|
@@ -919,23 +929,13 @@
|
|
|
919
929
|
"/src/adapters/next.ts",
|
|
920
930
|
"/src/adapters/standalone.ts",
|
|
921
931
|
"/src/adapters/ws.ts",
|
|
922
|
-
"/src/adapters/node-http/nodeHTTPRequestHandler.ts",
|
|
923
932
|
"/src/adapters/next-app-dir/nextAppDirCaller.ts",
|
|
933
|
+
"/src/adapters/node-http/nodeHTTPRequestHandler.ts",
|
|
924
934
|
"/src/adapters/node-http/writeResponse.ts"
|
|
925
935
|
],
|
|
926
936
|
"percent": 0,
|
|
927
937
|
"reduction": 100
|
|
928
938
|
},
|
|
929
|
-
{
|
|
930
|
-
"id": "/src/rpc.ts",
|
|
931
|
-
"size": 0,
|
|
932
|
-
"origSize": 36,
|
|
933
|
-
"renderedExports": [],
|
|
934
|
-
"removedExports": [],
|
|
935
|
-
"dependents": [],
|
|
936
|
-
"percent": 0,
|
|
937
|
-
"reduction": 100
|
|
938
|
-
},
|
|
939
939
|
{
|
|
940
940
|
"id": "/src/adapters/next-app-dir.ts",
|
|
941
941
|
"size": 0,
|
|
@@ -968,16 +968,6 @@
|
|
|
968
968
|
"percent": 0,
|
|
969
969
|
"reduction": 100
|
|
970
970
|
},
|
|
971
|
-
{
|
|
972
|
-
"id": "/src/adapters/fetch/index.ts",
|
|
973
|
-
"size": 0,
|
|
974
|
-
"origSize": 64,
|
|
975
|
-
"renderedExports": [],
|
|
976
|
-
"removedExports": [],
|
|
977
|
-
"dependents": [],
|
|
978
|
-
"percent": 0,
|
|
979
|
-
"reduction": 100
|
|
980
|
-
},
|
|
981
971
|
{
|
|
982
972
|
"id": "/src/adapters/node-http/index.ts",
|
|
983
973
|
"size": 0,
|
|
@@ -993,6 +983,16 @@
|
|
|
993
983
|
],
|
|
994
984
|
"percent": 0,
|
|
995
985
|
"reduction": 100
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
"id": "/src/adapters/fetch/index.ts",
|
|
989
|
+
"size": 0,
|
|
990
|
+
"origSize": 64,
|
|
991
|
+
"renderedExports": [],
|
|
992
|
+
"removedExports": [],
|
|
993
|
+
"dependents": [],
|
|
994
|
+
"percent": 0,
|
|
995
|
+
"reduction": 100
|
|
996
996
|
}
|
|
997
997
|
],
|
|
998
998
|
"moduleCount": 64
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trpc/server",
|
|
3
|
-
"version": "11.2.1-canary.
|
|
3
|
+
"version": "11.2.1-canary.5+23a20fece",
|
|
4
4
|
"description": "The tRPC server library",
|
|
5
5
|
"author": "KATT",
|
|
6
6
|
"license": "MIT",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
},
|
|
119
119
|
"devDependencies": {
|
|
120
120
|
"@fastify/websocket": "^10.0.1",
|
|
121
|
-
"@tanstack/react-query": "^5.
|
|
121
|
+
"@tanstack/react-query": "^5.80.3",
|
|
122
122
|
"@types/aws-lambda": "^8.10.149",
|
|
123
123
|
"@types/express": "^5.0.0",
|
|
124
124
|
"@types/hash-sum": "^1.0.0",
|
|
@@ -152,5 +152,5 @@
|
|
|
152
152
|
"peerDependencies": {
|
|
153
153
|
"typescript": ">=5.7.2"
|
|
154
154
|
},
|
|
155
|
-
"gitHead": "
|
|
155
|
+
"gitHead": "23a20fecedcba2b2d400e0cd38bb06dc760a35df"
|
|
156
156
|
}
|