@trpc/server 11.0.0-rc.500 → 11.0.0-rc.501
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
|
@@ -749,9 +749,9 @@
|
|
|
749
749
|
"reduction": 100
|
|
750
750
|
},
|
|
751
751
|
{
|
|
752
|
-
"id": "/src/
|
|
752
|
+
"id": "/src/shared.ts",
|
|
753
753
|
"size": 0,
|
|
754
|
-
"origSize":
|
|
754
|
+
"origSize": 653,
|
|
755
755
|
"renderedExports": [],
|
|
756
756
|
"removedExports": [],
|
|
757
757
|
"dependents": [],
|
|
@@ -759,9 +759,9 @@
|
|
|
759
759
|
"reduction": 100
|
|
760
760
|
},
|
|
761
761
|
{
|
|
762
|
-
"id": "/src/
|
|
762
|
+
"id": "/src/rpc.ts",
|
|
763
763
|
"size": 0,
|
|
764
|
-
"origSize":
|
|
764
|
+
"origSize": 36,
|
|
765
765
|
"renderedExports": [],
|
|
766
766
|
"removedExports": [],
|
|
767
767
|
"dependents": [],
|
|
@@ -803,16 +803,6 @@
|
|
|
803
803
|
"percent": 0,
|
|
804
804
|
"reduction": 100
|
|
805
805
|
},
|
|
806
|
-
{
|
|
807
|
-
"id": "/src/adapters/fastify/index.ts",
|
|
808
|
-
"size": 0,
|
|
809
|
-
"origSize": 78,
|
|
810
|
-
"renderedExports": [],
|
|
811
|
-
"removedExports": [],
|
|
812
|
-
"dependents": [],
|
|
813
|
-
"percent": 0,
|
|
814
|
-
"reduction": 100
|
|
815
|
-
},
|
|
816
806
|
{
|
|
817
807
|
"id": "/src/adapters/fetch/index.ts",
|
|
818
808
|
"size": 0,
|
|
@@ -831,12 +821,22 @@
|
|
|
831
821
|
"removedExports": [],
|
|
832
822
|
"dependents": [
|
|
833
823
|
"/src/adapters/express.ts",
|
|
834
|
-
"/src/adapters/standalone.ts",
|
|
835
824
|
"/src/adapters/next.ts",
|
|
825
|
+
"/src/adapters/standalone.ts",
|
|
836
826
|
"/src/adapters/fastify/fastifyRequestHandler.ts"
|
|
837
827
|
],
|
|
838
828
|
"percent": 0,
|
|
839
829
|
"reduction": 100
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
"id": "/src/adapters/fastify/index.ts",
|
|
833
|
+
"size": 0,
|
|
834
|
+
"origSize": 78,
|
|
835
|
+
"renderedExports": [],
|
|
836
|
+
"removedExports": [],
|
|
837
|
+
"dependents": [],
|
|
838
|
+
"percent": 0,
|
|
839
|
+
"reduction": 100
|
|
840
840
|
}
|
|
841
841
|
],
|
|
842
842
|
"moduleCount": 56
|
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.501+2a284167b",
|
|
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": "2a284167b37bb4fd699eb650e31afba304d1ba9a"
|
|
153
153
|
}
|