@trpc/server 11.0.0-alpha-tmp-issues-5851-take-two.472 → 11.0.0-alpha-tmp-issues-5851-take-two.473

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.
@@ -193,9 +193,9 @@
193
193
  "removedExports": [],
194
194
  "dependents": [
195
195
  "/src/unstable-core-do-not-import.ts",
196
- "/src/unstable-core-do-not-import/http/resolveResponse.ts",
197
196
  "/src/unstable-core-do-not-import/initTRPC.ts",
198
- "/src/unstable-core-do-not-import/router.ts"
197
+ "/src/unstable-core-do-not-import/router.ts",
198
+ "/src/unstable-core-do-not-import/http/resolveResponse.ts"
199
199
  ],
200
200
  "percent": 2.09,
201
201
  "reduction": 45.94
@@ -319,11 +319,11 @@
319
319
  "removedExports": [],
320
320
  "dependents": [
321
321
  "/src/unstable-core-do-not-import.ts",
322
- "/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
323
- "/src/unstable-core-do-not-import/http/resolveResponse.ts",
324
322
  "/src/unstable-core-do-not-import/stream/sse.ts",
325
323
  "/src/unstable-core-do-not-import/middleware.ts",
326
324
  "/src/unstable-core-do-not-import/router.ts",
325
+ "/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
326
+ "/src/unstable-core-do-not-import/http/resolveResponse.ts",
327
327
  "/src/unstable-core-do-not-import/http/contentType.ts",
328
328
  "/src/unstable-core-do-not-import/procedureBuilder.ts",
329
329
  "/src/unstable-core-do-not-import/stream/jsonl.ts"
@@ -393,8 +393,8 @@
393
393
  "removedExports": [],
394
394
  "dependents": [
395
395
  "/src/unstable-core-do-not-import.ts",
396
- "/src/unstable-core-do-not-import/http/resolveResponse.ts",
397
- "/src/unstable-core-do-not-import/error/getErrorShape.ts"
396
+ "/src/unstable-core-do-not-import/error/getErrorShape.ts",
397
+ "/src/unstable-core-do-not-import/http/resolveResponse.ts"
398
398
  ],
399
399
  "percent": 0.98,
400
400
  "reduction": 18.7
@@ -415,14 +415,14 @@
415
415
  "removedExports": [],
416
416
  "dependents": [
417
417
  "/src/unstable-core-do-not-import.ts",
418
- "/src/unstable-core-do-not-import/http/getHTTPStatusCode.ts",
419
- "/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
420
- "/src/unstable-core-do-not-import/http/resolveResponse.ts",
421
418
  "/src/unstable-core-do-not-import/error/TRPCError.ts",
422
419
  "/src/unstable-core-do-not-import/stream/sse.ts",
423
420
  "/src/unstable-core-do-not-import/transformer.ts",
424
421
  "/src/unstable-core-do-not-import/middleware.ts",
425
422
  "/src/unstable-core-do-not-import/router.ts",
423
+ "/src/unstable-core-do-not-import/http/getHTTPStatusCode.ts",
424
+ "/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
425
+ "/src/unstable-core-do-not-import/http/resolveResponse.ts",
426
426
  "/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
427
427
  "/src/unstable-core-do-not-import/http/contentType.ts",
428
428
  "/src/unstable-core-do-not-import/procedureBuilder.ts",
@@ -710,24 +710,24 @@
710
710
  "reduction": 93.8
711
711
  },
712
712
  {
713
- "id": "/src/http.ts",
713
+ "id": "/src/index.ts",
714
714
  "size": 0,
715
- "origSize": 37,
715
+ "origSize": 32,
716
716
  "renderedExports": [],
717
717
  "removedExports": [],
718
- "dependents": [
719
- "/src/adapters/ws.ts"
720
- ],
718
+ "dependents": [],
721
719
  "percent": 0,
722
720
  "reduction": 100
723
721
  },
724
722
  {
725
- "id": "/src/index.ts",
723
+ "id": "/src/http.ts",
726
724
  "size": 0,
727
- "origSize": 32,
725
+ "origSize": 37,
728
726
  "renderedExports": [],
729
727
  "removedExports": [],
730
- "dependents": [],
728
+ "dependents": [
729
+ "/src/adapters/ws.ts"
730
+ ],
731
731
  "percent": 0,
732
732
  "reduction": 100
733
733
  },
@@ -796,6 +796,16 @@
796
796
  "percent": 0,
797
797
  "reduction": 100
798
798
  },
799
+ {
800
+ "id": "/src/adapters/fetch/index.ts",
801
+ "size": 0,
802
+ "origSize": 64,
803
+ "renderedExports": [],
804
+ "removedExports": [],
805
+ "dependents": [],
806
+ "percent": 0,
807
+ "reduction": 100
808
+ },
799
809
  {
800
810
  "id": "/src/adapters/node-http/index.ts",
801
811
  "size": 0,
@@ -810,16 +820,6 @@
810
820
  ],
811
821
  "percent": 0,
812
822
  "reduction": 100
813
- },
814
- {
815
- "id": "/src/adapters/fetch/index.ts",
816
- "size": 0,
817
- "origSize": 64,
818
- "renderedExports": [],
819
- "removedExports": [],
820
- "dependents": [],
821
- "percent": 0,
822
- "reduction": 100
823
823
  }
824
824
  ],
825
825
  "moduleCount": 55
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/server",
3
- "version": "11.0.0-alpha-tmp-issues-5851-take-two.472+a33f0df27",
3
+ "version": "11.0.0-alpha-tmp-issues-5851-take-two.473+1d5ba7539",
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": "a33f0df275e85106f882b8b2d6f07d2df57ed138"
152
+ "gitHead": "1d5ba753917cfd3f46a72aa8f21fabbb85128809"
153
153
  }