@trpc/server 11.0.0-rc.531 → 11.0.0-rc.532
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 +24 -24
- package/package.json +2 -2
|
@@ -432,11 +432,11 @@
|
|
|
432
432
|
"/src/unstable-core-do-not-import/http/getHTTPStatusCode.ts",
|
|
433
433
|
"/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
|
|
434
434
|
"/src/unstable-core-do-not-import/http/resolveResponse.ts",
|
|
435
|
+
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
435
436
|
"/src/unstable-core-do-not-import/error/TRPCError.ts",
|
|
436
437
|
"/src/unstable-core-do-not-import/transformer.ts",
|
|
437
438
|
"/src/unstable-core-do-not-import/middleware.ts",
|
|
438
439
|
"/src/unstable-core-do-not-import/router.ts",
|
|
439
|
-
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
440
440
|
"/src/unstable-core-do-not-import/http/contentType.ts",
|
|
441
441
|
"/src/unstable-core-do-not-import/procedureBuilder.ts",
|
|
442
442
|
"/src/unstable-core-do-not-import/stream/jsonl.ts",
|
|
@@ -738,6 +738,16 @@
|
|
|
738
738
|
"percent": 0,
|
|
739
739
|
"reduction": 100
|
|
740
740
|
},
|
|
741
|
+
{
|
|
742
|
+
"id": "/src/rpc.ts",
|
|
743
|
+
"size": 0,
|
|
744
|
+
"origSize": 36,
|
|
745
|
+
"renderedExports": [],
|
|
746
|
+
"removedExports": [],
|
|
747
|
+
"dependents": [],
|
|
748
|
+
"percent": 0,
|
|
749
|
+
"reduction": 100
|
|
750
|
+
},
|
|
741
751
|
{
|
|
742
752
|
"id": "/src/index.ts",
|
|
743
753
|
"size": 0,
|
|
@@ -749,9 +759,9 @@
|
|
|
749
759
|
"reduction": 100
|
|
750
760
|
},
|
|
751
761
|
{
|
|
752
|
-
"id": "/src/
|
|
762
|
+
"id": "/src/shared.ts",
|
|
753
763
|
"size": 0,
|
|
754
|
-
"origSize":
|
|
764
|
+
"origSize": 653,
|
|
755
765
|
"renderedExports": [],
|
|
756
766
|
"removedExports": [],
|
|
757
767
|
"dependents": [],
|
|
@@ -771,16 +781,6 @@
|
|
|
771
781
|
"percent": 0,
|
|
772
782
|
"reduction": 100
|
|
773
783
|
},
|
|
774
|
-
{
|
|
775
|
-
"id": "/src/shared.ts",
|
|
776
|
-
"size": 0,
|
|
777
|
-
"origSize": 653,
|
|
778
|
-
"renderedExports": [],
|
|
779
|
-
"removedExports": [],
|
|
780
|
-
"dependents": [],
|
|
781
|
-
"percent": 0,
|
|
782
|
-
"reduction": 100
|
|
783
|
-
},
|
|
784
784
|
{
|
|
785
785
|
"id": "/src/adapters/next-app-dir.ts",
|
|
786
786
|
"size": 0,
|
|
@@ -814,27 +814,27 @@
|
|
|
814
814
|
"reduction": 100
|
|
815
815
|
},
|
|
816
816
|
{
|
|
817
|
-
"id": "/src/adapters/
|
|
817
|
+
"id": "/src/adapters/fetch/index.ts",
|
|
818
818
|
"size": 0,
|
|
819
|
-
"origSize":
|
|
819
|
+
"origSize": 64,
|
|
820
820
|
"renderedExports": [],
|
|
821
821
|
"removedExports": [],
|
|
822
|
-
"dependents": [
|
|
823
|
-
"/src/adapters/express.ts",
|
|
824
|
-
"/src/adapters/standalone.ts",
|
|
825
|
-
"/src/adapters/next.ts",
|
|
826
|
-
"/src/adapters/fastify/fastifyRequestHandler.ts"
|
|
827
|
-
],
|
|
822
|
+
"dependents": [],
|
|
828
823
|
"percent": 0,
|
|
829
824
|
"reduction": 100
|
|
830
825
|
},
|
|
831
826
|
{
|
|
832
|
-
"id": "/src/adapters/
|
|
827
|
+
"id": "/src/adapters/node-http/index.ts",
|
|
833
828
|
"size": 0,
|
|
834
|
-
"origSize":
|
|
829
|
+
"origSize": 111,
|
|
835
830
|
"renderedExports": [],
|
|
836
831
|
"removedExports": [],
|
|
837
|
-
"dependents": [
|
|
832
|
+
"dependents": [
|
|
833
|
+
"/src/adapters/express.ts",
|
|
834
|
+
"/src/adapters/next.ts",
|
|
835
|
+
"/src/adapters/standalone.ts",
|
|
836
|
+
"/src/adapters/fastify/fastifyRequestHandler.ts"
|
|
837
|
+
],
|
|
838
838
|
"percent": 0,
|
|
839
839
|
"reduction": 100
|
|
840
840
|
}
|
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.532+476db0d8c",
|
|
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": "476db0d8c42cd886182b117f6fd1ecbe0ae7cbd8"
|
|
153
153
|
}
|