@trpc/server 11.0.0-rc.749 → 11.0.0-rc.750
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 +19 -19
- package/package.json +2 -2
|
@@ -356,6 +356,7 @@
|
|
|
356
356
|
"/src/unstable-core-do-not-import/http/getHTTPStatusCode.ts",
|
|
357
357
|
"/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
|
|
358
358
|
"/src/unstable-core-do-not-import/http/resolveResponse.ts",
|
|
359
|
+
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
359
360
|
"/src/unstable-core-do-not-import/error/TRPCError.ts",
|
|
360
361
|
"/src/unstable-core-do-not-import/router.ts",
|
|
361
362
|
"/src/unstable-core-do-not-import/transformer.ts",
|
|
@@ -363,7 +364,6 @@
|
|
|
363
364
|
"/src/unstable-core-do-not-import/http/contentType.ts",
|
|
364
365
|
"/src/unstable-core-do-not-import/http/abortError.ts",
|
|
365
366
|
"/src/unstable-core-do-not-import/procedureBuilder.ts",
|
|
366
|
-
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
367
367
|
"/src/unstable-core-do-not-import/stream/jsonl.ts",
|
|
368
368
|
"/src/unstable-core-do-not-import/stream/sse.ts"
|
|
369
369
|
],
|
|
@@ -872,9 +872,9 @@
|
|
|
872
872
|
"reduction": 100
|
|
873
873
|
},
|
|
874
874
|
{
|
|
875
|
-
"id": "/src/
|
|
875
|
+
"id": "/src/rpc.ts",
|
|
876
876
|
"size": 0,
|
|
877
|
-
"origSize":
|
|
877
|
+
"origSize": 36,
|
|
878
878
|
"renderedExports": [],
|
|
879
879
|
"removedExports": [],
|
|
880
880
|
"dependents": [],
|
|
@@ -882,27 +882,19 @@
|
|
|
882
882
|
"reduction": 100
|
|
883
883
|
},
|
|
884
884
|
{
|
|
885
|
-
"id": "/src/
|
|
885
|
+
"id": "/src/index.ts",
|
|
886
886
|
"size": 0,
|
|
887
|
-
"origSize":
|
|
887
|
+
"origSize": 32,
|
|
888
888
|
"renderedExports": [],
|
|
889
889
|
"removedExports": [],
|
|
890
|
-
"dependents": [
|
|
891
|
-
"/src/adapters/express.ts",
|
|
892
|
-
"/src/adapters/next.ts",
|
|
893
|
-
"/src/adapters/standalone.ts",
|
|
894
|
-
"/src/adapters/ws.ts",
|
|
895
|
-
"/src/adapters/node-http/nodeHTTPRequestHandler.ts",
|
|
896
|
-
"/src/adapters/next-app-dir/nextAppDirCaller.ts",
|
|
897
|
-
"/src/adapters/node-http/writeResponse.ts"
|
|
898
|
-
],
|
|
890
|
+
"dependents": [],
|
|
899
891
|
"percent": 0,
|
|
900
892
|
"reduction": 100
|
|
901
893
|
},
|
|
902
894
|
{
|
|
903
|
-
"id": "/src/
|
|
895
|
+
"id": "/src/shared.ts",
|
|
904
896
|
"size": 0,
|
|
905
|
-
"origSize":
|
|
897
|
+
"origSize": 653,
|
|
906
898
|
"renderedExports": [],
|
|
907
899
|
"removedExports": [],
|
|
908
900
|
"dependents": [],
|
|
@@ -910,12 +902,20 @@
|
|
|
910
902
|
"reduction": 100
|
|
911
903
|
},
|
|
912
904
|
{
|
|
913
|
-
"id": "/src/
|
|
905
|
+
"id": "/src/unstable-core-do-not-import.ts",
|
|
914
906
|
"size": 0,
|
|
915
|
-
"origSize":
|
|
907
|
+
"origSize": 2584,
|
|
916
908
|
"renderedExports": [],
|
|
917
909
|
"removedExports": [],
|
|
918
|
-
"dependents": [
|
|
910
|
+
"dependents": [
|
|
911
|
+
"/src/adapters/express.ts",
|
|
912
|
+
"/src/adapters/next.ts",
|
|
913
|
+
"/src/adapters/standalone.ts",
|
|
914
|
+
"/src/adapters/ws.ts",
|
|
915
|
+
"/src/adapters/node-http/nodeHTTPRequestHandler.ts",
|
|
916
|
+
"/src/adapters/next-app-dir/nextAppDirCaller.ts",
|
|
917
|
+
"/src/adapters/node-http/writeResponse.ts"
|
|
918
|
+
],
|
|
919
919
|
"percent": 0,
|
|
920
920
|
"reduction": 100
|
|
921
921
|
},
|
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.750+3ade8efd4",
|
|
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": "3ade8efd48bf1d507c4ccbd4381c8a5923dbc375"
|
|
156
156
|
}
|