@trpc/server 11.0.0-rc.521 → 11.0.0-rc.522

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.
@@ -749,9 +749,9 @@
749
749
  "reduction": 100
750
750
  },
751
751
  {
752
- "id": "/src/rpc.ts",
752
+ "id": "/src/shared.ts",
753
753
  "size": 0,
754
- "origSize": 36,
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/shared.ts",
762
+ "id": "/src/rpc.ts",
763
763
  "size": 0,
764
- "origSize": 653,
764
+ "origSize": 36,
765
765
  "renderedExports": [],
766
766
  "removedExports": [],
767
767
  "dependents": [],
@@ -814,27 +814,27 @@
814
814
  "reduction": 100
815
815
  },
816
816
  {
817
- "id": "/src/adapters/node-http/index.ts",
817
+ "id": "/src/adapters/fetch/index.ts",
818
818
  "size": 0,
819
- "origSize": 111,
819
+ "origSize": 64,
820
820
  "renderedExports": [],
821
821
  "removedExports": [],
822
- "dependents": [
823
- "/src/adapters/express.ts",
824
- "/src/adapters/next.ts",
825
- "/src/adapters/standalone.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/fetch/index.ts",
827
+ "id": "/src/adapters/node-http/index.ts",
833
828
  "size": 0,
834
- "origSize": 64,
829
+ "origSize": 111,
835
830
  "renderedExports": [],
836
831
  "removedExports": [],
837
- "dependents": [],
832
+ "dependents": [
833
+ "/src/adapters/standalone.ts",
834
+ "/src/adapters/express.ts",
835
+ "/src/adapters/next.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.521+4a5e81a69",
3
+ "version": "11.0.0-rc.522+b99c8b036",
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": "4a5e81a69ddc3171cae2a685c8dfd06c6bfe0eff"
152
+ "gitHead": "b99c8b0367db909f38427700c58c186bb235c0d6"
153
153
  }