@trpc/server 11.0.0-rc.800 → 11.0.0-rc.802
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 +17 -17
- package/package.json +2 -2
|
@@ -360,10 +360,10 @@
|
|
|
360
360
|
"/src/unstable-core-do-not-import/router.ts",
|
|
361
361
|
"/src/unstable-core-do-not-import/transformer.ts",
|
|
362
362
|
"/src/unstable-core-do-not-import/middleware.ts",
|
|
363
|
+
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
363
364
|
"/src/unstable-core-do-not-import/http/contentType.ts",
|
|
364
365
|
"/src/unstable-core-do-not-import/http/abortError.ts",
|
|
365
366
|
"/src/unstable-core-do-not-import/procedureBuilder.ts",
|
|
366
|
-
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
367
367
|
"/src/unstable-core-do-not-import/stream/jsonl.ts",
|
|
368
368
|
"/src/unstable-core-do-not-import/stream/sse.ts"
|
|
369
369
|
],
|
|
@@ -881,6 +881,16 @@
|
|
|
881
881
|
"percent": 0,
|
|
882
882
|
"reduction": 100
|
|
883
883
|
},
|
|
884
|
+
{
|
|
885
|
+
"id": "/src/rpc.ts",
|
|
886
|
+
"size": 0,
|
|
887
|
+
"origSize": 36,
|
|
888
|
+
"renderedExports": [],
|
|
889
|
+
"removedExports": [],
|
|
890
|
+
"dependents": [],
|
|
891
|
+
"percent": 0,
|
|
892
|
+
"reduction": 100
|
|
893
|
+
},
|
|
884
894
|
{
|
|
885
895
|
"id": "/src/shared.ts",
|
|
886
896
|
"size": 0,
|
|
@@ -898,9 +908,9 @@
|
|
|
898
908
|
"renderedExports": [],
|
|
899
909
|
"removedExports": [],
|
|
900
910
|
"dependents": [
|
|
911
|
+
"/src/adapters/next.ts",
|
|
901
912
|
"/src/adapters/express.ts",
|
|
902
913
|
"/src/adapters/standalone.ts",
|
|
903
|
-
"/src/adapters/next.ts",
|
|
904
914
|
"/src/adapters/ws.ts",
|
|
905
915
|
"/src/adapters/node-http/nodeHTTPRequestHandler.ts",
|
|
906
916
|
"/src/adapters/next-app-dir/nextAppDirCaller.ts",
|
|
@@ -909,16 +919,6 @@
|
|
|
909
919
|
"percent": 0,
|
|
910
920
|
"reduction": 100
|
|
911
921
|
},
|
|
912
|
-
{
|
|
913
|
-
"id": "/src/rpc.ts",
|
|
914
|
-
"size": 0,
|
|
915
|
-
"origSize": 36,
|
|
916
|
-
"renderedExports": [],
|
|
917
|
-
"removedExports": [],
|
|
918
|
-
"dependents": [],
|
|
919
|
-
"percent": 0,
|
|
920
|
-
"reduction": 100
|
|
921
|
-
},
|
|
922
922
|
{
|
|
923
923
|
"id": "/src/adapters/next-app-dir.ts",
|
|
924
924
|
"size": 0,
|
|
@@ -942,9 +942,9 @@
|
|
|
942
942
|
"reduction": 100
|
|
943
943
|
},
|
|
944
944
|
{
|
|
945
|
-
"id": "/src/adapters/
|
|
945
|
+
"id": "/src/adapters/fetch/index.ts",
|
|
946
946
|
"size": 0,
|
|
947
|
-
"origSize":
|
|
947
|
+
"origSize": 64,
|
|
948
948
|
"renderedExports": [],
|
|
949
949
|
"removedExports": [],
|
|
950
950
|
"dependents": [],
|
|
@@ -952,9 +952,9 @@
|
|
|
952
952
|
"reduction": 100
|
|
953
953
|
},
|
|
954
954
|
{
|
|
955
|
-
"id": "/src/adapters/
|
|
955
|
+
"id": "/src/adapters/fastify/index.ts",
|
|
956
956
|
"size": 0,
|
|
957
|
-
"origSize":
|
|
957
|
+
"origSize": 78,
|
|
958
958
|
"renderedExports": [],
|
|
959
959
|
"removedExports": [],
|
|
960
960
|
"dependents": [],
|
|
@@ -968,9 +968,9 @@
|
|
|
968
968
|
"renderedExports": [],
|
|
969
969
|
"removedExports": [],
|
|
970
970
|
"dependents": [
|
|
971
|
+
"/src/adapters/next.ts",
|
|
971
972
|
"/src/adapters/express.ts",
|
|
972
973
|
"/src/adapters/standalone.ts",
|
|
973
|
-
"/src/adapters/next.ts",
|
|
974
974
|
"/src/adapters/ws.ts",
|
|
975
975
|
"/src/adapters/fastify/fastifyRequestHandler.ts"
|
|
976
976
|
],
|
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.802+1eccc1171",
|
|
4
4
|
"description": "The tRPC server library",
|
|
5
5
|
"author": "KATT",
|
|
6
6
|
"license": "MIT",
|
|
@@ -152,5 +152,5 @@
|
|
|
152
152
|
"peerDependencies": {
|
|
153
153
|
"typescript": ">=5.7.2"
|
|
154
154
|
},
|
|
155
|
-
"gitHead": "
|
|
155
|
+
"gitHead": "1eccc1171fba8b1bdb4d8acd83ab37d1e0a98b22"
|
|
156
156
|
}
|