@trpc/server 11.0.0-rc.660 → 11.0.0-rc.666
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 +12 -12
- package/package.json +4 -4
|
@@ -870,8 +870,8 @@
|
|
|
870
870
|
"removedExports": [],
|
|
871
871
|
"dependents": [
|
|
872
872
|
"/src/adapters/express.ts",
|
|
873
|
-
"/src/adapters/next.ts",
|
|
874
873
|
"/src/adapters/standalone.ts",
|
|
874
|
+
"/src/adapters/next.ts",
|
|
875
875
|
"/src/adapters/ws.ts",
|
|
876
876
|
"/src/adapters/node-http/nodeHTTPRequestHandler.ts",
|
|
877
877
|
"/src/adapters/next-app-dir/nextAppDirCaller.ts",
|
|
@@ -912,6 +912,16 @@
|
|
|
912
912
|
"percent": 0,
|
|
913
913
|
"reduction": 100
|
|
914
914
|
},
|
|
915
|
+
{
|
|
916
|
+
"id": "/src/adapters/fetch/index.ts",
|
|
917
|
+
"size": 0,
|
|
918
|
+
"origSize": 64,
|
|
919
|
+
"renderedExports": [],
|
|
920
|
+
"removedExports": [],
|
|
921
|
+
"dependents": [],
|
|
922
|
+
"percent": 0,
|
|
923
|
+
"reduction": 100
|
|
924
|
+
},
|
|
915
925
|
{
|
|
916
926
|
"id": "/src/adapters/node-http/index.ts",
|
|
917
927
|
"size": 0,
|
|
@@ -920,23 +930,13 @@
|
|
|
920
930
|
"removedExports": [],
|
|
921
931
|
"dependents": [
|
|
922
932
|
"/src/adapters/express.ts",
|
|
923
|
-
"/src/adapters/next.ts",
|
|
924
933
|
"/src/adapters/standalone.ts",
|
|
934
|
+
"/src/adapters/next.ts",
|
|
925
935
|
"/src/adapters/ws.ts",
|
|
926
936
|
"/src/adapters/fastify/fastifyRequestHandler.ts"
|
|
927
937
|
],
|
|
928
938
|
"percent": 0,
|
|
929
939
|
"reduction": 100
|
|
930
|
-
},
|
|
931
|
-
{
|
|
932
|
-
"id": "/src/adapters/fetch/index.ts",
|
|
933
|
-
"size": 0,
|
|
934
|
-
"origSize": 64,
|
|
935
|
-
"renderedExports": [],
|
|
936
|
-
"removedExports": [],
|
|
937
|
-
"dependents": [],
|
|
938
|
-
"percent": 0,
|
|
939
|
-
"reduction": 100
|
|
940
940
|
}
|
|
941
941
|
],
|
|
942
942
|
"moduleCount": 61
|
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.666+99556c074",
|
|
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.62.8",
|
|
122
122
|
"@types/aws-lambda": "^8.10.137",
|
|
123
123
|
"@types/express": "^4.17.17",
|
|
124
124
|
"@types/hash-sum": "^1.0.0",
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"@types/ws": "^8.2.0",
|
|
129
129
|
"devalue": "^5.0.0",
|
|
130
130
|
"eslint": "^9.13.0",
|
|
131
|
-
"express": "^
|
|
131
|
+
"express": "^5.0.0",
|
|
132
132
|
"fastify": "^4.16.0",
|
|
133
133
|
"fastify-plugin": "^5.0.0",
|
|
134
134
|
"hash-sum": "^2.0.0",
|
|
@@ -152,5 +152,5 @@
|
|
|
152
152
|
"peerDependencies": {
|
|
153
153
|
"typescript": ">=5.6.2"
|
|
154
154
|
},
|
|
155
|
-
"gitHead": "
|
|
155
|
+
"gitHead": "99556c0744cf8da7784c03d577f65cf5cd4dd624"
|
|
156
156
|
}
|