@trpc/server 11.0.0-rc.604 → 11.0.0-rc.608
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 +14 -14
- package/package.json +2 -2
|
@@ -849,11 +849,11 @@
|
|
|
849
849
|
"removedExports": [],
|
|
850
850
|
"dependents": [
|
|
851
851
|
"/src/adapters/express.ts",
|
|
852
|
-
"/src/adapters/next.ts",
|
|
853
852
|
"/src/adapters/standalone.ts",
|
|
854
853
|
"/src/adapters/ws.ts",
|
|
855
|
-
"/src/adapters/
|
|
856
|
-
"/src/adapters/next-app-dir/nextAppDirCaller.ts"
|
|
854
|
+
"/src/adapters/next.ts",
|
|
855
|
+
"/src/adapters/next-app-dir/nextAppDirCaller.ts",
|
|
856
|
+
"/src/adapters/node-http/nodeHTTPRequestHandler.ts"
|
|
857
857
|
],
|
|
858
858
|
"percent": 0,
|
|
859
859
|
"reduction": 100
|
|
@@ -890,16 +890,6 @@
|
|
|
890
890
|
"percent": 0,
|
|
891
891
|
"reduction": 100
|
|
892
892
|
},
|
|
893
|
-
{
|
|
894
|
-
"id": "/src/adapters/fetch/index.ts",
|
|
895
|
-
"size": 0,
|
|
896
|
-
"origSize": 64,
|
|
897
|
-
"renderedExports": [],
|
|
898
|
-
"removedExports": [],
|
|
899
|
-
"dependents": [],
|
|
900
|
-
"percent": 0,
|
|
901
|
-
"reduction": 100
|
|
902
|
-
},
|
|
903
893
|
{
|
|
904
894
|
"id": "/src/adapters/node-http/index.ts",
|
|
905
895
|
"size": 0,
|
|
@@ -908,12 +898,22 @@
|
|
|
908
898
|
"removedExports": [],
|
|
909
899
|
"dependents": [
|
|
910
900
|
"/src/adapters/express.ts",
|
|
911
|
-
"/src/adapters/next.ts",
|
|
912
901
|
"/src/adapters/standalone.ts",
|
|
902
|
+
"/src/adapters/next.ts",
|
|
913
903
|
"/src/adapters/fastify/fastifyRequestHandler.ts"
|
|
914
904
|
],
|
|
915
905
|
"percent": 0,
|
|
916
906
|
"reduction": 100
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"id": "/src/adapters/fetch/index.ts",
|
|
910
|
+
"size": 0,
|
|
911
|
+
"origSize": 64,
|
|
912
|
+
"renderedExports": [],
|
|
913
|
+
"removedExports": [],
|
|
914
|
+
"dependents": [],
|
|
915
|
+
"percent": 0,
|
|
916
|
+
"reduction": 100
|
|
917
917
|
}
|
|
918
918
|
],
|
|
919
919
|
"moduleCount": 60
|
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.608+f75de97b3",
|
|
4
4
|
"description": "The tRPC server library",
|
|
5
5
|
"author": "KATT",
|
|
6
6
|
"license": "MIT",
|
|
@@ -149,5 +149,5 @@
|
|
|
149
149
|
"funding": [
|
|
150
150
|
"https://trpc.io/sponsor"
|
|
151
151
|
],
|
|
152
|
-
"gitHead": "
|
|
152
|
+
"gitHead": "f75de97b331c3eb64d16ac0d4d89fb7584358bf3"
|
|
153
153
|
}
|