@trpc/server 11.0.0-rc.798 → 11.0.0-rc.800
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 +23 -23
- 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",
|
|
364
363
|
"/src/unstable-core-do-not-import/http/contentType.ts",
|
|
365
364
|
"/src/unstable-core-do-not-import/http/abortError.ts",
|
|
366
365
|
"/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
|
],
|
|
@@ -891,16 +891,6 @@
|
|
|
891
891
|
"percent": 0,
|
|
892
892
|
"reduction": 100
|
|
893
893
|
},
|
|
894
|
-
{
|
|
895
|
-
"id": "/src/rpc.ts",
|
|
896
|
-
"size": 0,
|
|
897
|
-
"origSize": 36,
|
|
898
|
-
"renderedExports": [],
|
|
899
|
-
"removedExports": [],
|
|
900
|
-
"dependents": [],
|
|
901
|
-
"percent": 0,
|
|
902
|
-
"reduction": 100
|
|
903
|
-
},
|
|
904
894
|
{
|
|
905
895
|
"id": "/src/unstable-core-do-not-import.ts",
|
|
906
896
|
"size": 0,
|
|
@@ -909,9 +899,9 @@
|
|
|
909
899
|
"removedExports": [],
|
|
910
900
|
"dependents": [
|
|
911
901
|
"/src/adapters/express.ts",
|
|
912
|
-
"/src/adapters/ws.ts",
|
|
913
902
|
"/src/adapters/standalone.ts",
|
|
914
903
|
"/src/adapters/next.ts",
|
|
904
|
+
"/src/adapters/ws.ts",
|
|
915
905
|
"/src/adapters/node-http/nodeHTTPRequestHandler.ts",
|
|
916
906
|
"/src/adapters/next-app-dir/nextAppDirCaller.ts",
|
|
917
907
|
"/src/adapters/node-http/writeResponse.ts"
|
|
@@ -919,6 +909,16 @@
|
|
|
919
909
|
"percent": 0,
|
|
920
910
|
"reduction": 100
|
|
921
911
|
},
|
|
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,
|
|
@@ -941,6 +941,16 @@
|
|
|
941
941
|
"percent": 0,
|
|
942
942
|
"reduction": 100
|
|
943
943
|
},
|
|
944
|
+
{
|
|
945
|
+
"id": "/src/adapters/fastify/index.ts",
|
|
946
|
+
"size": 0,
|
|
947
|
+
"origSize": 78,
|
|
948
|
+
"renderedExports": [],
|
|
949
|
+
"removedExports": [],
|
|
950
|
+
"dependents": [],
|
|
951
|
+
"percent": 0,
|
|
952
|
+
"reduction": 100
|
|
953
|
+
},
|
|
944
954
|
{
|
|
945
955
|
"id": "/src/adapters/fetch/index.ts",
|
|
946
956
|
"size": 0,
|
|
@@ -959,23 +969,13 @@
|
|
|
959
969
|
"removedExports": [],
|
|
960
970
|
"dependents": [
|
|
961
971
|
"/src/adapters/express.ts",
|
|
962
|
-
"/src/adapters/ws.ts",
|
|
963
972
|
"/src/adapters/standalone.ts",
|
|
964
973
|
"/src/adapters/next.ts",
|
|
974
|
+
"/src/adapters/ws.ts",
|
|
965
975
|
"/src/adapters/fastify/fastifyRequestHandler.ts"
|
|
966
976
|
],
|
|
967
977
|
"percent": 0,
|
|
968
978
|
"reduction": 100
|
|
969
|
-
},
|
|
970
|
-
{
|
|
971
|
-
"id": "/src/adapters/fastify/index.ts",
|
|
972
|
-
"size": 0,
|
|
973
|
-
"origSize": 78,
|
|
974
|
-
"renderedExports": [],
|
|
975
|
-
"removedExports": [],
|
|
976
|
-
"dependents": [],
|
|
977
|
-
"percent": 0,
|
|
978
|
-
"reduction": 100
|
|
979
979
|
}
|
|
980
980
|
],
|
|
981
981
|
"moduleCount": 63
|
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.800+892471d1b",
|
|
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": "892471d1bd6914ca2df548bdda2e703e3c73a5e7"
|
|
156
156
|
}
|