@trpc/server 11.0.0-rc.839 → 11.0.0-rc.843
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 +13 -13
- package/package.json +2 -2
|
@@ -374,10 +374,10 @@
|
|
|
374
374
|
"/src/unstable-core-do-not-import/router.ts",
|
|
375
375
|
"/src/unstable-core-do-not-import/transformer.ts",
|
|
376
376
|
"/src/unstable-core-do-not-import/middleware.ts",
|
|
377
|
-
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
378
377
|
"/src/unstable-core-do-not-import/http/contentType.ts",
|
|
379
378
|
"/src/unstable-core-do-not-import/http/abortError.ts",
|
|
380
379
|
"/src/unstable-core-do-not-import/procedureBuilder.ts",
|
|
380
|
+
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
381
381
|
"/src/unstable-core-do-not-import/stream/jsonl.ts",
|
|
382
382
|
"/src/unstable-core-do-not-import/stream/sse.ts"
|
|
383
383
|
],
|
|
@@ -896,16 +896,6 @@
|
|
|
896
896
|
"percent": 0,
|
|
897
897
|
"reduction": 100
|
|
898
898
|
},
|
|
899
|
-
{
|
|
900
|
-
"id": "/src/rpc.ts",
|
|
901
|
-
"size": 0,
|
|
902
|
-
"origSize": 36,
|
|
903
|
-
"renderedExports": [],
|
|
904
|
-
"removedExports": [],
|
|
905
|
-
"dependents": [],
|
|
906
|
-
"percent": 0,
|
|
907
|
-
"reduction": 100
|
|
908
|
-
},
|
|
909
899
|
{
|
|
910
900
|
"id": "/src/shared.ts",
|
|
911
901
|
"size": 0,
|
|
@@ -925,8 +915,8 @@
|
|
|
925
915
|
"dependents": [
|
|
926
916
|
"/src/adapters/express.ts",
|
|
927
917
|
"/src/adapters/next.ts",
|
|
928
|
-
"/src/adapters/ws.ts",
|
|
929
918
|
"/src/adapters/standalone.ts",
|
|
919
|
+
"/src/adapters/ws.ts",
|
|
930
920
|
"/src/adapters/node-http/nodeHTTPRequestHandler.ts",
|
|
931
921
|
"/src/adapters/next-app-dir/nextAppDirCaller.ts",
|
|
932
922
|
"/src/adapters/node-http/writeResponse.ts"
|
|
@@ -934,6 +924,16 @@
|
|
|
934
924
|
"percent": 0,
|
|
935
925
|
"reduction": 100
|
|
936
926
|
},
|
|
927
|
+
{
|
|
928
|
+
"id": "/src/rpc.ts",
|
|
929
|
+
"size": 0,
|
|
930
|
+
"origSize": 36,
|
|
931
|
+
"renderedExports": [],
|
|
932
|
+
"removedExports": [],
|
|
933
|
+
"dependents": [],
|
|
934
|
+
"percent": 0,
|
|
935
|
+
"reduction": 100
|
|
936
|
+
},
|
|
937
937
|
{
|
|
938
938
|
"id": "/src/adapters/next-app-dir.ts",
|
|
939
939
|
"size": 0,
|
|
@@ -985,8 +985,8 @@
|
|
|
985
985
|
"dependents": [
|
|
986
986
|
"/src/adapters/express.ts",
|
|
987
987
|
"/src/adapters/next.ts",
|
|
988
|
-
"/src/adapters/ws.ts",
|
|
989
988
|
"/src/adapters/standalone.ts",
|
|
989
|
+
"/src/adapters/ws.ts",
|
|
990
990
|
"/src/adapters/fastify/fastifyRequestHandler.ts"
|
|
991
991
|
],
|
|
992
992
|
"percent": 0,
|
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.843+159a03c62",
|
|
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": "159a03c62834d942e36068341c12a3d88b98abfa"
|
|
156
156
|
}
|