@trpc/server 11.0.0-rc.840 → 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 +15 -15
- 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
|
],
|
|
@@ -906,16 +906,6 @@
|
|
|
906
906
|
"percent": 0,
|
|
907
907
|
"reduction": 100
|
|
908
908
|
},
|
|
909
|
-
{
|
|
910
|
-
"id": "/src/rpc.ts",
|
|
911
|
-
"size": 0,
|
|
912
|
-
"origSize": 36,
|
|
913
|
-
"renderedExports": [],
|
|
914
|
-
"removedExports": [],
|
|
915
|
-
"dependents": [],
|
|
916
|
-
"percent": 0,
|
|
917
|
-
"reduction": 100
|
|
918
|
-
},
|
|
919
909
|
{
|
|
920
910
|
"id": "/src/unstable-core-do-not-import.ts",
|
|
921
911
|
"size": 0,
|
|
@@ -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,
|
|
@@ -957,9 +957,9 @@
|
|
|
957
957
|
"reduction": 100
|
|
958
958
|
},
|
|
959
959
|
{
|
|
960
|
-
"id": "/src/adapters/
|
|
960
|
+
"id": "/src/adapters/fastify/index.ts",
|
|
961
961
|
"size": 0,
|
|
962
|
-
"origSize":
|
|
962
|
+
"origSize": 78,
|
|
963
963
|
"renderedExports": [],
|
|
964
964
|
"removedExports": [],
|
|
965
965
|
"dependents": [],
|
|
@@ -967,9 +967,9 @@
|
|
|
967
967
|
"reduction": 100
|
|
968
968
|
},
|
|
969
969
|
{
|
|
970
|
-
"id": "/src/adapters/
|
|
970
|
+
"id": "/src/adapters/fetch/index.ts",
|
|
971
971
|
"size": 0,
|
|
972
|
-
"origSize":
|
|
972
|
+
"origSize": 64,
|
|
973
973
|
"renderedExports": [],
|
|
974
974
|
"removedExports": [],
|
|
975
975
|
"dependents": [],
|
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
|
}
|