@trpc/server 11.0.0-rc.721 → 11.0.0-rc.724
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 +16 -16
- package/package.json +2 -2
|
@@ -859,9 +859,9 @@
|
|
|
859
859
|
"reduction": 100
|
|
860
860
|
},
|
|
861
861
|
{
|
|
862
|
-
"id": "/src/
|
|
862
|
+
"id": "/src/rpc.ts",
|
|
863
863
|
"size": 0,
|
|
864
|
-
"origSize":
|
|
864
|
+
"origSize": 36,
|
|
865
865
|
"renderedExports": [],
|
|
866
866
|
"removedExports": [],
|
|
867
867
|
"dependents": [],
|
|
@@ -869,9 +869,9 @@
|
|
|
869
869
|
"reduction": 100
|
|
870
870
|
},
|
|
871
871
|
{
|
|
872
|
-
"id": "/src/
|
|
872
|
+
"id": "/src/shared.ts",
|
|
873
873
|
"size": 0,
|
|
874
|
-
"origSize":
|
|
874
|
+
"origSize": 653,
|
|
875
875
|
"renderedExports": [],
|
|
876
876
|
"removedExports": [],
|
|
877
877
|
"dependents": [],
|
|
@@ -886,8 +886,8 @@
|
|
|
886
886
|
"removedExports": [],
|
|
887
887
|
"dependents": [
|
|
888
888
|
"/src/adapters/express.ts",
|
|
889
|
-
"/src/adapters/standalone.ts",
|
|
890
889
|
"/src/adapters/next.ts",
|
|
890
|
+
"/src/adapters/standalone.ts",
|
|
891
891
|
"/src/adapters/ws.ts",
|
|
892
892
|
"/src/adapters/next-app-dir/nextAppDirCaller.ts",
|
|
893
893
|
"/src/adapters/node-http/nodeHTTPRequestHandler.ts",
|
|
@@ -918,16 +918,6 @@
|
|
|
918
918
|
"percent": 0,
|
|
919
919
|
"reduction": 100
|
|
920
920
|
},
|
|
921
|
-
{
|
|
922
|
-
"id": "/src/adapters/fastify/index.ts",
|
|
923
|
-
"size": 0,
|
|
924
|
-
"origSize": 78,
|
|
925
|
-
"renderedExports": [],
|
|
926
|
-
"removedExports": [],
|
|
927
|
-
"dependents": [],
|
|
928
|
-
"percent": 0,
|
|
929
|
-
"reduction": 100
|
|
930
|
-
},
|
|
931
921
|
{
|
|
932
922
|
"id": "/src/adapters/fetch/index.ts",
|
|
933
923
|
"size": 0,
|
|
@@ -946,13 +936,23 @@
|
|
|
946
936
|
"removedExports": [],
|
|
947
937
|
"dependents": [
|
|
948
938
|
"/src/adapters/express.ts",
|
|
949
|
-
"/src/adapters/standalone.ts",
|
|
950
939
|
"/src/adapters/next.ts",
|
|
940
|
+
"/src/adapters/standalone.ts",
|
|
951
941
|
"/src/adapters/ws.ts",
|
|
952
942
|
"/src/adapters/fastify/fastifyRequestHandler.ts"
|
|
953
943
|
],
|
|
954
944
|
"percent": 0,
|
|
955
945
|
"reduction": 100
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
"id": "/src/adapters/fastify/index.ts",
|
|
949
|
+
"size": 0,
|
|
950
|
+
"origSize": 78,
|
|
951
|
+
"renderedExports": [],
|
|
952
|
+
"removedExports": [],
|
|
953
|
+
"dependents": [],
|
|
954
|
+
"percent": 0,
|
|
955
|
+
"reduction": 100
|
|
956
956
|
}
|
|
957
957
|
],
|
|
958
958
|
"moduleCount": 62
|
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.724+0eee7e763",
|
|
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": "0eee7e763ea64e6b846dab7332aad702f50dd36c"
|
|
156
156
|
}
|